/* カレンダー ------------------------------------------------------ */
#manth{
	width:765px;
	height:25px;
	margin: 15px auto 15px auto;
}
#manth .back{
	width:61px;
	float:left;
}

#manth .kongetsu{
	font-size: 2.0em;line-height: 120%;color: #4D4D4D;
	width:643px;
	float:left;
	text-align:center;
}

#manth .next{
	width:61px;
	float:right;
}

/* テーブル ---------------------------------------------------- */
#schoolCalendar table{
	width:763px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 2px auto 2px auto;
	padding: 0px;
}

/*** カレンダー ***/
/* 曜日 */
#schoolCalendar table .cal-td01{
	font-size: 1.2em;
	line-height: 120%;
	font-weight:bold;
	width: 105px;
	background-color: #E5E5E5;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 10px 3px 10px;
	text-align:center;
	vertical-align:top;
}
#schoolCalendar table .cal-td02{
	font-size: 1.2em;
	line-height: 120%;
	font-weight:bold;
	width: 105px;
	background-color: #E5E5E5;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 10px 3px 10px;
	text-align:center;
	vertical-align:top;
}
#schoolCalendar table .cal-td03{
	font-size: 1.2em;
	line-height: 120%;
	font-weight:bold;
	width: 105px;
	background-color: #E5E5E5;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 10px 3px 10px;
	text-align:center;
	vertical-align:top;
}

/* 日 */
#schoolCalendar table .cal-td04{
	width: 105px;
	height: 40px;
	background-color: #F3F3F3;
	border-right: 1px solid #CCCCCC;
	padding: 3px 10px 3px 10px;
	text-align:center;
	vertical-align:middle;
}

#schoolCalendar table .cal-td05{
	width: 105px;
	height: 40px;
	background-color: #FEEDB1;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 10px 3px 10px;
	text-align:center;
	vertical-align:middle;
}

#schoolCalendar table .cal-td06{
	width: 105px;
	height: 40px;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 10px 3px 10px;
	text-align:center;
	vertical-align:middle;
}

/*** スクールカレンダー ***/
#schoolCalendar table .cal-td04sc{
	font-size: 1.1em;line-height: 120%;font-weight:bold;
	width: 95px;
	height: 70px;
	background-color: #F3F3F3;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 8px 2px 8px 2px;
	text-align:center;
	vertical-align:top;
}

#schoolCalendar table .cal-td05sc{
	font-size: 1.1em;line-height: 120%;font-weight:bold;
	width: 95px;
	height: 70px;
	background-color: #FEEDB1;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 8px 2px 8px 2px;
	text-align:center;
	vertical-align:top;
}

#schoolCalendar table .cal-td04sc-closed{
	font-size: 1.1em;line-height: 120%;font-weight:bold;
	width: 95px;
	height: 70px;
	background-color: #FFD1E3;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-position:left top;
	padding: 8px 2px 8px 2px;
	text-align:center;
	vertical-align:top;
}

#schoolCalendar table .cal-td05sc-closed{
	font-size: 1.1em;line-height: 120%;font-weight:bold;
	width: 95px;
	height: 70px;
	background-color: #FFD1E3;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-position:left top;
	padding: 8px 2px 8px 2px;
	text-align:center;
	vertical-align:top;
}

p.honbun{
	width: 92%;
	border-top: 1px dotted #DDDDDD;
	margin: 8px auto 5px auto;
	padding: 5px 0px 5px 0px;
	text-align:left;
}
