<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */


#container{
	width:100%;
	background:url(../images/topbg.jpg) no-repeat center top;
}


#cast_container{
	background:url(../images/castbg.png) repeat-x center 167px;
	text-align: center;
	width:980px;
	text-align: center;
	margin: 0px auto;
}

/*--wrapper
--------------------------------------------------------------*/
#wrapper{
		text-align: center;
		width:980px;
		margin:0 auto;
}
#header{
	width:980px;
	height:62px;
	margin:0 auto;
	}

#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
    }

#top_main {
	position: relative;
	background:url(../images/main.png) no-repeat 0 5px;
	height:611px;
	width:980px;
	}

#top_main #broadcast_time {
	position: absolute;
	right: 320px;
	top: 8px;
    }

#top_main #story {
	position: absolute;
	right: -34px;
	top: -6px;
    }

#top_main #catch {
	position: absolute;
	left: -61px;
	top: 15px;
    }


#top_main #qr {
	position: absolute;
	left: 553px;
	top: 357px;
    }

#wrapper ul#banner {
	width: 780px;
	height:80px;
	list-style: none;
	margin:0 auto;
	clear:both;
	padding-top:20px;
    }
#banner li{
	padding: 0px;
	margin: 0px;
	float: left;
	width: 200px;
	text-align:left;
	}
#banner li.bnrLast{
	width: 180px;
}
	
#top_main #banner,x:-moz-broken{
	position: absolute;
	left: 120px;
	top: 637px;
	width: 800px;
    }	
	
#wrapper #footer {
	width: 980px;
	margin:0 auto;
	clear:both;
    }

/*--castページ
--------------------------------------------------------------*/
#nakanavi{
	width:980px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
#nakanavi li{
	display:inline; 
	margin: 0px;
	padding:0px;
	float:left;
	}	

/*--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;
	}

/*--banner
--------------------------------------------------------------
#banner{
		list-style: none;
		padding:0px 20px 0px 0px;
		}
		
#banner li{
		margin: 0px 5px 20px 0px;
	padding: 0px;
	float: left;
	width: 180px;
	}
	
*/</pre></body></html>