/*年間スケジュール　コンテンツ左右枠*/
.schedule-section{
	clear:both;
	width:650px;
}

.schedule-section1{
	width:255px;
	float:left;
}

.schedule-section2{
	width:370px;
	float:right;
	background:url(../junior_high_school/schedule/section2_back.gif) left top no-repeat;
}

.schedule-section1 table{
	border-collapse:collapse;
	margin:0 0 10px 0;
	width:255px;
	border-spacing:0;
}

.schedule-section1 table th{
	width:90px;
	line-height:2.0;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #999999;
}

.schedule-section1 table td{
	padding:5px 15px;
	font-size:90%;
	line-height:1.6;
	text-align:left;
	border-bottom:1px solid #999999;
}

.orange{color:#FF9900;}

.schedule-section2 h5{
	clear:both;
	margin:0 15px 7px;
	padding-top:15px;
	text-align:left;
	font-size:90%;
	color:#cd000d;
}

.schedule-section2 p{
	margin:0 15px 0;
	font-size:80%;
	line-height:1.3;
	text-align:left;
	color:#666666;
}

.schedule-section2-back{
	widh:370px;
	height:30px;
	background:url(../junior_high_school/schedule/section2-under_back.gif) left bottom no-repeat;
}

.left1em {float:left;margin-right:1em;}
.left1em1em {float:left;margin-right:1em;margin-bottom:1em;}