@charset "UTF-8";

.scheduleMonthly {
	text-align: right;
	margin-right: 27px;
	margin-bottom: 15px;
}
th a {
	color: #81110C;
}
th a:hover {
	color: #81110C;
}
.scheduleMonthly li {
	display: inline;
}
table {
	width: 540px;
	margin-left: 15px;
	margin-bottom: 5px;
}
table th {
	padding: 7px;
	border: 1px solid #F6D891;
	text-align: left;
	line-height: 1.4em;
}
table td {
	padding: 5px;
	border: 1px solid #F6D891;
	text-align: left;
	line-height: 1.4em;
}
table .day th {
	background-image: url(../img/h3_bg.jpg);
	background-repeat: repeat;
	font-weight: bold;
	border: 1px solid #F6D891;
}
table .eventTitle {
	color: #FFF;
	background-color: #F668B2;
	padding: 7px;
}
.howToReserve ol {
	margin-bottom: 20px;
	margin-left: 10px;
}
.howToReserve li {
	line-height: 1.4em;
	list-style-position: inside;
	list-style-type: decimal;
}
.howToReserve dl {
	width: 500px;
	margin-left: 20px;
	border: 1px solid #999;
	margin-bottom: 20px;
}
.howToReserve dt {
	color: #FFF;
	background-color: #666;
	padding: 5px;
}
.howToReserve dd {
	color: #333;
	background-color: #EDEDED;
	padding: 5px;
}
table a:hover img{
	opacity:0.7;
	filter: alpha(opacity=80);
}
