@charset "utf-8";
/* CSS Document */

/*	-------------------------------------------------------------
	H.264公開ページ フリースペース用 CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clear {
    clear: both;
}



#h264-wrap {
	background-color:#000000;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	}

#header {
	margin:auto;
	width:900px;
	height:280px;
	background:url(../img/hd_head.jpg) no-repeat;
	margin-bottom:1em;
	}


.hd_text {
	padding:0px 30px 20px 30px;
	color:white;
	font-size:11pt;
	font-weight:bold;
	text-align:center;
	line-height:1.5em;
	}

#req-box0 {
	width:900px;
	}

#req-left {
	float:left;
	width: 450px;
	}

#req-box1 {
	text-align:center;
	padding:5px;
	margin-left:30px;
	margin-bottom:2em;
	background:#FF9900;
	width:400px;
	height: 210px;
	}
	
#req-box2 {	
	margin-bottom:10px;
	font-size:13pt;
	font-weight:bold;
	color:#000000;
	height: 40px;
	}


#req-box3 {	
	margin:auto;
	padding:5px;
	background:white;
	color:black;
	font-size:10pt;
	text-align:left;
	height: 140px;
	}

#req-box3 a{
	color:red;
	text-decoration:none;
	}

#req-box3 a:hover{
	color:#FF66CC;
	}


#req-right {
	float: right;
	width: 450px;
	}


/* キャスト内DIV */

#req-box1r {
	padding:5px;
	text-align:center;
	margin-left: 10px;
	margin-bottom:2em;
	background:#333;
	width: 400px;
	height: 210px;
	}

#req-box2r {	
	margin-bottom:10px;
	font-size:13pt;
	font-weight:bold;
	color:#FFFFFF;
	height: 40px;
	}


.cast-f{
	font-size:8pt;
	margin-left: auto;
	margin-right: auto;
	}
	
.scast-f{
	background:#fff;
	padding:5px;
	height: 140px;
	}
	
.castimg-f{
	float: left;
	background:#151515;
	width:200px;
	height:130px;
	}
	
img{border:0;}

#castdata-f {
	float:right;
	width:180px;
	}

.castname-f{
	color:#000000;
	margin:2px 0;
	text-align:left;
	}
	
.castname1-f{
	height:1em;
	font-size:12px;
	display:inline;
	font-weight:bold;
	}
	
.castname2-f{
	height:1em;
	font-size:8pt;
	display:inline;
	margin-left:4px;
	}
	
.casttext-f{
	text-align:left;
	height:7em;
	overflow:auto;
	margin-top:12px;
	font-size:12px;
	color:#000000;
	}
	
	
/* キャスト内DIV  - end - */

#playertxt {
	margin:auto;
	width:750px;
	text-align:center;
	}

.p-txt {
	font-size:10pt;
	line-height:1.2em;
	text-align:left;
	vertical-align:middle;
	width:400px;
	color:white;
	}


