/* timetable */
#frame {
	width: 800px;
	background-image: url(../img/frame2.gif);
}

#frame_title {
	float: left;
}
#frame_title2 {
	float: right;
}

#frame_text1 {
	font-size: 80%;
	line-height: 1.3em;
	clear: both;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}


#timetable_area {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}


.timetable {
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.timetable td {
	width: 84px;
	padding: 3px;
	border: 1px solid #1A1D26;
}
.table_month {
	font-weight: bold;
	text-align: center;
}
.table_head {
	background-color: #336600;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.table_time {
	background-color: #99CC00;
	color: #1A1D26;
	text-align: center;
	font-weight: bold;
}
.table_td {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 80%;
	vertical-align: top;

}
.table_td a {
	color: #669900;
	text-decoration: underline;
}
.table_td2 {
	background-color: #eeeeee;
	color: #666666;
	font-size: 80%;
	vertical-align: top;

}
.table_td2 a {
	color: #669900;
	text-decoration: underline;
}


#timetable_menu_area {
	float: right;

}

#timetable_menu1 {
	height: 20px;
	width: 110px;
	overflow: hidden;
}
#timetable_menu1 a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(../img/timetable_menu1.gif);
	text-indent: -1000px;
}
#timetable_menu1 a:hover {
	background-position: 0px -20px;
}

#timetable_menu2 {
	height: 20px;
	width: 110px;
	overflow: hidden;
}
#timetable_menu2 a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(../img/timetable_menu2.gif);
	text-indent: -1000px;
}
#timetable_menu2 a:hover {
	background-position: 0px -20px;
}

#timetable_menu3 {
	height: 20px;
	width: 110px;
	overflow: hidden;
}
#timetable_menu3 a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(../img/timetable_menu3.gif);
	text-indent: -1000px;
}
#timetable_menu3 a:hover {
	background-position: 0px -20px;
}


#timetable_news {
	font-size: 80%;
	line-height: 1.3em;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}


#timetable_link_area {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#timetable_link_img {
	background-color: #000099;
	width: 260px;
	border: 1px solid #FFFFFF;
}
#timetable_link_text {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 80%;
	line-height: 1.3em;
	padding: 10px;
}


#timetable_warning {
	font-size: 60%;
	line-height: 1.5em;
	margin: 10px;
}
