@charset "Shift_JIS";

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	初期化
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym { border:0;}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	ベース
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	text-align: center;
	}
#wrapper{
	background: url(../images/bg.gif) top center repeat-x;
	border-top: #ccc 2px solid;
	border-bottom: #ccc 2px solid;
	margin: 0 0 5px 0;
}

hr { clear:left; display: none; }

/*------リンク-------------------------------*/

a { color: #009900; text-decoration: none; }
a:link {}
a:visited {}
a:hover { color:#ff6699; text-decoration: underline; }
a:active { color: #999999; text-decoration: underline; }

a:focus {
	/*\*/
		overflow: auto;
	/**/
	}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	コンテンツ
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*------------ Javascript警告 -------------*/
#jsWarning {
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #f768a2;
	background: #fff;
	}
	#jsWarning p {
		padding: 10px 0;
		font-size: 12px;
		font-weight: bold;
		color: #eb4b56;
		text-align: center;
		}
/*------------ 終了番組対応 -------------*/
#notice_finish {
	width: 100%;
	height: 35px;
	margin: 0 auto;
	background: #fff;
	border-bottom: 1px solid #000;
	}
	#notice_finish p {
		padding: 10px 0;
		font-size: 12px;
		font-weight: bold;
		color: #000;
		text-align: center;
		}
/*------------ コンテナ -------------*/
#container {
	width: 960px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: url(../images/bg_contents.gif) 0 0 repeat;
	}


/*------------ コンテンツページ用ヘッダー -------------*/
#header_contents {
	width: 952px;
	height: 200px;
	padding: 0 0 0 4px;
	}
	/*------------ ロゴ部分 -------------*/
	#header_contents #logo {
		width: 411px;
		height: 200px;
		margin: 0;
		background: url(../images/logo_r.gif) 0 0  no-repeat;
		float: left;
		}
		#header_contents #logo h1 {
			width: 410px;
			height: 200px;
			}
			#header_contents #logo h1 a {
				display: block;
				width: 410px;
				height: 200px;
				background: url(../images/logo.gif) 0 0  no-repeat;
				}
				#header_contents #logo h1 a:hover {
					background: none!important;
					}
				#header_contents #logo h1 a em {
					display: none;
					}
	/*------------ 番組詳細 -------------*/
	#header_contents #details {
		width: 527px;
		height: 200px;
		background: url(../images/bg_details2.gif) 0 0 no-repeat;
		position: relative;
		float: left;
		}
		#header_contents #details h2 {
			display: none;
			}
		#header_contents #details ul {
			width: 502px;
			height: 87px;
			background: url(../images/details_stm.jpg) 0 0 no-repeat;
			position: absolute;
			top: 117px;
			left: 14px;
			}
			#header_contents #details ul li {
				display: none;
				}
/*------フッター-------------------------------*/
#footer {
	width: 960px;
	clear: both;
	margin: 0;
	padding: 15px 0 15px;
	background: url(../images/bg_footer.gif) 0 0  no-repeat;
	text-align: center;
	}
	#footer address {
		width: 900px;
		margin: 0 auto;
		border-top: 1px solid #000;
		}
		#footer address p#back{
			text-align: left;
			padding: 15px 0 0;
			}
		#footer address p#copy{
			text-align: right;
			margin: -14px 0 0;
			padding: 0 10px 0;
			}
