@charset "UTF-8";

@import url("common.css");
@import url("structure.css");

/* ======================================

 heya.html CSS file
 2008.12.24
 
 Color Cordination
 Key Color: 

======================================= */

.container
{
	margin: 0 0 30px;
}
.container h4
{
	margin: 0 0 10px;
}
.container li
{
	text-align: center;
}
.container .note
{
	font-size: 116%;
}
.container .amount
{
	color: #c00;
	font-weight: bold;
}
.container .tel
{
	margin: 15px 0 0;
}
.container .attention
{
	color: #c00;
}

#price
{
	margin: 0 0 50px;
}
#price h4
{
	margin: 0 0 10px;
}
#price table
{
	width: 430px;
	margin: 0 auto 10px;
}
#price table th,
#price table td
{
	padding: 5px;
	border: 1px solid #666;
	text-align: center;
}
#price table th
{
	background: #e8d0d0;
}
#price table td
{
	font-size: 116%;
}
#price table .amount
{
	color: #c00;
	font-weight: bold;
}
#price .container
{
	margin: 0 auto;
}
#price .container li
{
	margin: 0 0 10px;
	font-size: 114%;
}
#price .container li strong
{
	color: #c00;
	font-weight: normal;
}
#price .container .supplement
{
	font-size: 86%;
}

#rooms .container
{
	float: left;
	width: 360px;
	margin-right: 40px;
	text-align: center;
}
#rooms .container h4
{
	text-align: center;
}
#rooms .container .image
{
	margin: 0 0 5px;
}
#rooms .even
{
	margin-right: 0;
}

.btnReserveMamorukai
{
	margin: 30px 0 0;
}