
#mainimg_contents {
	background:url(../../school/img/title.jpg) no-repeat top center;
	height:200px;
}


#contents p{
	font-size:1.2em;
	line-height: 1.8em;
}


.schoolBoxL{
	width:430px;
	float:left;
}

.schoolBoxR{
	width:220px;
	float:right;
}

.telBox{
	width: 638px;
	border:1px solid #ccc;
	padding:20px;
	text-align:center;
	font-size:14px;
	background:#efe9df;
}

.schoolTable{
	width:420px;
	border:1px solid #ccc;
	border-collapse:collapse;
	margin:50 0 10px 0;
	padding:0;
	vertical-align:top;
	font-size:12px;
}
.contTable{
	width:658px;
	border:1px solid #ccc;
	border-collapse:collapse;
	margin:0px 0 10px 0;
	padding:0;
	vertical-align:top;
	font-size:12px;
}
.schoolTable th,.schoolTable td{
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:9px;
	text-align:left;
}
.contTable th,.contTable td{
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:10px;
}
.schoolTable th,
.contTable th{
	background:#efe9df;
}
.schoolTable td,
.contTable td{
	background:#fff;
}

#contL h4{
	font-size:1.2em;
	line-height: 1.8em;
	border-bottom:solid 1px #bf7e13;
	padding-bottom:8px;
	margin-bottom:8px;
}