/* ------------------------------ body ページ全体のBGカラーと、フォントの種類・色	------------------------------ */
body	{
		/* ---画像ボーダーキャンセル	--- */
			background-image: url("../img/01_idx_bg.png");
			background-repeat: no-repeat;
			border: none; 
			background-color: #1a1a1a;
		}

:link    {color: #fbff98; text-decoration: none;}    /* 未訪のリンク */
:visited {color: #fbff98; text-decoration: none;}   /* 訪問済みのリンク */
a:hover  {color: #fbff98; text-decoration: none; font-weight: bold;} /* カーソルが上に乗っているリンク */
a:active {color: lime; text-decoration: none;}   /* アクティブ中のリンク */



/* ------------------------------ page 全コンテンツとページ背景の境界				------------------------------ */



#apazome-logo	{
		/* ---画像ボーダーキャンセル	--- */
			background-image: url("../img/apzm_image_bg.png");
			background-repeat: no-repeat;
			border: none;
			background-color: #1a1a1a;
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100% ;
			height: 100% ;
		}






#menu 	{

			position: absolute;
			top: 255px;
			left: 615px;
			width: 330px ;
			height: 110px ;
			text-align: center;
		}
		
		
div#menu img	{
			display:block;
			width:55px;
			height:55px;
			margin: 0 0 0 0;
			padding: 0 0 0 0 ;
			}

div#menu a	{
			display:block;
			width:55px;
			height:55px;
			text-indent:-9999px;
			}

div#menu a	{float: left;}

a.menu-1 	{background-image: url("../img/01_idx_normal.png");}
a.menu-2 	{background-image: url("../img/02_prf_normal.png");}
a.menu-3 	{background-image: url("../img/03_msc_normal.png");}
a.menu-4 	{background-image: url("../img/04_dry_normal.png");}
a.menu-5 	{background-image: url("../img/05_rdo_normal.png");}
a.menu-6 	{background-image: url("../img/06_lnk_normal.png");}


a.menu-1:hover {background-image: url("../img/01_idx_over.png");}
a.menu-2:hover {background-image: url("../img/02_prf_over.png");}
a.menu-3:hover {background-image: url("../img/03_msc_over.png");}
a.menu-4:hover {background-image: url("../img/04_dry_over.png");}
a.menu-5:hover {background-image: url("../img/05_rdo_over.png");}
a.menu-6:hover {background-image: url("../img/06_lnk_over.png");}


#menu ul	{
			width:165px;
			height:110px;
			margin: 0px 0px 0px 0px ;
			padding: 0px 0px 0px 0px ;
			list-style-type: none;
			float: right;
			}


#content	{
			position: absolute;

			background-color: #111111;
			top: 400px;
			left: 40px;
			width: 900px ;
			clear: both;
			min-height: 200px;
			border-width: 3px;
			margin: 0px 0px 25px 0px;
		}
		
div#content-text div.h1
			{
			background-image: url("../img/date_bg.png");
			background-position: left bottom;
			background-repeat: no-repeat;
			padding: 0px 0px 10px 50px;
			font-size: xx-large;
			font-weight: bold;
			margin: 20px 0px;
			}

div#content-text div.h2			{padding: 0px 0px 0px 50px; font-size: small; font-weight: normal; margin: 0px 0px 20px 0px;}
div#content-text div.h3			{margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size: large; font-weight: bold;}

div#content-text div.h4	ul		{font-size: small; font-weight: normal; list-style-type: none;	margin: 0px; padding: 0px;}
div#content-text div.h4	.li1	{font-size: small; font-weight: normal; margin: 0px; padding: 0px; position: relative; left: 0px;}
div#content-text div.h4			{margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px; font-size: small; font-weight: normal;}






#content-index	{
			background-color: #000000;
			color: white;
			text-align: right;
			padding: 0px 15px;
			font-weight: bold;
			height: 20px;
			
			background-position: left bottom;
			background-repeat: no-repeat;
		}

#content-index.index	{background-image: url("../img/content-index-index.png");}
#content-index.profile	{background-image: url("../img/content-index-profile.png");}
#content-index.music	{background-image: url("../img/content-index-music.png");}
#content-index.link		{background-image: url("../img/content-index-link.png");}

#content-text	{
			padding: 15px;
			color: white;
			background-image: url("../img/bg_eq.png");
			background-position: right bottom;
			background-repeat: no-repeat;			
		}

#content-twitter	{
			position: absolute;
			top: 400px;
			left: 950px;
			width: 180px ;
			border: solid;
			border-width: 1px;
			border-color: #eeeeee;
		}

