
/* ===containerのレイアウト==================*/

#container {
	background:url(../images/intro/background_02.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* ===headerのレイアウト==================*/

#header {
	width:800px;
	height:158px;
	border-bottom:#999 2px solid;
}

#head-top #head-top-left {
	float:left;
	width:650px;
	height:40px;
}

#head-top h1 {
	width:650px;
	height:40px;
	background:url(../images/intro/title_intro.png) 0px 10px no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#head-top #head-top-right {
	float:right;
	padding:16px 12px 0 0px;
}

#head-top #head-top-right p {
}

#head-under {
	clear:both;
	width:800px;
	height:118px
}

#head-under h2 {
	width:740px;
	height:118px;
	margin:auto;
	background:url(../images/intro/copy_intro.png) 0px 22px no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

/* ===contentsのレイアウト==================*/

#contents .content {
	width:740px;
	margin:auto;
	padding-bottom:40px;
}

#contents .cast {
	width:740px;
	margin:auto;
	background:url(../images/intro/photo_cast.png) 438px 0px no-repeat;
}

#contents .theme {
	width:740px;
	height:460px;
	margin:auto;
	background:url(../images/intro/photo_theme.png) 0px center no-repeat;
}

#contents .content h3 {
	width:370px;
	height:20px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#contents .content h3#story {
	background:url(../images/intro/title_story.png) 0px center no-repeat;
}

#contents .content h3#director {
	background:url(../images/intro/title_director.png) 0px center no-repeat;
}

#contents .content h3#cast {
	background:url(../images/intro/title_cast.png) 0px center no-repeat;
}

#contents .content h3#theme {
	background:url(../images/intro/title_theme.png) 0px center no-repeat;
}

#contents .content p {
	color:#cac8ba;
	margin:14px 0;
	line-height:1.7em;
}

#contents .content p#text_01 {
}

#contents .content p#text_02 {
	width:420px;
	color:#cac8ba;
	margin:14px 0;
}

#contents .content p#img_01 {
	width:740px;
	height:120px;
	margin-bottom:14px;
	background:url(../images/intro/photo_story.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
