@charset "utf-8";
#menu {
	float: left;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 320px;
	height: 20px;
	clear: both;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	height: 20px;
	display: inline;
	text-align: left;
	float: left;
}

#menu .mon a {
	background-image: url(../images/menu_mon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 46px;
	display: block;
}

#menu .tue a {
	background-image: url(../images/menu_tue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 46px;
	display: block;
}

#menu .wed a {
	background-image: url(../images/menu_wed.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 46px;
	display: block;	
}

#menu .thu a {
	background-image: url(../images/menu_thu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 46px;
	display: block;	
}

#menu .fri a {
	background-image: url(../images/menu_fri.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 46px;
	display: block;	
}

#menu .sat a {
	background-image: url(../images/menu_sat.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 46px;
	display: block;	
}

#menu .sun a {
	background-image: url(../images/menu_sun.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 44px;
	display: block;
}

/*-------------------body ID変更の場合のmenuhoverの指定
-----------------------------------------------*/

#sun #menu .sun a {
	background-image: url(../images/menu_sun_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 44px;
	display: block;
}

#mon #menu .mon a {
	background-image: url(../images/menu_mon_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 44px;
	display: block;
}

#tue #menu .tue a {
	background-image: url(../images/menu_tue_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 44px;
	display: block;
}

#wed #menu .wed a {
	background-image: url(../images/menu_wed_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 44px;
	display: block;
}

#thu #menu .thu a {
	background-image: url(../images/menu_thu_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 44px;
	display: block;
}

#fri #menu .fri a {
	background-image: url(../images/menu_fri_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 44px;
	display: block;
}

#sat #menu .sat a {
	background-image: url(../images/menu_sat_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 44px;
	display: block;
}
#timetable {
	background-color: #001F26;
	clear: none;
	padding-top: 10px;
}
.entry_time {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding: 10px;
}


.entry_time .leftbox dt {
	color: #FFFFFF;
	margin-bottom: 10px;
	font-weight: bolder;
}

.entry_time .leftbox dd {
	color: #FFFFFF;
	line-height: 150%;
	font-size: 12px;
	padding-left: 31px;
	text-indent: -31px;
}
.entry_time .rightbox img {
	margin-left: 20px;
}
.entry_time .entry_rightbox {
	float: right;
	width: 85px;
	padding-left: 5px;
}
.entry_time .entry_rightbox .parsonal {
	font-size: 10px;
}
.entry_time .leftbox .sponsor {
	margin-top: 5px;
	font-size: 10px;
	line-height: 120%;
	margin-bottom: 5px;
}
.entry_time .leftbox .tit_txt {
	font-size: 10px;
}

#header h2 {
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
}

/* ----- */

#container {
	background-repeat: none;
}

.back {
	background-color: #001F26;
}
#pitta {
	margin-bottom: 15px;
	text-align: center;
}

