@charset "utf-8";

body {
	background-color: #FFF;
	color: #000;
	border-style: none;
	line-height: 1.6;
	font-size: 10px;
}

#side-navi {
	display: none;
}


#contents {
	margin-top: 0px;
}


a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }


h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	border-left-color: #000;
	border-left-width:5px;
	padding-left: 8px;
}

h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #000;
	font-size: 18px;
}

h3 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	color: #000;
}

.text-ss { font-size: 90%; }

table, table p { line-height: 1.5; }


.table_general {
	border-collapse: collapse; border-spacing: 0;
	border: 1px solid #000;
}

.table_general th {
	border-collapse: collapse; border-spacing: 0;
	border: 1px solid #000;
	background-color: #fff;
	font-weight: bold;
	white-space: nowrap;
}

.table_general td {
	border-collapse: collapse; border-spacing: 0;
	background-color: #fff;
	border: 1px solid #000;
}

.table_general td.ja {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}


.table_general th.color, .table_general td.color {
	background-color: #fff;
	font-weight: bold;
	color: #000;
	border: 1px solid #000;
}




.table_timetable {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	font-size: 100%;
	border-collapse: separate;
	line-height: 1.5;
	text-align: center;
}

.table_timetable td,.table_timetable th {
	border-collapse:separate;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.table_timetable th {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #ccc;
	font-weight: bold;
	white-space: nowrap;
	color: #000;
}

.table_timetable td {
	background-color: #fff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
}

.table_timetable td.session {
	background-color: #fff;
}

