@charset "euc-jp";

/*  INDEX
--------------------
1.基本設定(初期化)
2.基本レイアウト
3.テキスト基本
4.スペース
5.写真関連
6.トップページ
7.中ページ
--------------------
*/


/* 1. 基本設定(初期化)
----------------------------------------------- */
*{
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
}
html{
	height:100%;
}
body{
	height:100%;
	margin: 0;
	padding: 0;
	text-align:center;
	background: #FFF;
	font-size:12px;
	line-height:1.5;
	letter-spacing:1px;
	color:#333;
}
a:link, a:visited{
	color:#CC0000;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6, p, pre,form,
blockquote, ul, ol, dl, dd, dt{
	margin: 0;
	padding: 0;
}
li {list-style-type:none;}
img {border:none;}
address{
	font-style: normal;
	font-weight: normal;
}
.clear {clear:both;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* 2. 基本レイアウト
----------------------------------------------- */
#header {
	width: 100%;
	background: url(../gifs/header_navi_bg.gif) center bottom repeat-x;
}
#header img {
	vertical-align:top;
}
#header_main {
	width: 900px;
	margin:0 auto;
	text-align:left;
}
#header .navi {
	width: 900px;
	margin:0 auto;
	text-align:left;
}
#header .navi li {
	float:left;
}




#movie_bg {
	width: 100%;
	background: #CC0000 url(../gifs/top_movie_bg.jpg) center top no-repeat;
}

#movie {
	width:100%;
	padding: 0 0 60px 0;
	background: url(../gifs/top_movie_bg.gif) center bottom repeat-x;
}
#movie_main {
	position:relative;
	width: 900px;
	margin:0 auto;
	text-align:left;
}

#notice{
	width:478px;
	margin:10px 0;
	padding:10px;
	border:1px solid #ff8787;
	background:#ffefef;
	color:#c00;
	text-align:center;
}

#oshirase{
	width:900px;
	padding-top:10px;
	text-align:center;
}

#stream {
	padding-top:10px;
	width: 500px;
	text-align:left;
}
.top #stream h2{
	margin:0 0 10px;
	background:#fff;
	padding:5px 10px;
	font-size:14px;
	color:#212121;
	filter: Alpha(Opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow:3px 5px 3px #666;
	text-shadow: 1px 1px 1px #666;
	border:1px solid #c00;
	font-weight:normal;
}
#stream .main {
	margin:0 auto 0;
	padding: 10px 0 10px 10px;
	background: url(../gifs/top_stream_bg.gif) left top no-repeat;
}
#stream object {
	background: url(../gifs/top_stream_bg.gif) left top no-repeat;
}

#timeline {
	position:absolute;
	top: 0px;
	left:550px;
	width: 350px;
	padding: 10px 0 15px 0;
	background: url(../gifs/tl_foot.gif) left bottom no-repeat;
}


#container {
	width: 100%;
	margin:0 auto 15px;
	background: #FFF;
}

#container_main {
	width: 900px;
	margin:0 auto;
	background: #FFF;
}





#contents {
	float:left;
	overflow:hidden;
	width:500px;
	text-align:left;
}

#topicpath {
	margin-top:5px;
	font-size: 10px;
}
	#topicpath li {
		float:left;
	}
	#topicpath li a {
		padding:0 8px 0 0;
		margin: 0 8px 0 0;
		float:left;
		background: url(../gifs/topicpath.gif) right no-repeat;
	}



#sidenavi {
	float:right;
	padding: 0 0 0 0;
	width: 350px;
	text-align:left;
}



#sidenavi li {
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	background: url(../gifs/dot.gif) left bottom repeat-x;
}

#sidenavi .navi {
	margin:20px 0 0 0;
}
#sidenavi .navi h3 {
	margin:0;
	padding: 0 0 0 90px;
	background: none;
	font-weight: normal;
	font-size:12px;
	line-height:14px;
}
#sidenavi .navi h3.strng {
	font-weight: bold;
}
#sidenavi .navi ul {
	margin:10px 0 0 0;
}
#sidenavi .navi li img {
	float:left;
}

#sidenavi .navi li a:link,
#sidenavi .navi li a:visited{
	color:#333;
	text-decoration:none;
}
#sidenavi .navi li a:hover{
	color:#CC0000;
	text-decoration:underline;
}
#sidenavi .navi li h3.strng a:link,
#sidenavi .navi li h3.strng a:visited{
	color:#CC0000;
	text-decoration:none;
}
#sidenavi .navi li h3.strng a:hover{
	color:#CC0000;
	text-decoration:underline;
}

#sidenavi #about strong.hash {
	display:block;
	margin:10px 0 5px 0;
	font-size:14px;
}
#sidenavi #about .regist {
	margin:10px 0 0 0;
	padding:10px;
	background: #EEE;
	border:solid 1px #CCC;
}

#sidenavi #info {
	margin: 20px 0 0 0;
}
#sidenavi #info li a {
	padding: 0 0 0 22px;
	background: #FFF url(../gifs/linkdot.gif) 2px 4px no-repeat;
	display:block;
}
	#sidenavi #info li a:link, #sidenavi navi li a:visited{
		color:#333;
		text-decoration:none;
	}
	#sidenavi #info li a:hover{
		color:#027ABB;
		text-decoration:underline;
	}

#sidenavi #suzuka_now{
	margin: 10px 0 0 0;
}
#sidenavi #suzuka_now p{
	margin: 5px 0 0 0;
}

#sidenavi #banner{
	margin: 10px 0 0 0;
}
#sidenavi #banner li{
	margin: 5px 0 0 0;
	padding: 0;
	background: none;
}




#footer {
	margin: 40px 0 0 0;
	text-align:left;
	font-size:11px;
}
#footer .navi {
	width: 900px;
	margin: 0 auto;
	background: none;
	position:relative;
}
#footer .navi #poweredby{
	position:absolute;
	top:-40px;
	left:625px;
	width:277px;
	height:30px;
}

#footer a:link, #footer a:visited{
	color:#333;
	text-decoration:none;
}
#footer a:hover{
	color:#CC0000;
	text-decoration:underline;
}

#footer li {
	float:left;
	margin:0 30px 0 0;
	padding-left: 8px;
	background: url(../gifs/linkdot.gif) 0 5px no-repeat;
}
#footer li.gotop {
	float:right;
	margin:0;
	background: none;
}


#footer_main {
	width: 900px;
	margin:5px auto 0;
	border-top:solid 1px #CC0000;
}
#copyright {
	margin:4px 0 0 0;
	font-size:10px;
	line-height:14px
}



/* ---番組表--- */
#toppanel {
	position: absolute;
	width: 660px;
	top: 0px;
	left: 160px;
	z-index: 25;
	text-align: center;
}
#panel {
	z-index: 10;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 660px;
	height: 0px;
	margin: auto;
	text-align: left;
}
#panel_contents {
	width: 904px;
	height: 100%;
	position: absolute;
	z-index: -1;
	background: #FFF;
}
#panel .mainbox {
	width: 100%;
	height: 100%;
	margin: auto;
}
#panel .mainbox .main {
	overflow:auto;
	width: 640px;
	height: 360px;
	margin: 0 0 0 20px;
}
.mac.ff2 #panel .mainbox .main {
	overflow: hidden;
}

.panel_button {
	margin: auto;
	position: relative;
	top: -30px;
	width: 100px;
	height: 30px;
	z-index: 20;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 0px;
}
.panel_button a {
	position: relative;
	top: 0px;
	left: 0px;
}




#panel table{
	width: 610px;
	margin: 0 0 5px 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit;font:100%;
}
	#panel caption{
		text-align:right;
	}
	#panel thead th{
		padding: 2px 0 2px 4px;
		background: #999;
		border-bottom:solid 1px #FFF;
		font-weight: bold;
		color: #FFF;
	}
	#panel tbody th,
	#panel tbody td{
		padding:6px;
		background: #F9EDDE;
		border-bottom:solid 1px #FFF;
	}
	#panel tbody th{
		padding: 4px 2px;
		border-right:solid 1px #FFF;
		white-space: nowrap;
		text-align:center;
		font-weight: normal;
	}
	#panel tbody th.sat{color: #0066CC;}
	#panel tbody th.sun{color: #CC0000;}
	#panel tbody td{
		text-align:left;
	}

#panel h4 {
	margin:10px 0;
	padding: 0 0 0 8px;
	border-left:solid 3px #CC0000;
	font-size:14px;
	line-height:18px;
}


/* 3.テキスト基本
----------------------------------------------- */
.fs14{font-size:14px; line-height:20px; letter-spacing:1px}		/* 見出し */
.fs12{font-size:12px; line-height:18px; letter-spacing:1px}		/* 本文 */
.fs11{font-size:11px; line-height:13px}						/* 注釈 */
.fs10{font-size:10px; line-height:14px}						/* キャプション */

.fse16{font-size:16px; line-height:18px}						/* 英見出し */
.fse14{font-size:14px; line-height:18px; letter-spacing:1px}		/* 英本文 */
.fse12{font-size:12px; line-height:14px}						/* 英注釈 */
.fse11{font-size:11px; line-height:12px}						/* 英キャプション*/
.blue{color:#0057B9;}
.red{color:#C00;}


h2 {
	padding: 25px 0 0px 0;
}

.top h2 {
	padding: 15px 0 10px 0;
	font-size:16px;
	line-height:18px; 
	color:#FFF;
}

h2.title{
	height:100%;
	margin:20px 0 10px 0;
	padding: 0;
	background: none;
	font-size:20px;
	line-height:26px; 
	color:#027ABB;
}
#sidenavi h2 {
	background: url(../gifs/bar_snavi.gif) 0 0 no-repeat;
	padding: 4px 0 0 12px;
	font-size:14px;
}
h3 {
	margin:30px 0 0 0;
	padding: 5px 0 5px 5px;
	font-size:18px;
	line-height:20px; 
	background: #EEE;
}





.linkdot {
	background-image: url(../gifs/linkdot.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 16px;
	margin: 0;
}
.indent {
	padding-left:1em;
	text-indent:-1em;
}
.note {
	font-size:10px;
	line-height:14px;
	margin-top:5px;
}

sup {
	font-size:10px;
	line-height:14px;
}





/* 4. スペース
----------------------------------------------- */
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }



/* 5.写真関連
----------------------------------------------- */
.alpha a img {
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.alpha a:hover img { 
	filter: Alpha(Opacity=70); 
	-moz-opacity: 0.7;
	opacity: 0.7;
}
img.left { float: left; margin: 2px 20px 16px 0; }
img.right { float: right; margin: 2px 0 16px 20px; }


/* 6.トップページ
----------------------------------------------- */
.top #parade{
	margin:15px 0 0 0;
	overflow:hidden;
	width:500px;
}
.top #parade h3{
	margin:0;
	padding:0;
	border:0;
}

.top #sidenavi {
	padding: 190px 0 0 0;
}
.top #archive {
	overflow: hidden;
	width: 500px;
	margin:15px 0 0 0;
}
.top #archive ul{
	width: 540px;
	margin:15px 0 0 0;
}
	.top #archive li{
		float:left;
		width: 140px;
		margin:0 40px 0 0;
	}
	.top #archive li img{
		vertical-align: top;
	}
	.top #archive li h3{
		margin:0;
		background: none;
		font-weight: normal;
		font-size:11px;
		line-height:14px;
		word-break: break-all;
	}
	.top #archive li h3.strng {
		font-weight: bold;
	}
	.top #archive li strong{
		display: block;
		margin:5px 0 2px 0;
		color: #9F5B00;
	}
.top #archive a:link,
.top #archive a:visited{
	color:#333;
	text-decoration:none;
}
.top #archive a:hover{
	color:#CC0000;
	text-decoration:underline;
}
.top #archive li h3.strng a:link,
.top #archive li h3.strng a:visited{
	color:#CC0000;
	text-decoration:none;
}
.top #archive li h3.strng a:hover{
	color:#CC0000;
	text-decoration:underline;
}

.top #info {
	width: 350px;
	margin:30px 0 0 0;
}


/* 中ページ
----------------------------------------------- */
/* ---archive--- */
#archive .date {
	text-align:right
}
#archive p {
	margin:10px 0 0 0;
}
#archive .movie {
	margin:4px 0;
	padding:8px 0 8px 8px;
	border:solid 1px #EEE;
}
#archive .btn_ust{
	text-align:right;
}
#archive .info {
	margin:40px 0 0 0;
	padding: 2px 0 2px 8px;
	background: #666;
	font-weight: bold;
	color: #FFF;
}
#archive h4 {
	font-size:16px;
	line-height:18px; 
	margin:10px 0;
	padding: 0 0 0 8px;
	border-left:solid 3px #CC0000;
}

#archive dl{
	margin:10px 0 0 0;
	line-height:1.5;
}
	#archive dt{
		font-size: 14px;
		font-weight: bold;
		color: #3366CC;
	}
	#archive dt.photo{
		width: 180px;
		padding: 0 10px 0 0;
	}
	#archive dt.photo.left{
		float:left;
		padding: 0 10px 0 0;
	}
	#archive dt.photo.right{
		float:right;
		padding: 0 0 0 10px;
	}
	#archive dt.photo p{
		margin:2px 0 5px 0;
		font-size: 10px;
		font-weight: normal;
		color: #333;
	}
	#archive dd.left{
		margin:0 0 0 190px;
	}
	#archive dd.right {
		margin:0 190px 0 0;
	}
	#archive dd.nophoto {
		margin:0 0 0 0;
	}

#archive dd table{
	width: 100%;
	_width: 0%; /* IE6用 */
	margin:10px 0 5px 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit;font:100%;
}
	#archive dd table th,
	#archive dd table td{
		vertical-align: top;
		text-align:left;
		padding:4px 2px 4px 0;
		background: url(../gifs/dot.gif) left top repeat-x;
	}
	#archive dd table th{
		white-space: nowrap;
		font-weight: normal;
		padding:4px 10px 4px 0;
		color: #666;
	}
	#archive dd table td{
		width: 100%;
	}

#archive #archives ul{
	width: 540px;
	margin:28px 0 0 0;
}
	#archive #archives li{
		float:left;
		width: 140px;
		margin:0 40px 0 0;
	}
	#archive #archives li img{
		vertical-align: top;
	}
	#archive #archives li h3{
		margin:0;
		background: none;
		font-weight: normal;
		font-size:11px;
		line-height:14px;
		word-break: break-all;
	}
	#archive #archives li h3.strng{
		font-weight: bold;
	}
	#archive #archives li strong{
		display: block;
		margin:5px 0 2px 0;
		color: #9F5B00;
	}
#archive #archives a:link,
#archive #archives a:visited{
	color:#333;
	text-decoration:none;
}
#archive #archives a:hover{
	color:#CC0000;
	text-decoration:underline;
}
#archive #archives li h3.strng a:link,
#archive #archives li h3.strng a:visited{
	color:#CC0000;
	text-decoration:none;
}
#archive #archives li h3.strng a:hover{
	color:#CC0000;
	text-decoration:underline;
}

/* ---rules--- */
#rules h3 {
	margin:30px 0 0 0;
	padding: 0;
	background: none;
	color: #CC0000;
}

#rules p{
	margin:10px 0 0 0;
}





/* ---TopDetail--- */
#topdetail .info {
	margin:20px 0 0 0;
	padding: 2px 0 2px 8px;
	background: #666;
	font-weight: bold;
	color: #FFF;
}
#topdetail h4 {
	font-size:16px;
	line-height:18px; 
	margin:10px 0;
	padding: 0 0 0 8px;
	border-left:solid 3px #CC0000;
}

#topdetail dl{
	margin:10px 0 0 0;
	line-height:1.5;
}
	#topdetail dt{
		font-size: 14px;
		font-weight: bold;
		color: #3366CC;
	}
	#topdetail dt.photo{
		width: 180px;
		padding: 0 10px 0 0;
	}
	#topdetail dt.photo.left{
		float:left;
		padding: 0 10px 0 0;
	}
	#topdetail dt.photo.right{
		float:right;
		padding: 0 0 0 10px;
	}
	#topdetail dt.photo p{
		margin:2px 0 5px 0;
		font-size: 10px;
		font-weight: normal;
		color: #333;
	}
	#topdetail dd.left{
		margin:0 0 0 190px;
	}
	#topdetail dd.right {
		margin:0 190px 0 0;
	}
	#topdetail dd.nophoto {
		margin:0 0 0 0;
	}

#topdetail dd table{
	width: 100%;
	_width: 0%; /* IE6用 */
	margin:10px 0 5px 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit;font:100%;
}
	#topdetail dd table th,
	#topdetail dd table td{
		vertical-align: top;
		text-align:left;
		padding:4px 2px 4px 0;
		background: url(../gifs/dot.gif) left top repeat-x;
	}
	#topdetail dd table th{
		white-space: nowrap;
		font-weight: normal;
		padding:4px 10px 4px 0;
		color: #666;
	}
	#topdetail dd table td{
		width: 100%;
	}