@charset "UTF-8";

html
/*
{
	scrollbar-base-color:#FF8207;
	scrollbar-face-color:#FF8207;
	scrollbar-high-light-color:#FF8207;
}
*/

*{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	text-align:center;
	background:#FFF;
	color:#6E6E6E;
	overflow-x:hidden;
	font-size:13px;
}

img ,a{ border:0;}

hr{ display:none;}

a:link{ color:#FF9900; text-decoration:underline;}
a:visited{ color:#FF9900; text-decoration:underline;}
a:hover{ color:#FF9900; text-decoration:underline;}

div#container{
	margin:0 auto;
	width:1012px;
}

/* ||||| program top ||||| */

/* hdLine */

table#hdLine{
	margin:4px auto;
	width:860px;
}

/*
table#hdLine{
	margin:4px 0;
	width:100%;
}

table#hdLine img.hanrei{
	float:right;
}*/


table#hdLine tr td{ padding-top:4px;}

table#hdLine tr td input#word{ width:150px;}

/* timeLine */

table#timeLine{
	width:100%;
	margin:4px 0;
	font-size:16px;
}

/* tblHd */

table#tblHd{
	background-color:#666;
	font-weight:bold;
	color:#000;
	font-size:14px;
	border-top:1px solid #666;
}

table#tblHd tr td.weekDay{
	width:123px;
	height:14px;
	vertical-align:top;
	text-align:center;
	background-color:#ECECEC;
	border:1px solid #666;
}

table#tblHd tr td#Sun{ background-color:#F5BFBB;}

table#tblHd tr td#Sat{ background-color:#DBF5FF;}

table#tblHd tr td.Sp{
	width:14px;
	height:14px;
	background-color:#ECECEC;
}

/* ||||| program ||||| */

/* bangumi */

div#bangumi{
	font-size:13px;
	text-align:left;
	height:600px;
	overflow-y:scroll;
}

html[xmlns] div#bangumi{ width:1030px;}

div#bangumi table#schedule{ background-color:#D8D8D8;}

div#bangumi table#schedule tr td{
	width:123px;
	vertical-align:top;
}

div#bangumi table#schedule tr th{ width:14px;}

/* timeLine */

table.timeLine{
	vertical-align:top;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	background-color:#666;
}

*:first-child+html table.timeLine{ border-top:1px solid #FFF;}

table.timeLine tr td{
	text-align:center;
	border:1px solid #FFF;
	border-top:none !important;
}

table.timeLine tr td span.this{
	display:block;
	width:100%;
	height:110px;
}

/* programs */

table.programs{
	vertical-align:top;
	text-align:left;
	border-left:1px solid #666;
	border-right:1px solid #666;
}

table.programs tr td.block{
	vertical-align:top;
	background-color:#FFF;
	border-bottom:1px solid #666;
}

*:first-child+html table.programs tr td.block{
	border-top:1px solid #666;
	border-bottom:none !important;
}

table.programs tr td.toDay{ background-color:#FFF5B3 !important;}

table.programs tr td.block span.ts9{ color:#000;}

table.programs tr td.block span.ts9min{ color:#000; font-size:8px }

table.programs tr td.block span.t10min{ font-size:8px}

