@charset "UTF-8";

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka";
}

h3 {
	font-size: 15px;
	color: #339933;
	padding-right: 5px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	text-align: left;
	border-left-width: 5px;
	border-left-style: solid;
	padding-top: 3px;
}
.schedule {
	font-size: 14px;
}

table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	font-size: 13px;
	line-height: 18px;
}
th {
	margin: 0px;
	border: 1px solid #CCCCCC;
	background-color: #F2FAE3;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	vertical-align: middle;
}
td {
	margin: 0px;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 2px;
	vertical-align: middle;
}

.table  {
	padding-bottom: 20px;
}
.month  {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 14px;
	background-color: #FFCC33;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
.sat  {
	background-color: #C4E0E0;
}
.sun  {
	background-color: #EED9E9;
}
.table  a  {
	font-weight: bold;
}
.calendar  {
	height: 240px;
}
