@charset "UTF-8";
body {
	font-size: 14px;
	background-color: #ffffcc;
	/* 春	#EEFFFF;	*/
	/* 秋	#ffffcc;	*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
}
h1 {
	font-size: 24px;
	line-height: 120%;
	font-weight: bold;
}

hr {
	border-color: #ff6633;
	/* 春	#009966;	*/
	/* 秋	#ff6633;	*/
	border-style: dotted none none none;
	border-top-width: 2px;
	margin: 12px 0px 12px 0px;
}
.font_s {
	font-size: 10px;
}
table {
	border-top: 2px solid #ff6633;
	border-left: 2px solid #ff6633;
	/* 春	#009933;	*/
	/* 秋	#ff6633;	*/
}
td {
	border-bottom: 2px solid #ff6633;
	border-right: 2px solid #ff6633;
	/* 春	#009933;	*/
	/* 秋	#ff6633;	*/
	font-size: 14px;
	line-height: 120%;
	padding:10px 0px 10px 0px;
	text-align:center;
}
td.header {
	background-color: #cc9999;
	/* 春	#aaff99;	*/
	/* 秋	#cc9999;	*/
	font-weight: bold;
	border-color: #ff6633;
	/* 春	#009933;	*/
	/* 秋	#ff6633;	*/
}
td.day {
	background-color: #FFFFFF;
}
td.main {
	background-color: #ffffcc;
	padding:10px 0px 10px 0px;
}
td.on {
	background-color: #ffcccc;
	padding:10px 0px 10px 0px;
}
