*{
	margin: 0;
	padding: 0;
}

body{
	background: url(/images_aecd0008/repeat.jpg) repeat top center;
	font-family:sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	color:white;
	line-height: 1.3;
}

a{
	text-decoration: underline;
	color: white;
}

a:hover {
	cursor:pointer;
}

/*#black{
	background: black;
	width: 100%;
	height: 60px;
}*/


/* ヘッダー */

#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; }

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

#container{
	/*background: blue;*/
	background: url(/images_aecd0008/member.png) no-repeat center top;
	width: 100%;
	/*width: 1200px;*/
	/*margin: 0 auto;*/
	/*text-align: center;*/
}

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

#youtube{
	width: 1000px;
	height: 305px;
	margin: 0 auto;
	/*background-color: lime;*/
}

#monitor{
	width: 200px;
	height: 137px;
	margin: 16px 0 0 800px;
}

/* 左側 */

#cd_box{
	width: 475px;
	float: left;
	/*background-color: red;*/
	position: absolute;
}

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

#limited_cd{
	/*background-color: gray;*/
	width: 236px;
	height: 280px;
	float: left;
}

#normal_cd{
	/*background-color: green;*/
	width: 236px;
	height: 280px;
	float: left;
}

.cd_img{
	width: 236px;
	height: 280px;
}

#red_1{
	background: url(/images_aecd0008/red1.png) repeat;
	width: 221px;
	margin-left: 9px;
}

#red_2{
	background: url(/images_aecd0008/red1.png) repeat;
	width: 221px;
	margin-left: 6px;
}

.text{
	margin: 0 auto 5px 0;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 90%;
	line-height: 1.4em;
}

.h1{
	color: #FFFF33;
	font-size: 100%;
}


/* 左側 ここまで */
/* 右側 */

#list_box{
	width: 520px;
	top: 54px;
	left: 472px;
	/*float: left;*/
	/*background-color: purple;*/
	position: relative;
}

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

#release{
	background: url(/images_aecd0008/big_title2.png) no-repeat;
	width: 524px;
	height: 130px;
	/*float: left;*/
}

#buy_cd{
	width: 145px;
	height: 62px;
	margin-top: 5px;
	float: right;
}

#big_title{
	/*background: url(/images_aecd0008/big_title.png);*/
	width: 524px;
	height: 60px;
}

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

#set_list{
	background: url(/images_aecd0008/red2.png) repeat;
	width: 516px;
	margin-bottom: 0;
}

#soundlist{
	width: 506px;
	margin: 10px 0 10px 0;
	/*background-color: blue;*/
}

#right{
	width: 190px;
	height: 20px;
	float: right;
}

#detail{
	width: 500px;
	margin: 0 10px 0 10px;
	padding-bottom: 5px;
	font-size: 80%;
	line-height: 1.4em;
}

/* 右側 ここまで */

#copy{
	width: 1000px;
	height: 79px;
	margin: 0 auto;
	position: relative;
	top: 60px;
}

#board{
	background: url(/images_aecd0008/board.png);
	width: 1000px;
	height: 551px;
	margin: 0 auto;
	position: relative;
	top: 60px;	
}

#info{
	/*background-color: green;*/
	width: 538px;
	height: 254px;
	top: 153px;
	left: 236px;
	position: relative;
	overflow: auto;
	color: #333333;
}

#info a{
	color: #0033CC;
}

/* フッター */

#footer{
	width: 975px;
	margin: 0 auto;
	padding: 20px 0;
	top: 50px;
	position: relative;
}

#footer #menu{
	float: left;
	font-size: 80%;
	color: #CC0066;
}

#footer #c_right{
	float: right;
	font-size: 70%;
	color: #CC0066;
}

#info a{
	text-decoration: underline;
	color:#CC0066;
	
}

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

a:hover {
	cursor:pointer;
}