@charset "UTF-8";

/* contents , section */

#ch3 {
	width: 635px;
}


.section {
	background: url(../images/section_bg.gif) repeat-y;
	width: 635px;
	margin: 0 0 15px 0;
}


.section_bg {
	background: url(../images/section_bottom_bg.gif) no-repeat bottom;
	padding: 0 20px 20px 20px;
	line-height: 160%;
}

.section_bg_in {
	background: url(../images/section_bottom_bg.gif) no-repeat bottom;
	padding: 0 20px 20px 20px;
	text-indent: 1.8em;
	line-height: 160%;
}

.section_bottom {
	background: url(../images/section_bottom_bg.gif);
	width: 635px;
	height:40px;
}

.kamoku {
	padding: 0 0 0 10px;
	line-height: 180%;
}

.blue01 {
	color:#9CF;
}

/* timetable settings
--------------------------------------------------*/

.timetable {
	border-collapse: collapse;	border-spacing: 0;
	width: 590px;
	margin: 4px 0 4px 2px;
}

.timetable th {
	padding: 4px 0;
	font-weight: normal;
	text-align: center;
	line-height: 160%;
	background: url(../image/doc_thbg.gif) repeat;
	border-top: 1px solid #6C3;
}

.timetable td {
	padding: 4px 4px 4px 8px;
	line-height: 160%;
	color: #333;
	vertical-align: middle;
}

.tb01a {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: center;
}

.tb01b {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: left;
	letter-spacing: 0.3em;
}

.tb01c {
	border-left: 1px solid #CCC;
	text-align: center;
}

.tb01d {
	border-right: 1px solid #CCC;
	text-align: left;
	letter-spacing: 0.3em;
}

.tb01e {
	border-right: 1px solid #6C3;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

.tb01f {
	border-bottom: 1px solid #6C3;
	border-left: 1px solid #6C3;
	border-right: 1px solid #CCC;
	text-align: left;
	letter-spacing: 0.3em;
}

.tb01g {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #6C3;
	border-right: 1px solid #CCC;
	text-align: left;
	letter-spacing: 0.3em;
}

.tb01h {
	border-right: 1px solid #6C3;
	border-bottom: 1px solid #6C3;
	border-left: 1px solid #CCC;
	text-align: center;
}

.tb01i {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #6C3;
	text-align: center;
}


/* list settings
--------------------------------------------------*/
#contents ul{
	margin: 0 0 16px 10px;	
}

#contents ul li {
	padding: 2px;
	list-style:circle;
	list-style-position:inside;
}