@charset "utf-8";

/* ------------------- wrapper ----------------------- */
div.colblock div.calendar{
	float: right;
	padding-left: 35px;
	width: 340px;
}

body#under-page div.colblock div.calendar{
	background-color: #ffffff; /* for evade the influence of adjacent's background image */
}


/* ------------------- table ----------------------- */
div.calendar table{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 162px;
	background-color: #f4f1e8;
}

div.calendar table.last{
	margin-right: 0;
}

div.calendar table caption{
	padding: 0;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
	background-color: #d3c8a3;
}

div.calendar table th,
div.calendar table td{
	text-align: center;
}

div.calendar table th.sunday,
div.calendar table td span.holiday,
div.calendar table td span.holiday a{
	color: #ad7a6e;
}

div.calendar table th.saturday,
div.calendar table td span.saturday,
div.calendar table td span.saturday a{
	color: #6e7bad;
}

/* ------------------- link ----------------------- */
div.calendar table td a:link,
div.calendar table td a:visited{
	color: #000000;
	text-decoration: underline;
}

div.calendar table td a:hover{
	text-decoration: underline;
}

div.calendar table td{
	color: #ad7a6e;
	text-decoration:none;
}


