﻿@charset "utf-8";
/* -----------------------------------------------
 * 当日予約用CSS
 * 
 * Last Update 2009/01/08
----------------------------------------------- */
#contents {
	margin: 18px auto;
	background: url("../img/currentDayImage01.jpg") no-repeat right top;
}

.centeringBox .text {
	width: 460px;
	_height: 471px; /* undesr score hack */
	min-height:471px;
}
	.centeringBox .text h2 {
		margin-bottom: 18px;
	}
		.only {
			color: #B21820;
		}
	.centeringBox .text .reserveBox {
		margin: 18px 0;
	}
	.centeringBox .text ul {
		margin: 18px 0;
	}
		.centeringBox .text ul li {
			margin: 4px 0;
			font-size: 80%;
		}