
/*きょうの番組表示用
=====================================*/
/* Windows版IE5.x(5.0〜5.5)専用外部スタイルシートの読み込み
------------------------------------------------------------ */
@media tty {
	i{content:"\";/*" "*/}} @import 'win-ie5x.css'; /*";}
}/* */

body {
	font-size: 62.5%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main-box	{
	width:180px;
	color:#333333;
	margin:0 auto 0;
	}
#program-box	{
	width:170px;
	color:#333333;
	}
#program-table	{
	width:170px;
	border-collapse:collapse;
	}
#program-table td	{
	padding:3px 2px;
	border-bottom:dotted #999999 1px;
	}
#time_color	{
	color:#FF6633;
	}
ul	{
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.2em;
	}
.headline {
	padding:0px 2px 4px 10px;
	background-image: url(../images/news-dot.gif);
	background-repeat:no-repeat;
	background-position:2px 5px;
	}
#news-date	{
	text-align:right;
	color:#FF6633;
	margin-bottom:15px;
	}
/*リンク*/
a:link {
	color: #003399;
}

a:visited {
	color: #003399;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}

/*現在放送の番組*/
.now	{
	background-color: #FFE6C1;
	}