@charset "Shift_JIS";



#contents h3.timetable {
	margin: 0 0 20px 0;
	padding: 30px 0 0 0;
	height: 0px;
	background: url(../img/title-timetable.gif) 0 0 no-repeat;
	overflow: hidden;
	clear: both;
}

#contents p.intro { margin-bottom: 20px; }



#contents p#loading {
	padding: 15px 0;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
}



#contents ul#navDay, #contents ul#navDayFooter {
	margin: 0 0 25px 0; 
	padding: 0 0 0px 0;
	width: 570px;
	height: 30px;
	list-style-type: none;
}

#contents ul#navDay li, #contents ul#navDayFooter li {
	margin: 0 0px 0 0px; 
	padding: 0px 0 0 0;
	text-align: center;
	width: 81px;
	height: 30px;
	list-style-type: none;
	float: left;
}

#contents ul#navDay a, #contents ul#navDayFooter a {
	display: block;
	padding: 30px 0 0 0;
	color: #cc0000;
	font-weight: bold;
	height: 0px;
	overflow: hidden;
	cursor: pointer;
}

ul.Mon { background: url(../img/timetable-list-mon.gif) 0 0 no-repeat; }
ul.Tue { background: url(../img/timetable-list-tue.gif) 0 0 no-repeat; }
ul.Wed { background: url(../img/timetable-list-wed.gif) 0 0 no-repeat; }
ul.Th { background: url(../img/timetable-list-th.gif) 0 0 no-repeat; }
ul.Fri { background: url(../img/timetable-list-fri.gif) 0 0 no-repeat; }
ul.Sat { background: url(../img/timetable-list-sat.gif) 0 0 no-repeat; }
ul.Sun { background: url(../img/timetable-list-sun.gif) 0 0 no-repeat; }



#contents #timetable {
	margin: 0 0 25px 0; 
	padding: 0 0 0px 0;
	width: 570px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	overflow: auto;
}



#timetable div.cellTT {
	margin: 0px 0 0 0;
	padding: 0;
	line-height: 18px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 568px;
	background: url(../img/bg-timetable.gif) 0 0 repeat-y;
	overflow: auto;
	clear: both;
}

div.cellTT div.TThour {
	margin: 0;
	padding: 5px 0px 5px 10px;
	text-align: center;
	width: 40px;
	float: left;
}

div.cellTT div.TTtitleHead {
	margin: 0;
	padding: 5px 15px;
	text-align: center;
	width: 480px;
	border-left: 1px solid #ccc;
	background-color: #f0f0f0;
	float: right;
}
div.cellTT div.TTtitle {
	margin: 0;
	padding: 0;
	width: 510px;
	border-left: 1px solid #ccc;
	float: right;
}

div.cellTT h4 {
	margin: 0 0 0px 0;
	padding-top: 5px;
	padding-left: 15px;
	font-size: 15px;
	float: left;
}
div.cellTT h4.original {
	padding: 5px 15px 5px 55px;
	color: #cc0000;
	font-size: 18px;
	background: #F8DDB1 url(../img/icon-nanami.gif) 15px center no-repeat;
}
div.cellTT h4.new {
	padding: 5px 15px 5px 55px;
	color: #8CBB00;
	font-size: 16px;
	background: #DFEAC8 url(../img/icon-new.gif) 15px center no-repeat;
}
div.cellTT h4.newOriginal {
	padding: 5px 15px 5px 80px;
	color: #cc0000;
	font-size: 18px;
	background: #F8DDB1 url(../img/icon-new-nanami.gif) 15px center no-repeat;
}

div.cellTT h5 {
	margin: 0 0 0px 0;
	font-size: 15px;
	clear: both;
	float: left;
}
div.cellTT h5.original {
	padding: 5px 0 5px 55px;
	color: #cc0000;
	background: #F8DDB1 url(../img/icon-nanami.gif) 15px center no-repeat;
}
div.cellTT h5.new {
	padding: 5px 0 5px 55px;
	color: #8CBB00;
	background: #DFEAC8 url(../img/icon-new.gif) 15px center no-repeat;
}
div.cellTT h5.newOriginal {
	padding: 5px 0 5px 80px;
	color: #cc0000;
	background: #F8DDB1 url(../img/icon-new-nanami.gif) 15px center no-repeat;
}

div.cellTT p {
	padding: 5px 0 5px 0px;
}
div.cellTT p.original { background-color: #F8DDB1; }
div.cellTT p.new { background-color: #DFEAC8; }
div.cellTT p.newOriginal { background-color: #F8DDB1; }

#timetable span.timetableNew {
	padding-left: 40px;
	width: 470px;
	background: #DFEAC8 url(../img/icon-new.gif) 5px center no-repeat;
}

