*{
	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: #0000cc;
}

a:hover {
	cursor:pointer;
}

#container{
	background: url(/images_aevd0001/bg.png) no-repeat top center;
	width: 100%;
	/*height: 1400px;*/
	margin: 0 auto;
	/*background-color: aqua;*/
}

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


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

#main_box{
	width: 1000px;
	height: 100%;
	display: block;
	position: relative;
	/*background-color: aqua*/
}

#onsale{
	width: 726px;
	height: 60px;
	position: absolute;
	top: 461px;
	left: 274px;
}

#dvd_title{
	width: 620px;
	height: 60px;
	position: absolute;
	top: 521px;
	left: 274px;
	/*background-color: aqua;*/
}

#buy_dvd{
	width: 76px;
	height: 36px;
	position: absolute;
	top: 533px;
	left: 919px;
	/*background-color: aqua;*/
}

#live_dvd{
	width: 240px;
	height: 336px;
	top: 330px;
	left: 12px;
	display: block;
	position: absolute;
	/*text-indent: -10000px;*/
	/*background-color: aqua;*/
}

#dvd_text{
	width: 240px;
	/*height: 100%;*/
	top: 672px;
	left: 12px;
	display: block;
	position: absolute;
	font-size: 80%;
	line-height: 1.4em;
	/*background-color: aqua;*/
}

.orange_text{
	font-weight: bold;
	color: #FFCC99;
}

#list_box{
	width: 726px;
	top: 583px;
	left: 274px;
	/*background-color: aqua;*/
	position: absolute;
}

#box_left{
	width: 360px;
	float: left;
	background:url(/images_aevd0001/blue_back.png) repeat;
}

#box_right{
	width: 360px;
	float: right;
	background:url(/images_aevd0001/blue_back.png) repeat;
}

#soundlist{
	width: 340px;
	margin: 10px auto;
	font-weight: bold;
	/*font-size: 90%;*/
	/*background-color: green;*/
	}

#soundlist tr{
	width: 340px;
	height: 32px;
	margin-top: 6px;
	}

#soundlist td{
	height: 32px;
	margin-top: 6px;
	}

.small_text{
	font-size: 60%;
}

#catch{
	position: absolute;
	margin-top: 776px;
	width: 1000px;
	height: 100px;
	background: url(/images_aevd0001/catch.png) no-repeat;
	display: block;
	text-indent: -10000px;
}

#info_box{
	position: relative;
	top: 880px;
	left: 0;
	background: url(/images_aevd0001/board.png) ;
	width: 1000px;
	height: 420px;
}

#info_text{
	position: absolute;
	top: 100px;
	left: 294px;
	margin: 0 auto;
	width: 416px;
	color: black;
	height: 250px;
	overflow: auto;
	font-size: 80%;
	line-height: 1.5em;
}

#footer{
	width: 975px;
	margin: 0 auto;
	padding-bottom: 10px;
}

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

#footer #copy{
	float: right;
	font-size: 70%;
	color: #E64172;
}

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

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

a:hover {
	cursor:pointer;
}

