@charset "utf-8";

div.calenderL {
	float: left;
	width: 270px;
	margin: 0 0 30px 10px;
	
}
div.calenderR {
	float: right;
	width: 270px;
	margin: 0 10px 30px 0;
}

.calendar-base {
	width: 270px;
}
.calendar-base caption {
	font-size: 12px;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #CCC;
	background: url(../images/cal_caption_bg.jpg) repeat-x left bottom;
}
.calendar-base th,.calendar-base td {
	text-align: center;
	padding: 5px;
}
.calendar-base th {
	border-bottom: 2px solid #333;
	padding-bottom: 16px;
	padding-top: 15px;
}

.calendar-base td {
	font: 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #333;
}
.date00 {background:url(../images/icon_cal00.gif) no-repeat center bottom; color: #E10000;}
.date01 {background:url(../images/icon_cal01.gif) no-repeat center bottom}
.date02 {background:url(../images/icon_cal02.gif) no-repeat center bottom}
.date03 {background:url(../images/icon_cal03.gif) no-repeat center bottom}
.date04 {background:url(../images/icon_cal04.gif) no-repeat center bottom}
.date05 {background:url(../images/icon_cal05.gif) no-repeat center bottom}
.date06 {background:url(../images/icon_cal06.gif) no-repeat center bottom; color: #357DDF;}

td.sun {
	color: #E10000;
	background: url(../images/sun_bg.gif);
}
td.sat {
	color: #357DDF;
	background: url(../images/sat_bg.gif);
}