@charset "Shift_JIS";

/*
@Time Table
-------------------------------------- */

body.timeTable {
	background: #f1eee1 url(../images/body_bg_tt.jpg) no-repeat left top;	
}

#ttList {
	clear: both;
	width: 645px;
	margin: 0;
}

#ttList th {
	text-align: left;
	padding: 4px 0 3px 10px;
	background: #259aa3;
	font-weight: normal;
	color: #FFFFFF;
}

#ttList th.ttTime {
	width: 145px;
	background: #9fcacd;
	font-weight: bold;
	color: #333333;
}

#ttList td {
	padding: 6px 0;
	vertical-align: top;
}

#ttList td.ttText {
	padding: 6px 10px 6px 10px;	
}

#ttList td.ttText ul {
	margin: 8px 0 0;	
}

#ttList td.ttText ul li {
	float: left;
	margin: 0 5px 0 0;
}

#ttList td img {
	vertical-align: bottom;	
}

body.local #pageTitle ul {
	position: absolute;
	top: 0;
	right: 0;
}

body.local #pageTitle ul li {
	float: left;
	padding: 0 0 0 2px;
}

#date {
	position: absolute;
	top: 50px;
	right: 3px;	
}

#date img {
	margin: 0 0 0 5px;	
}