*{
	margin: 0;
	padding: 0;
	font-size: 12px;
}
img{
	border-style: none;
}
body{
	background-color: black;
}
body.movie{
	background-color: #eee;
}
#wrap{
	
	margin: 0 auto;
	width: 800px;

	position: relative;
}
#header{
	height: 61px;
	background: url(./img/top_02.png) right;
}
h1{
	position: absolute;
	left: 100px;
	top: 5px;
	color: yellow;
}
h1 a{
	color: yellow;
}
#header2{
	background-image: url(img/top_03.png);
	height: 183px;
}
#whatsn{
	background-image: url(img/top_04.png);
	height: 152px;
}
#whatsn dl#new_dl{
	position: absolute;
	top: 290px;
	left: 145px;
	width: 630px;
	overflow: auto;
	height: 80px;
}
#pickup{
	background-image: url(img/top_05.gif);
	height: 603px;
}
#pic_movie_body{
	position: absolute;
	top: 470px;
	width: 640px;
	left: 135px;
	height: 441px;

}
h2{
	position: absolute;
	top: 440px;
	left: 135px;
	font-size: 16px;
	border-left-style: solid;
	border-left-width: 18px;
	font-weight: bold;
	color: white;
	margin-left: 10px;
	padding-left: 10px;
}
h2 span{
	color: yellow;
}
#pickup p{
	position: absolute;
	top: 915px;
	left: 135px;
	color: white;
}

#contents{
	background: url(img/top_06.png) repeat-y;
}
#sumb_wrap{
	width: 640px;
	padding-left: 135px;
}
#sumb_wrap p.title{
	color: white;
	font-size: 16px;
	margin-left: 10px;
	border-left-style: solid;
	border-left-width: 18px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 3px;
}
#sumb_wrap p.title span{
	color: yellow;
}
.sumb{
	float: left;
	width: 200px;
	height: 220px;
	border: 1px dotted white;
	margin: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sumb h3{
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: center;
	background-image: url(img/h3_bg.png);
}
.sumb img{
	padding-left: 10px;
}
#sumb_wrap .sumb p{
	color: white;
	padding: 10px;
}
#sumb_wrap .sumb p.right{
	text-align: right;
	padding: 0 10px 0 0;
}
#sumb_wrap hr{
	margin-top: 30px;
	margin-bottom: 10px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top: 1px dotted navy;
}
#footer{
	height: 150px;
}
#footer p{
	text-align: center;
	color: white;
	padding-top: 120px;
}
#footer ul {
	list-style-type: none;
	padding: 0 0 60px 20px;
}

#footer li {
	display: inline;
	font-size: 10px;
}


#wrap3{
	margin: 0 auto;
	width: 800px;
	height: 770px;
	position: relative;
	background: url(img/wl4.png) no-repeat;
}

#dokuhu_body{
	position: absolute;
	top: 150px;
	width: 640px;
	left: 80px;
	height: 441px;

}
#taiken_link{
	position: absolute;
	top: 627px;
	right: 30px;
}
dt{
	color: yellow;
	font-weight: bold;
}
dd{
	color: white;
	padding-bottom: 5px;
}
#ex{
	width: 640px;
	padding-left: 135px;
	margin-top: 50px;
	color: white;
}
a{
	color: olive;
}