/***************************** calender *****************************/
.pluse{
	margin-left: 320px;
	font-size: 20px;
}

.sample_box{
	width: 472px;
	margin: 0px 0px 0px 16px;
	padding: 4px 16px;
	line-height: 1.2;
	border: #f90 1px solid;
}

.rt1{
	font-size:14px;
	width: 140px;
	display: block;
	float: left;
	text-align: right;
}
.rt2{
	font-size:14px;
	width: 80px;
	display: block;
	float: left;
	text-align: right;
	color:#663300;
	font-weight: bold;
}
.lt{
	font-size:14px;
	width: 150px;
	display: block;
	float: none;
	text-align: left;
	color:#663300;
	font-weight: bold;
}

.toku{
	font-size:14px;
	color:#f00;
	font-weight: bold;
}
#contents .event_box h2{
	border-bottom: #aaa 1px dashed;
	border-left: 0px;
	margin-bottom: 8px;
	padding-bottom: 6px;
}

#contents .event_box h2 img{
	padding-right: 8px;
}

#contents .event_box p{
	padding: 0px 4px 0px 4px;
	margin: 0px 0px 12px 0px;
}

.event_item{
	font-weight: bold;
	border-bottom: #aaa 1px dashed;
	text-align: right;
	margin-right: 8px;
}

form {
	float: right;
}


.calmenu a{
	width: 56px;
	text-decoration: none;
	color: #666;
	background-color: #ffe;
	display: block;
}

.calmenu a:hover{
	color: #fff;
	text-decoration:none;
	background-color: #FF6600;
	display: block;
}

.r_day{
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	color: #fff;
	line-height: 20px;
}

.price{
	font-size:130%;
	font-weight: bold;
	color:#663300;
}

.thead{
	color:#FFFFFF;
}

.r_remarks_holi{
	font-size: 10pt;
	padding: 2px 5px;
	line-height: 1.2em;
	color: #FF3300;
}

.r_remarks_off{
	font-size: 10pt;
	padding: 2px 5px;
	line-height: 1.2em;
	color: #fff;
}

.r_daybk{
	background-color:#090;
}

.r_holibk{
	background-color:#f30;
}

.r_offbk{
	background-color: #ccc;
}