@charset "utf-8";
/* CSS Document */

.calen_div {
	width: 187px;
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
}
.mon,
.closed {
	background: #E8D7C5;
}
.today {
	font-weight: bold;
	color: #C80000;
}

.calen {
	width: 187px;
	text-align: center;
}
.calen th,.cal_table td {
	padding-top: 2px;
	padding-bottom: 2px;
}
.cal_text {
	border-left: 22px solid #E8D7C5;
	padding-left: 5px;
}
.bg1 {
	background: #EDE3C7;
}
.bg2 {
	background: #F7F2E6;
}
