@charset "UTF-8";

#content_menu ul li a.menu_reserve {
	background-position:-400px -32px;
}

div.reserve_main {
    padding-left:16px;
    margin-bottom:16px;
}

div.reserve_main .desc {
	font-size:110%;
	margin-bottom:16px;
}

div.reserve_main .calendar_month {
	width:160px;
	margin:0 auto 16px auto;
}
div.reserve_main .calendar_month ul {
}
div.reserve_main .calendar_month ul li {
	float:left;
	padding:4px;
}
div.reserve_main .calendar_month ul li a {
	text-decoration:none;
	color:#333333;
	font-size:110%;
}
div.reserve_main .calendar_month .this .year {
	font-size:120%;
}
div.reserve_main .calendar_month .this .month {
	font-size:150%;
}

/*
div.reserve_main table {
    border-collapse:collapse;
    margin:0 auto 16px auto;
}
*/
div.reserve_main .calendar_table table {
	border-collapse:collapse;
}
div.reserve_main .calendar_table table th,
div.reserve_main .calendar_table table td {
	border:1px solid #666699;
	font-weight:normal;
	font-size:11pt;
}

div.reserve_main .calendar_table table thead th {
	text-align:center;
	background-color:#ffffff;
}

div.reserve_main .calendar_table table thead tr.dayofweek th {
	padding:2px 0;
}
div.reserve_main .calendar_table table thead th.sunday {
	background-color:#cc9999;
}
div.reserve_main .calendar_table table thead th.saturday {
	background-color:#9999cc;
}
div.reserve_main .calendar_table table table.unit td {
	border:none;
	width:20px;
	height:20px;
	text-align:center;
}

div.reserve_main .calendar_table table td.close {
	background-color:#fff0f0;
	color:#cc0000;
}
div.reserve_main .calendar_table table td.disabled {
	background-color:#f0f0f0;
}
div.reserve_main .calendar_table table td.othermonth {
	color:#cccccc;
}

