*{
	margin: 0;
	padding: 0;
}

body{
	background-color: black;
	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;
}


#main_box{
	width: 1000px;
	margin: 0 auto;
	position: absolute;
}


#mainphoto{
	background: url(/images_aecd0006/background.png);
	width: 1000px;
	height: 590px;
}


/* CD */


#cd_box{
	width: 240px;
	top: 364px;	
	position: relative;
}


#cd{
	width: 240px;
	height: 240px
}


#cd_detail{
	width: 240px;
	margin: 5px 0 0 3px;
}


.release{
	color: #990000
}

/* CD ここまで */


#main_copy{
	background: url(/images_aecd0006/copy.png);
	width: 752px;
	height: 90px;
	top: 346px;
	left: 248px;
	position: absolute;
}

#buy_CD{
	width: 100px;
	height: 36px;
	top: 19px;
	left: 650px;
	position: absolute;
}

/* リスト */

#content_box{
	width: 752px;
	height: 280px;
	top: 436px;
	left: 248px;
	position: absolute;
	/*background-color: gray;*/
}



.artists{
	padding-left: 7px;
	padding-top: 2px;
	background-color: #990000;
	color: #FFCC33;
	font-size: 120%;
	font-weight: 900;
	letter-spacing: 3px;
}

.list{
	padding-left: 5px;
	/*background-color: #1C1C1C;*/
	height: 19px;
}

.trbg{
	background-color: #1c1c1c;
	height: auto;
}

.listen{
	width: 66px;
	
}

.mp3{
	width: 80px;
}

td{
	border-bottom: 2px black solid;
}

#tableIMG{
	background: url(/images_aecd0006/) black;
}

/* リスト ここまで */

/* インフォ */

#info_box{
	/*background: url(/images_aecd0006/frame.png);*/
	width: 1000px;
	height: 500px;
	top: 760px;
	position: absolute;
}


#info_board{
	background: url(/images_aecd0006/board.png);
	width: 600px;
	height: 300px;
	top: 115px;
	left: 200px;
	margin: 0 auto;
	position: absolute;
}

#text_space{
	width: 500px;
	height: 250px;
	margin: 25px auto;
	color: black;
	
	/*background-color: aqua;*/
}

/* インフォ ここまで */

/* フッター */

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

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

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

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

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