@charset "Shift_JIS";


/* -------------------------------------------------
カレンダー
---------------------------------------------------- */

#block_calendar {
	padding: 30px 0px 60px 0px;
}

.calendar {
	width: 170px;
	float: left;
	font-size: 12px;
	background-image: url(../calendar/images/calendar_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	/* border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;*/
}

.calendar td {
	text-align: center;
	padding-bottom: 3px;
}

caption {
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.holiday {
	color: #F00;
}

.sat {
	color: #69F;
}

.holiday a {
	color: #F00;
	text-decoration: underline;	
}

.holiday a:hover {
	text-decoration: none;	
}