#main img{
	float:left;
}
/* ナビゲーション*/
.nav_ { 
	padding: 0; 
	margin: 0 auto 10px; 
	width: 960px; 
	height:50px;
	z-index:99;
	background-color:#840d13;
	border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	}
	
.nav_  ul li{
	color:white;
	line-height: 51px;
	text-align:center;
	font-size:110%;
	font-weight:bold;
}
.nav_  ul a{
	text-decoration:none;
}

/* ニュース(イベント) */
.satoyama{
	position:absolute;
	top:-15px;
	right:10px;
}
.scrtitle{
	font-size:200%;
	font-weight:bold;
	width:100%;
	color:#c59781;
}
#scr_out{
	float:left;
	margin-left:8px;
	position:relative;
}
#scr{
	width:350px;
	height:615px;
	background-color:rgba(255,255,255,0.9);
	border:solid 1px #CCCCCC;
	overflow:auto;
	z-index: 2;
}

#scr dl{
	padding:8px;
	}

dl dt {
  clear: left;
  float: left;
  padding: 8px 0.5em;
  width: 7.5em;
}

dl dd {
  padding: 8px 0.5em 8px 8em;
  border-bottom: solid 1px #CCC;
}

#scr span.midashi{font-weight:bold;}
#scr span.naiyo{font-size:0.9em; line-height:1.1em;}

/*タイトル */
.title{
	font-size:250%;
	font-weight:bold;
	border-bottom:solid 4px #840d13;
	margin-bottom:10px;
	width:100%;
}
.txtb{
	font-size:120%;
}

/* テーブル*/
.wt1{width:230px;}
.wt2{width:160px;}
.wt3{width:230px;}
.wt4{width:295px;}

.wth{width:112px;}
.wth1{width:88px;}
.wth2{width:201px;}

table{
  border-collapse: collapse;
  border-spacing: 0;
  float:left;
  margin-bottom:20px;
}
.tdtitle{
	text-align:center;
	color:white;
	font-weight:bold;
}
td {
	background-color:white;
}

.ttm .tdtitle{
	color:white;
		background-color: #e50012;
}
.ttm td {
	border: 2px solid #e50012;
	color:#840d13;
}	
.ttm th {
	color:#e50012;
	background-color: #ffcfd2;
	border: 2px solid #e50012;
	padding:10px;
	vertical-align:central;
	font-weight:bold;
}
.tth{
	color:#840d13; 
	margin-bottom:60px;
	}
.tth .tdtitle{
	color:white;
		border: 2px solid #840d13;
		background-color: #840d13;
}
.tth td {
	border: 2px solid #840d13;
}
.tth th {
	background-color: #e6babc;
	border: 2px solid #840d13;
	padding:10px;
	vertical-align:central;
	font-weight:bold;
	text-align:center;
}
.accessl{
	float:left;
	width:415px;
	margin-right:10px;
}
.accessr{
	float:right;
	width:535px;
}

.busmap{width:960px;}
/*ムービー */
.movlist li.mR0{
	margin-right:0;
}
.movlist{
	display:block;
	margin-top:10px;
}
.movlist li{
		width:232px;
	margin-right:10px;
	float:left;
	display:block;
}

.movlist li:last-child {
  margin-right: 0;
}
.movlist li img{
	width:232px;
	height:131px;
}
/*出演者 */
.castlist li.mR0{
	margin-right:0;
}
.castlist{
	width:960px;
	display:block;
}
.castlist li{
	margin:0 20px 20px 0;
	float:left;
	display:block;
}
.castlist li img{
	height:170px;
}

/*タイムテーブル */


.timetable{
	background-color:white;
	width:960px;
	border-collapse:collapse;
	margin-bottom:50px;
}
.timetable th,td{
	padding:10px;	
}

.timetable .time{
	text-align:center;
	vertical-align:central;
	font-size:150%;
	font-weight:bold;
	width:15%;
}

.timetable .tdtitle{
	width:5%;}
.timetable p{ color:#000;}
.ptitle{
	font-size:150%;
	font-weight:bold;
}
.ptitle2{
	font-weight:bold;
}
.ptitle3{
	text-align:right;
	font-weight:bold;
}

.timecast{
	color:#000;
	width:40%;
}
.day{
	font-size:250%;
	font-weight:bold;
}

#map table th{width:70px;}
#map table td{width:250px;}
.access{
	position:absolute;
	bottom:29px;
	right:56px;
}
.w1{ padding:2px; text-align:center;}