body {
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl, h1, h2, h3, h4, h5, h6, p, div, img {
	padding: 0;
	margin: 0;
}
li, dt, dd {
	padding: 0;
	margin: 0;
	list-style:none;
}
img {
	vertical-align:bottom;
}
a img {
	border: none;
}
a {
	color:inherit;
	text-decoration:none;
}
.lead_h {
	font-size:0em;
}

/* ~~ レイアウト情報 ~~ */
#container {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #FFF;
	background-color:#8A1744;
}
#header {
	height:967px;
	background:url(../images/bg_header.jpg) center top no-repeat;
}
#content01 {
	width:980px;
	margin: 0 auto;
}
#content01 h1 {
	width:410px;
	height:370px;
	background:url(../images/logo.png) no-repeat;
	font-size:0em;
	float:left;
}
#movie {
	width:570px;
	height:370px;
	background:url(../images/bg_movie.png) no-repeat;
	float:left;
}
#content01 h2 {
	width:410px;
	height:132px;
	background:url(../images/txn.png) no-repeat;
	font-size:0em;
	float:left;
}
#content01 h3 {
	width:570px;
	height:132px;
	background:url(../images/date.png) no-repeat;
	font-size:0em;
	float:left;
}
#prologue .prologue01 {
	width:670px;
	height:330px;
	margin-top:40px;
	background:url(../images/prologue01.png) no-repeat;
	float:left;
	font-size:0em;
}
#prologue .prologue02 {
	width:980px;
	height:94px;
	background:url(../images/prologue02.png) no-repeat;
	float:left;
	font-size:0em;
}
#prologue .cast {
	width:310px;
	height:330px;
	margin-top:40px;
	background:url(../images/cast_yuji.png) no-repeat;
	float:left;
	font-size:0em;
}
#episode01 {
	height:660px;
	background:url(../images/bg_episode01.jpg) top center no-repeat;
}
#episode01 dl {
	height:660px;
	background:url(../images/episode01.png) top center no-repeat;
	font-size:0em;
}
#episode02 dl {
	height:650px;
	background:url(../images/episode02.png) top center no-repeat;
	font-size:0em;
}
#episode03 {
	height:920px;
	background:url(../images/bg_episode03.jpg) top center no-repeat;
}
#episode03 dl {
	height:920px;
	background:url(../images/episode03.png) top center no-repeat;
	font-size:0em;
}
.content {
	width:980px;
	margin: 0 auto;
}
/* ~~ フッター ~~ */
#footer {
	clear:both;
	height:80px;
}
#footer p {
	padding-top:30px;
	font-size:12px;
	text-align:center;
	color: #FFF;
}

/* ~~ その他の float/clear クラス ~~ */
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.float-l {
	float:left;
}
.float-r {
	float:right;
}