#schedule{
	margin-bottom: 30px;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	font-size: 110%;
	line-height: 1.5em;
}


#schedule h3{
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
	background-image: url(../images/h4_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 40px;
	margin-bottom: 0px;
	clear: both;
}

#schedule .this_month{
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
}
#schedule .scheduleCal{
	float: left;
	width: 405px;
	margin-right: 20px;
	margin-left: 20px;
}
#schedule table{
	width: 100%;
	border: 3px solid #CCC;
	font-size: 120%;
}
#schedule table th{
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #F0F0F0;
}
#schedule table td{
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #CCC;
}
#schedule table .DayOff{
	background-color: #FFE8F1;
}
#schedule table .SatD{
	background-color: #E8F9FF;
}
#schedule table .aki{
	font-weight: bold;
	color: #F60;
}
