@charset "utf-8";

.calendar_box {
	margin:0 auto 20px;
	width:170px;
}
.calendar_box table {
	width:170px;
	margin:0 auto;
	text-align:center;
	background-color:#fff;
}
.calendar_box table caption {
	font-weight:bold;
	color:#bf3f07;
}
.calendar_box table td.calendar_title {
	font-weight:bold;
	background-color:#fffbe9;
	padding:3px 0 0;
}
.calendar_box table th {
	text-align:center;
	border:1px solid #d1d1d1;
}
.calendar_box table td {
	vertical-align:middle;
	border:1px solid #d1d1d1;
}
.calendar_box table th.sun {
	color:#990000;
	background-color:#ffe9e9;
}
.calendar_box table th.sat {
	color:#1221e7;
	background-color:#dbebff;
}
.calendar_box table td.holiday {
	color:#888;
	background-color:#dcdcdc;
}
/* CSS Document */

