@charset "utf-8";

/*-----------------------------------------------------------------------------*/
/*背景指定 - common.cssを上書き*/
body{
	background:none;
}
#contents{
	background:none;
}


/*-----------------------------------------------------------------------------*/
/*次週番組表*/
#contents h2{float:left;}
#contents a.next_weekly{
	margin:10px;
	float:right;
	background-image: url(../../img/weekly/weekly1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:15px;
	font-size:1.2em;
}

/*-----------------------------------------------------------------------------*/
/*番組表*/

table{
	width:850px;
	border-spacing:1px;
	color:#ffffff;
	clear:both;
}



table td {
	height:36px;
	border-bottom:2px solid #ffffff;
	text-align:left;
	padding:3px 3px 3px 10px;
	word-break:break-all;}

table td.none-d {
background:#d9d9d9;
color:#333333;
}


table tr.drama_bg {
	background-color:#deea97;
}
table td.drama {
	background-color:#bed630;
}
table td.drama_off {
	background-color:#deea97;
	background-image:url(../../img/weekly/bg_drama_off.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

table td.drama_t {
	background-color:#bed630;
	background-image:url(../../img/weekly/bg_drama.gif);
	background-repeat:no-repeat;
	background-position:right center;
}



table tr.owarai_bg {
	background-color:#b0dda2;
}
table td.owarai {
	background-color:#61bb46;
}
table td.owarai_off {
	background-color:#b0dda2;
	background-image:url(../../img/weekly/bg_owarai_off.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

table td.owarai_t {
	background-color:#61bb46;
	background-image:url(../../img/weekly/bg_owarai.gif);
	background-repeat:no-repeat;
	background-position:right center;
}



table tr.variety_bg {
	background-color:#7fd4d1;
}
table td.variety {
	background-color:#00a9a4;
}
table td.variety_off {
	background-color:#7fd4d1;
	background-image:url(../../img/weekly/bg_variety_off.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

table td.variety_t {
	background-color:#00a9a4;
	background-image:url(../../img/weekly/bg_variety.gif);
	background-repeat:no-repeat;
	background-position:right center;
}



table tr.music_bg {
	background-color:#7fd6f7;
}
table td.music {
	background-color:#00adef;
}
table td.music_off {
	background-color:#7fd6f7;
	background-image:url(../../img/weekly/bg_music_off.gif);
	background-repeat:no-repeat;
	background-position:right center;
}
table td.music_t {
	background-color:#00adef;
	background-image:url(../../img/weekly/bg_music.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

table tr.study_bg {
	background-color:#8dadd5;
}
table td.study {
	background-color:#1a5bab;
}
table td.study_off {
	background-color:#8dadd5;
	background-image:url(../../img/weekly/bg_study_off.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

table td.study_t {
	background-color:#1a5bab;
	background-image:url(../../img/weekly/bg_study.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

table tr.news_bg {
	background-color:#d0a9cf;
}
table td.news {
	background-color:#a154a0;
}
table td.news_off {
	background-color:#d0a9cf;
	background-image:url(../../img/weekly/bg_news_off.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

table td.news_t {
	background-color:#a154a0;
	background-image:url(../../img/weekly/bg_news.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

table tr.manga_bg {
	background-color:#f57fc5;
}
table td.manga {
	background-color:#ec008c;
}
table td.manga_off {
	background-color:#f57fc5;
	background-image:url(../../img/weekly/bg_manga_off.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

table td.manga_t {
	background-color:#ec008c;
	background-image:url(../../img/weekly/bg_manga.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

table tr.kids_bg {
	background-color:#f68d91;
}
table td.kids {
	background-color:#ed1c24;
}
table td.kids_off {
	background-color:#f68d91;
	background-image:url(../../img/weekly/bg_kids_off.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

table td.kids_t {
	background-color:#ed1c24;
	background-image:url(../../img/weekly/bg_kids.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

table tr.cinema_bg {
	background-color:#F6BE87;
}
table td.cinema {
	background-color:#f68A20;
}
table td.cinema_off {
	background-color:#F6BE87;
	background-image:url(../../img/weekly/bg_cinema_off.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

table td.cinema_t {
	background-color:#f68A20;
	background-image:url(../../img/weekly/bg_cinema.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

table th {
	width:74px;
	border-bottom:2px solid #ffffff;
	background-color:#666666;
	font-size:1.4em;
	font-weight:normal;
	text-align:center;
	padding:3px 0;
}
table th.th_day {
	border-bottom:none;
}
table th.th_title {
	width:204px;
}
table th.th_update {
	width:119px;
}

table td.td_title {
	font-size:1.2em;
	font-weight:normal;
}

table td a:link		{color:#fff; text-decoration:none;}
table td a:active	{color:#fff; text-decoration:none;}
table td a:visited	{color:#fff; text-decoration:none;}
table td a:hover	{color:#fff; text-decoration:underline;}