*{
	margin: 0;
	padding: 0;
}

body{
	background-color: white;
	font-family:sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	color:white;
	line-height: 1.3;
}

a{
	text-decoration: underline;
	color: #3366CC;
	font-weight: 700;
}

a:hover {
	cursor:pointer;
}


/* ヘッダー */

#header{
	
	height: 60px;
	background-color: black;
	text-align: center;
}

#allex_logo{
	float: left;
}

#title{
	float: left;
	height: 60px;
	line-height: 60px;
	font-size: 120%;
	font-weight: bold;
	color: #CCCCCC;
}

#navi{
	float: right;
	height: 60px;
	line-height: 60px;
	text-align: right;
	color: #CCCCCC;
}

#header:after { content: url(/images_home/pixel.gif); display: block; clear: both; height: 0; } 
#header { display: inline-block; } 
#header { display: block; }


/* ヘッダー ここまで */

#wrapper{
	width: 1000px;
	margin: 0 auto;
	/*background-color: teal;*/
}

/* 上段 */

#content{
	width: 1000px;
	/*background-color: silver;*/
}

#over{
	width: 1000px;
	/*background-color: navy;*/
}

#over:after { content: url(/images_home/pixel.gif); display: block; clear: both; height: 0; } 
#over { display: inline-block; } 
#over { display: block; }

#cd_box{
	width: 316px;
	float: left;
	/*background-color: blue;*/																								
}

#cd_img{
	width: 316px;
	height: 316px;
	margin: 10px 0 auto 0 ;
	/*background-color: green;*/
}

#cd_detail{
	width: 312px;
	margin: 0 0 6px 4px;
	/*background-color: red;*/
}

#right{
	width: 684px;
	float: right;
	/*background-color: red;*/
	/*position: relative;*/
}

#right:after { content: url(/images_home/pixel.gif); display: block; clear: both; height: 0; } 
#right { display: inline-block; } 
#right { display: block; }


#title_box{
	width: 670px;
	height: 60px;
	margin: 10px 0 0 14px;
}

#cd_title{
	width: 480px;
	height: 60px;
	float: left;
	/*background-color: gray;*/
}

#buy_cd{
	width: 190px;
	height: 40px;
	margin-top: 22px;
	float: right;
	/*background-color: lime;*/
}

#list_box{
	width: 675px;
	margin-left: 9px;
	/*background-color: fuchsia;*/
}

#list_title{
	width: 675px;
	height: 50px;
	background: url(/images_aecd0007/list_title.jpg) no-repeat;
	position: relative;
}

.artist{
	display: inline;
	/*width: 500px;*/
	/*height: 40px;*/
	margin-left: 80px;
	top: 21px;
	bottom: 0;
	color: #FFFF99;
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	position: relative;
}

#track_box{
	width: 675px;
	/*top: 45px;*/
	background: url(/images_aecd0007/track_box.jpg) bottom;
}

.track_title{
	font-size: 1.1em;
	font-weight: bold;
}

#soundlist{
	width: 640px;
	margin: 0 auto 6px auto;
	padding: 8px 0 8px 0;
	font-weight: bold;
	color: #333333;
	}
#soundlist img{
	margin: 1px 0;
	}

/* 上段 ここまで */

#gray_line{
	width: 1000px;
	height: 5px;
	padding-top: 7px;
}

#gray_line:after { content: url(/images_home/pixel.gif); display: block; clear: both; height: 0; } 
#gray_line { display: inline-block; } 
#gray_line { display: block; }

/* 下段 */

#under{
	width: 1000px;
	/*background-color: maroon;*/
}

#under:after { content: url(/images_home/pixel.gif); display: block; clear: both; height: 0; } 
#under { display: inline-block; } 
#under { display: block; }

#profile{
	width: 307px;
	height: 440px;
	float: left;
	margin-top: 10px;
	background: url(/images_aecd0007/profile.jpg);
}

#prof_img{
	width: 300px;
	height: 248px;
	margin: 3px 3px auto 4px;
}

#prof_text{
	width: 282px;
	height: 145px;
	overflow: auto;
	margin: 30px 15px auto auto;
	color: #333333;
	/*background-color: gray;*/
}

.text_title{
	color: #CC0000;
	font-weight: bold;
	font-size: 1.3em;
}

.text_normal{
	color: #333333;
}

.small_text{
	color:  #333333;
	font-size: 0.7em;
}

#info_board{
	background: url(/images_aecd0007/board+.jpg);
	width: 675px;
	height: 451px;
	float: right;
	margin-top: 10px;
	/*margin-left: 16px;*/
}

#board_text{
	width: 560px;
	height: 306px;
	margin: 80px auto auto auto;
	overflow: auto;
	/*background-color: red;*/
}

/* 下段 ここまで */
/* フッター ここから */

#footer{
	width: 975px;
	height: 30px;
	bottom: 3px;	
	margin: 0 auto;
	padding: 5px 0;
	/*position: absolute;*/
	/*background-color: aqua;*/
}

#footer #menu{
	float: left;
	font-size: 80%;
	margin-top: 18px; 
	color: #333333;
}

#footer #copy{
	float: right;
	font-size: 70%;
	margin-top: 18px; 
	color: #333333;
}

#footer #menu a{
	color: #333333;
}

/* フッター ここまで */
