@charset "Shift-JIS";

/* 今現在の時間、日付、番組 */
.tv_now {
	background-color: #cfc;
	font-weight: normal;
}

/* 選択中の時間、日付、番組 */
.tv_select {
	color: white;
	background-color: #f66;
}

.tv_title {
	color: red;
	background-color: red;
}

table {
	border-collapse : collapse;
}

table.program,
table.tv_schedule_genre {
	border-collapse : collapse;
	border-color : #999999;
}

table.program th,
table.tv_schedule_genre th {
	text-align   : left;
	border-width : 1px 1px;
	border-style : solid ;
	border-color : #999999;
	padding : 0.2em;
	background-color : #F3F3F3;
	/* font-size      : 11px; */
	font-weight :normal;
}

table.program td,
table.tv_schedule_genre td {
	border-width : 1px;
	border-style : solid ;
	border-color : #BBBBBB;
	padding      : 0.2em;
	text-align   : center;
	margin: 0;
}

table.tv_schedule_genre td {
	text-align   : left;
}

table.program a {
	text-decoration: none;
}

table.program a:hover {
	text-decoration: underline;
}

table.tv_schedule_genre a {
	text-decoration: none;
}

table.tv_schedule_genre a.tv_program {
	color: #000055;
}

/* カレンダー */
table.tvcalendar {
	border-collapse : collapse ;
	border-width : 1px;
	border-style : solid ;
	border-color : #999;
	width: 300px;
}

table.tvcalendar th {
	border-width : 1px 1px;
	border-style : solid ;
	border-color : #999;
	background-color : #EFEFEF;
	font-weight :normal;
}

table.tvcalendar td {
	border-width : 1px 1px;
	border-style : solid ;
	border-color : #eee;
}

div.tp1 {
	font-size:12px;
	color:#000080;
	padding-top:4px
}

div#mycal {
	border:solid #FF0000 1px;
	background-color: #FFEFEF;
	float: right;
	width: 200px;
	padding: 2px;
	margin: 2px;
	text-align: center;
}


/* カレンダー */
table.tvsearch_results {
	border-collapse : collapse ;
	border-width : 1px;
	border-style : solid ;
	border-color : #999999 ;
}

table.tvsearch_results th {
	border-width : 1px 1px;
	border-style : solid ;
	border-color : #999999;
	background-color : #EEEEEE;
	font-weight	: normal;
	text-align : left;
}

table.tvsearch_results td {
	border-width : 1px 1px;
	border-style : solid ;
	border-color : #BBBBBB;
	padding: 2px;
	padding-left: 15px;
}

table.tvsearch_results td.today {
	background-color: #CCFFCC;
}

table.tvsearch_results a {
	text-decoration: none; 
}

table.tvsearch_results tbody {
}

ul {
	margin: 2px 2em;
}

.tv_point {
	background-color: #FFDDDD;
	background-image: url("arrow.gif");
	background-repeat: no-repeat;
}


li.tv_searchword {
	padding: 2px;
	margin: 2px 1em;
	display: inline;
}

table.tv_channel_info {
	margin: 0.5em;
	background-color: #F9F9F9;
	border: #CCC 1px solid;
}

.tv_channel_info h2 {
	padding: 0em;
	margin: 0em;
	background-color: transparent;
	border:0 none none;
}

/*table.program td.tv-hl {
	border: 2px #FF6666 solid;
}*/

table.tv-list-hours {
	border-collapse : collapse ;
	border : 1px solid #999;
	margin: 0.2em 0;
}

table.tv-list-hours th {
	border-right: 2px solid #ccc;
	margin: 0;
	padding: 0.2em;
	background-color: #eee;
	font-weight: normal;
}

table.tv-list-hours td {
	/* width: 4em; */
	border-left: 1px solid #ccc;
	margin: 0;
	padding: 0.2em 0.8em;
	text-align: center;
}

.tv_channel {
	display: inline;
	padding: 0.3em;
	margin:0;
	margin-right: 2em;
	line-height: 2em;
	border: 1px #ccc solid;
}

.channel_info {
	float: right;
}

.timetable {
	clear: both;
}
