
* {
	margin			: 0;
	padding			: 0;
}

html {
	width			: 100%;
	height			: 100%;
}

body {
	width			: 100%;
	height			: 100%;
	text-align		: center;
	background		: #fff;
	font-family		: "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",helvetica,arial,sans-serif;
	font-size		: 14px;
	line-height		: 1.6;
	color			: #646464;
}

h1 {
	width			: 320px;
	height			: 30px;
}

img {
	border			: 0;
}

h1 img {
	vertical-align	: bottom;
	display			: block;
}

#reglist_main {
	width			: 870px;
	min-height		: 100%;
	padding-top		: 10px;
	margin-left		: auto;
	margin-right	: auto;
	background		: #fff;
	text-align		: center;
}

/*曜日部分*/
#reglist_week {
	color			: #333333;
}

table#reglist_week {
	width			: 847px;
	margin			: 0px 0px 0px 20px;
	border			: none;
	border-collapse	: collapse;
    border-spacing	: 0;
	text-align		: left;
	color			: #333333;
}

table#reglist_week td {
	width			: 111px;
	padding			: 5px;
	vertical-align	: top;
}

.reglist_notice {
	font-size		: 90%;
	color			: #666666;
	text-align		: left;
	padding			: 5px 5px 5px 5px;
}

.reglist_week_daily_odd {
	color			: #ffffff;
	text-align		: center;
	font-weight		: bolder;
	background		: url(../img/regular/weekday_bg_10.gif);
}

.reglist_week_daily_even {
	color			: #ffffff;
	text-align		: center;
	font-weight		: bolder;
	background		: url(../img/regular/weekday_bg_11.gif);
}

.reglist_sat {
	color			: #019FE8;
	text-align		: center;
	font-weight		: bolder;
	background		: url(../img/regular/sat_bg_3.gif);
}

.reglist_sun {
	color			: #E80115;
	text-align		: center;
	font-weight		: bolder;
	background		: url(../img/regular/sun_bg_3.gif);
}

/*番組表部分*/
#reglist_tt ul {
	list-style: none;
	width: 121px;
	float:left;
}

#reglist_tt ul:first-child {
	margin-left: 20px;
}

#reglist_tt li{
	text-align: left;
	padding: 3px 3px 1px 3px;
}

#reglist_tt a:focus {
	outline			: none;
}

#reglist_tt a:link, #reglist_tt a:visited {
	color			: #000;
	text-decoration	: underline;
}

#reglist_tt a:hover, #reglist_tt a:active {
	color			: #999999;
	text-decoration	: underline;
}

#reglist_tt_mon , #reglist_tt_wed ,#reglist_tt_fri   {
	background		: #ede6e6;
	margin-bottom: 10px;
}
#reglist_tt_tue , #reglist_tt_thu {
	background		: #FFFFFF;
}
#reglist_tt_sat {
	background		: #E4EEF7;
}
#reglist_tt_sun {
	background		: #FBE5E7;
}

.reglist_tt_time {
	color			: #F39801;
	font-size		: 14px;
}

.reglist_tt_title {
	color			: #666666;
	font-size		: 11px;
	padding-top: 8px;
}

.reglist_tt_name {
	font-size		: 13px;
}

#reglist_ttcont_odd {
	background: #fbf8e4;
}

#reglist_ttcont_even {
	background: #fdeccf;
}

#reglist_ttcont_sat {
	background: #cadaf9;
}
#reglist_ttcont_sun {
	background: #ffc8cc;
}

/*プラグインで勝手に付与されるcssリセット*/
#TB_ajaxContent p {
	padding: 0px;
}
