@charset "utf-8";
/* CSS Document */


/*-- common
--------------------------------------------------------------*/
.mR15{
	margin-right:15px!important;
}


body{
	background:url(../images/castbg.jpg) no-repeat center 167px;
}

#container{
	width:980px;
	/**/text-align: center;
	margin: 0px auto;
}

#cast_container{
	width:810px;
	margin: 0px auto;
}

/*--wrapper
--------------------------------------------------------------*/
#wrapper{
		position: relative;
		text-align: center;
		width:980px;
}


#header{
	width:980px;
	height:62px;
	}

#navi{
	width:980px;
	list-style:none;
	margin: 0px;
	padding: 0px;
	}
	
#navi li{
	display:inline;
	margin: 0px;
	padding: 0px;
	float: left;
    }
	
#navi li a{
	text-decoration:none
    }


	
/*--castページ
--------------------------------------------------------------*/
#nakanavi{
	width:980px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
#nakanavi li{
	display:inline; 
	margin: 0px;
	padding:0px;
	float:left;
	}
	
#nakanavi li a{
	text-decoration:none;
	}	

#cast_container h1 {
	text-align:center;
	padding: 20px 0px;
}	
	
.cast_set{
	clear: both;
	margin: 0px;
	padding: 0px;
}


.cast_set .cast_box{
	width:390px;
	margin: 0px;	
	padding: 0px;
	float: left;
}

.cast_box .cast_main_box{
	width:390px;
	background:url(../images/cast_frame_btm.png) no-repeat center bottom;
	margin:0px auto;
	padding:0px;
}

*html .cast_box .cast_main_box{
	width:390px;
	background:url(../images/cast_frame_btm.png) no-repeat -7px bottom;
	margin:0px auto;
	padding:0px;
}
 

.cast_box .cast_main_box .cast_img{
	text-align:center;
	margin:0px auto;
	padding:0px;
}

.cast_box .cast_main_box .cast_txt{
	margin:0px 0px 0px 20px;
	padding:0px;
	float:left;
}

.cast_box .cast_main_box .cast_detail{
	/*clear:both;*/
	font-size:14px;
	line-height:140%;
	margin:10px 15px 20px 15px;
}

/*--nextページ
--------------------------------------------------------------*/
.next_box{
	margin: 10px 20px 10px 20px;
	padding:10px 10px 15px 15px;
	width: 800px;
	border-bottom: 1px solid #33000;
	background-color:#F96}
.next_box p{
	/*color:#bc9062;*/
	font-size: 14px;
	line-height: 140%;}
.broadcast_date{
        font-weight:bold;
}


/*--footer
--------------------------------------------------------------*/
#footer{
	font-size: 12px;
	text-align: center;
	color: #603;
	margin-top: 25px;
	}
	
#footer a:link, #footer a:visited{
	color: #333333;
	text-decoration:none;
	}

#footer a:hover, #footer a:active{
	color: #990033;
	text-decoration: underline;
	} 

#noren{
	text-align:center;;
	}
	
hr.pc{
	display: none;
	color:#ffffff;
}