@charset "UTF-8";

h3 {
	background: url(../images/h3_other.gif) no-repeat;
	line-height: 40px;
	padding: 0 0 0 42px;
	margin: 10px 0 5px 0;
	letter-spacing: 0.2em;
	color: #666;
}

h4 {
	color: #36C;
	border-left: double 4px;
	text-indent: 0.5em;
	margin-bottom: 5px;
	letter-spacing: 0.2em;
	font-weight: normal;
}

.text_box {
	padding: 0 10px 20px 20px;
}

.ul01 {
	padding: 5px 0 10px 5px;
}

.ul01 li {
	padding: 2px 0;
}

.lip {
	padding: 0 10px;
	color: #06F;
}


/* timetable */
table.timetable {
	width: 620px;
	margin: 10px 0;
	text-align: center;
	border-collapse: collapse;
	font-size: 100%;
	background-color:#fff;
}
table.timetable td {
	border: solid 1px #aaa;
	padding: 2px;
}
table.timetable td.week {
	background-color: #36C;
	width: 50px;
	color:#fff;
}
table.timetable td.time {
	text-align: center;
	background-color: #36C;
}
