@charset "utf-8";

H4 {
	text-align: center;
	font-size: 18px;
	margin-top: 1.4em;
}
H4.line {
	border-bottom: 2px solid #CC0033;
	margin: 0.4em 0.6em;
}
#roomsHead {
	background: #000000 url(../images/fullBoxes.gif) 0 -90px no-repeat;
	height: 30px;
	line-height: 30px;
	text-indent: -9999px;
}
#eventHead {
	background: #000000 url(../images/fullBoxes.gif) 0 0px no-repeat;
	height: 30px;
	line-height: 30px;
	text-indent: -9999px;
}
#ryokinHead {
	background: #000000 url(../images/fullBoxes.gif) 0 -60px no-repeat;
	height: 30px;
	line-height: 30px;
	text-indent: -9999px;
}
#serviceHead {
	background: #000000 url(../images/fullBoxes.gif) 0 -30px no-repeat;
	height: 30px;
	line-height: 30px;
	text-indent: -9999px;
}
#accessHead {
	background: #000000 url(../images/fullBoxes.gif) 0 -120px no-repeat;
	height: 30px;
	line-height: 30px;
	text-indent: -9999px;
}
.roomsLink {
	border-bottom: 2px solid #CC0033;
	line-height: 24px;
	height: 24px;
	font-size: 18px;
	font-weight: bold;
}
.roomsLink A {
	text-decoration: none;
	color: #E5E5E5;
}
.roomsLink A:hover {
	text-decoration: underline;
	color: #FF9000;
}

.event_left {
	display: block;
	width: 760px;
	margin: 10px;
	padding: 10px;
}
.event_left .LIn_fullMode {
	list-style: none;
	font-size: large;
}
.event_left .LIn_fullMode LI {
	line-height: 1.4em;
}
.event_left .LIn_fullMode .LIn_date {
	font-size: small;
}
.event_left .LIn_pagination {
	text-align: center;
}
.priceTable {
	border-collapse:collapse;
	border: 1px solid #666666;
	width: 780px;
	margin: 10px;
}
.priceTable TH,
.priceTable TD {
	font-weight: 400;
	padding: 0.4em 0.3em;
	border: 1px solid #666666;
	text-align: center;
}
.priceTable TH {
	background-color: #999999;
	color: #000000;
}
.priceTable TD {
	background-color: #E5E5E5;
	color: #333333;
}
