<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	color: #000;
	background: #f5f2bb url(../images/bg.jpg);
}

/*#head*/

#head{
	height: 526px;
	background: #000;
}
#head .title{
	margin: 0 auto;
	width: 980px;
	position: relative;
	top: 0;
	left: 0;
}
#head h1{
	position: absolute;
	top: 374px;
	left: 0;
	width: 980px;
	height: 0;
	padding-top: 152px;
	font-size: 0.1em;
	overflow: hidden;
	background: #cf3621 url(../images/head_title.png) center center no-repeat;
}

/*#main*/

#main{
	padding: 1px 0;
}

#main .oadate{
	border-bottom: 1px solid #c2be91;
	height: 0;
	padding-top: 143px;
	font-size: 0.1em;
	overflow: hidden;
	background: url(../images/oadate.png) center center no-repeat;
}

#content{
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	top: 0;
	left: 0;
}

#content .cast{
	margin: 0 auto;
	width: 448px;
	height: 0;
	padding-top: 52px;
	font-size: 0.1em;
	overflow: hidden;
	background: url(../images/cast.png) center center no-repeat;
}
#content .summary{
	margin: 40px auto 0 auto;
	width: 456px;
	height: 0;
	padding-top: 211px;
	font-size: 0.1em;
	overflow: hidden;
	background: url(../images/summary.png) center center no-repeat;
}
#content .video{
	margin: 28px auto 0 auto;
	width: 512px;
	height: 313px;
	background: #000;
}
#content .mamesuke{
	margin: 20px auto;
	width: 326px;
	height: 0;
	padding-top: 99px;
	font-size: 0.1em;
	overflow: hidden;
	background: url(../images/mamesuke.png) center center no-repeat;
}

#content .photo{
	position: absolute;
	margin-top: -144px;
	padding-bottom: 84px;
	width: 234px;
	background: url(../images/photo_foot.png) center bottom no-repeat;
}
#content .photo.first{
	top: 0;
	left: 0;
}
#content .photo.second{
	top: 0;
	right: 0;
}
#content .photo li{
	width: 232px;
	padding-bottom: 1px;
	border-left: 1px solid #c2be91;
	border-right: 1px solid #c2be91;
}

/*#foot*/

#foot{
	background: url(../images/bg-02.jpg) center top repeat;
}
#foot .inner{
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
}

#foot .wafu{
	float: right;
	width: 426px;
}
#foot .wafu a{
	display: block;
	width: 426px;
	height: 0;
	padding-top: 86px;
	font-size: 0.1em;
	overflow: hidden;
	background: url(../images/wafu.png) center top no-repeat;
}
#foot .rights{
	float: left;
	width: 343px;
	margin-top: 58px;
}
#foot .rights a{
	display: block;
	width: 343px;
	height: 0;
	padding-top: 28px;
	font-size: 0.1em;
	overflow: hidden;
	background: url(../images/rights.png) center top no-repeat;
}
#foot a:hover{
	opacity: .8;
}</pre></body></html>