@charset "utf-8";
/* CSS Document */


html,body{
	width:100%;
	height:100%;
	background-color:#1a0f05;
	color:#d8d5bf;
	
	font-size:15px;
	line-height:23px;
}
.wrap{ margin-top:117px;}
 .container{
	background:url(../images/cast.jpg) no-repeat;
	background-size:cover;
	background-position: center top;
	position:fixed;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	}
.textContents{
		width:940px;
		margin:0px auto;
		position:relative;
}
.castbox{
	clear:both;
	}
.leftBox{
	width:380px;
	float:left;
}
.rightBox{
	width:560px;
	float:left;
	padding-bottom:70px;
}
.textContents h1{
	margin:0px auto 40px auto;
	width:100%;
	text-align:center;
	}
.textContents  h3{
	margin-bottom:10px;
	}
.textContents  p{
	}
.textContents  h6{
	font-size:12px;
	line-height:15px;
	margin-top:20px;
	margin-bottom:8px;
	font-weight:bolder;
}

.textContents  p.filmo{
	font-size:12px;
	line-height:15px;
	
}
.textContents p.filmo .yw{
	color:#f2e974;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
	#topbtn{
	margin:30px auto 30px 420px;
	z-index:6000 !important;
	cursor:pointer;
	}