@charset "utf-8";
/*-------------------------------------------------
	committeeBox
-------------------------------------------------*/
.committeeBox H3 {
	margin-bottom: 12px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cba;
	font-size: 13px;
	font-weight: bold;
}
.committeeBox H4 {
	margin-bottom: 10px;
	font-weight: bold;
}
.committeeBox .indent {
	padding-left: 2em;
	text-indent: -1em;
}
.committeeBox .indent2 {
	padding-left: 1em;
	text-indent: -1em;
}
.committeeBox .indent3 {
	padding-left: 3em;
	text-indent: -1em;
}

.committeeBox DL {
	margin-left: 1.0em;
}
.committeeBox DT {
	margin-bottom: 0.2em;
	font-weight: bold;
}
.committeeBox DD {
	margin: 0 0 1.0em 1.0em;
	line-height: 1.5;
}

.committeeBox UL {
	margin-left: 2.6em;
}
.committeeBox UL LI {
	list-style-type: decimal;
	margin-bottom: 0.3em;
	line-height: 1.5;
}

.committeeBox OL {
	margin: 0 0 1.0em 1.0em;
}
.committeeBox OL LI {
	margin-bottom: 0.3em;
	line-height: 1.5;
}
.committeeBox #kidsBox {
	margin-bottom: 15px;
	padding: 1.0em 1.5em;
	border: 1px solid #ccc;
	background: #f5f5ee;
	line-height: 1.8;
}
.kidsRepo {
	margin: 0.5em 0 1.0em 1.0em;
}
.kidsRepo th,
.kidsRepo td {
	padding-bottom: 6px;
}
.kidsRepo th {
	width: 90px;
}
.kidsRepo {
	margin-bottom: 15px;
}
.study {
	width: 90%;
	margin-left: 1em;
	padding: 20px 10px 10px;
	border: 0 solid #dcb;
	border-width: 1px 0;
	background: #f5f5ee;
}
.study th {
	padding-left: 1.0em;
	white-space: nowrap;
}
.study th,
.study td {
	padding-bottom: 10px;
	line-height: 1.5;
	vertical-align: top;
}
.study td {
	padding-left: 0.5em;
}
.study td strong {
	font-size: 14px;
}
.study td span {
	padding-left: 1.0em;
}
.study td span.stInd {
	padding-left: 5.0em;
}
.backNum {
	display: inline;
	float: left;
	width: 120px;
	margin: 0 15px 30px;
}
.backNum img {
	margin-bottom: 8px;
}
.backNum p {
	font-size: 14px;
	font-weight: bold;
	text-indent: 0;
	text-align: center;
	line-height: 1.3;
}
.backNum p span {
	font-size: 12px;
	font-weight: normal;
	color: #654;
}
.backNum p a {
	color: #933;
}


