*{
	margin: 0;
	padding: 0;
}

body{
	background: url(/images_aecd0013/stripe.png) 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;
}


/* ヘッダー */

#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_aecd0013/stripe_bl.png) repeat-x center top;
	width: 100%;
	display: block
	/*position: relative;*/
	/*width: 1200px;*/
	/*margin: 0 auto;*/
	/*text-align: center;*/
}

#wrapper{
	width: 1000px;
	height: 1290px;
	margin: 0 auto;
	background: url(/images_aecd0013/background.png) no-repeat center top;
	position: relative;
	display: block;
	/*background-color: aqua;*/
}

/* YouTube */

#monitor{
	width: 200px;
	height: 137px;
	/*margin: 16px 0 0 800px;*/
	position: absolute;
	top: 273px;
	left: 800px;
}

/* CD image */

#cd_img{
	width: 324px;
	height: 324px;
	position: absolute;
	top: 324px;
	left: 13px;
}

/* Release Copy */

#release{
	width: 428px;
	height: 47px;
	top: 366px;
	left: 360px;
	position: absolute;	
}

/* 曲リスト */

#set_list{
	background: url(/images_aecd0013/bluegray.png) repeat;
	width: 640px;
	/*margin-bottom: 0;*/
	top: 415px;
	left:360px;
	position: absolute;
}

#cdtitle{
	width: 265px;
	height: 62px;
	position: relative;
	top: 10px;
	left: 14px;
}

#buy_cd{
	width: 200px;
	height: 40px;
	top: 28px;
	left: 433px;
	position: absolute;
}


#soundlist{
	width: 616px;
	top: 16px;
	margin: 0 auto;
	padding: 5px 0;
	position: relative;
	/*background-color: blue;*/
}

.space{
	font-size: 40%;
}

#detail{
	width: 500px;
	height: 20px;
	margin-top: 25px;
	margin-left: 16px;
	padding-bottom: 5px;
	font-size: 80%;
	line-height: 1.4em;
	position: relative;
}

#detail .h1{
	color: #FFFF66;
	font-size: 90%;
}

/* インフォボード */

#board{
	/*background: aqua;*/
	width: 452px;
	height: 274px;
	position: absolute;
	top: 913px;
	left: 275px;
}

#info{
	/*background-color: green;*/
	width: 430px;
	height: 242px;
	top: 16px;
	left: 16px;
	position: relative;
	overflow: auto;
	color: #333333;
}

#info a{
	color: #0033CC;
}

/* フッター */

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

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

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

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

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

a:hover {
	cursor:pointer;
}