@charset "utf-8";
/* CSS Document */

/* ----------- TIMETABLE --- */

#timetable h2 {
	background:transparent url(../img/title_timetable.gif) no-repeat left top;
	display:block;
	height: 19px;
	width: 276px;
	overflow:hidden;
	text-indent:-9999px;
}

#timetable_desc {
	padding: 10px 0;
	line-height: 1.5em;
}

#timetable table {
	background: #12085b;
	width: 580px;
	padding: 3px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#timetable table td {
	border: #12085b solid 2px;
	padding: 5px;
	background: #ffffff;
	vertical-align: top;
	line-height: 1.5em;
}

#timetable table td a {
	color: #bf5f5e;
}

#timetable table td span {
	color: #483f87;
}

.none {
	text-indent: -9999em;
	background: #eee;
}

.t2, .t3, .t4 {
	width: 115px;
}

.timetable_subdesc {
	padding: 0 11px;
	line-height: 1.5em;
}

.timetable_subdesc_text {
	padding: 5px 0 0 11px;
	line-height: 1.5em;
}

.inputtrim {
	border: #12085b solid 4px;
	padding: 2px;
	color:  #12085b;
	background: #ffffff;
	margin: 0 11px 2px 11px;
	width: 200px;
}

textarea {
	border: solid #12085b 4px;
	margin: 0 0 15px 11px;
	padding: 3px;
	color: #12085b;
	background: #ffffff;
	width: 565px;
}

.submit_button {
	margin-left: 11px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}
