@charset "utf-8";
#container {
	width: 800px;
	margin: 0 auto;
	position: static;
}
#header {
	position: static;
	width: 800px;
	height: 250px;
	margin-bottom: 10px;
	color: #FFF;
	background-image: url(images/headerback.jpg);
	text-align: right;
	line-height: 1.2em;
}
#header #address {
	padding-top: 210px;
	padding-left: 20px;
	text-align: left;
	font-size: 14px;
	color: #360;
}
#menu {
	margin-bottom: 10px;
	text-align: right;
	font-weight: bold;
	color: #666;
}
#menu a {
}
#menu a:hover {
}
#side {
	float: left;
	width: 300px;
	background-color: #E5BD80;
	text-align: center;
}
#side .box {
	padding: 2px;
	border: 1px dotted #FFF;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 8px;
	margin-left: 3px;
	font-size: 90%;
	line-height: 140%;
}
#side .box .title {
	color: #666;
}
#side .box img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
#main {
	float: right;
	width: 450px;
	margin-left: 50px;
	background-color: #FEC;
	text-align: left;
	line-height: 1.3em;
}
#main h1{
	margin-bottom: 6px;
	font-size: 1.2em;
	color: #000;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #690;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -30px;
	padding-left: 8px;
}
#main h2 {
	margin-bottom: 6px;
	font-size: 1.2em;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -20px;
	padding-left: 8px;
}
#main h3 {
	margin-bottom: 6px;
	font-size: 1.2em;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #EEE;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -20px;
	padding-left: 8px;
}
#timetable {
	width: 100%;
	border-collapse:collapse;
	background-color:#ffffff;
	empty-cells:show;
	margin-bottom: 10px;
	line-height: 1em;
}
#timetable td,th{
	font-size: small;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
#timetable th {
	background-color: #CC9;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
.textsmall {
	font-size: 90%;
	line-height: 1.2em;
}
