@charset "UTF-8";
/* CSS Document */
body {
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-color: #669900;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
}
a {
	color: #F30;
	text-decoration: underline;
}
a:hover {
	color: #F90;
}
a:visited {
	color: #900;
}
#header {
	height: 350px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
#header #menu {
	clip: rect(0px,auto,0px,auto);
	width: 900px;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: auto;
}
#header #menu li {
	list-style-type: none;
	display: inline;
}
#header #menu #bt1 a {
	background-image: url(images/button_01.jpg);
	height: 168px;
	width: 50px;
	float: right;
	display: block;
}
#header #menu #bt2 a {
	background-image: url(images/button_02.jpg);
	height: 168px;
	width: 50px;
	float: right;
	margin-right: 5px;
	display: block;
}
#header #menu #bt3 a {
	background-image: url(images/button_03.jpg);
	height: 168px;
	width: 50px;
	float: right;
	margin-right: 5px;
	display: block;
}
#header #menu #bt4 a {
	background-image: url(images/button_04.jpg);
	height: 168px;
	width: 50px;
	float: right;
	margin-right: 5px;
	display: block;
}
#header #menu #bt5 a {
	background-image: url(images/button_05.jpg);
	height: 168px;
	width: 50px;
	float: right;
	margin-right: 5px;
	display: block;
}
#header #menu #bt1 a:hover {
	background-image: url(images/button_over_01.jpg);
	height: 168px;
	width: 50px;
	display: block;
}
#header #menu #bt2 a:hover {
	background-image: url(images/button_over_02.jpg);
	height: 168px;
	width: 50px;
	display: block;
}
#header #menu #bt3 a:hover {
	background-image: url(images/button_over_03.jpg);
	height: 168px;
	width: 50px;
	display: block;
}
#header #menu #bt4 a:hover {
	background-image: url(images/button_over_04.jpg);
	height: 168px;
	width: 50px;
	display: block;
}
#header #menu #bt5 a:hover {
	background-image: url(images/button_over_05.jpg);
	height: 168px;
	width: 50px;
	display: block;
}
span {
	display: none;
}
#footer {
	background-image: url(images/footer.jpg);
	height: 32px;
	background-repeat: no-repeat;
	clear: both;
	float: none;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-position: center -4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#footer p  {
	margin: 0px;
	padding-top: 2px;
	text-align: center;
}
#container {
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#header h1 {
	clip: rect(0px,auto,auto,auto);
	margin: 0px;
}
#container #left_section {
	width: 250px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
}
#container #right_section {
	float: right;
	margin-right: 10px;
	width: 620px;
	margin-bottom: 20px;
	display: inline;
}
h2 {
	font-size: 14px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F69;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F69;
	color: #F03;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FCC;
	text-align: center;
	padding: 0px;
}
#right_section .text_box{
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F99;
}
#container #left_section .text_box {
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F03;
	color: #F00;
}
.date {
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#container #right_section #navi {
	text-align: center;
}
#container #right_section .ibox {
	width: 120px;
	border: 1px solid #FF7FA7;
	float: left;
	margin: 5px;
	height: 240px;
}
#container #right_section #instructors {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
}
#container #right_section #instructors .ibox .i_name {
	color: #F03;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#container #right_section #instructors .ibox p {
	margin: 0px;
}
#container #right_section .profile {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 370px;
}
#container #right_section .back {
	clear: both;
	float: left;
}
#container #right_section img {
	float: left;
}
#container #right_section #timetable tr td {
	text-align: center;
	vertical-align: top;
}

