@charset "Shift_JIS";

/*
========================================
ホテルパークアベニュー　ホテルのご案内　スタイルシート
========================================*/

/*■ Main
---------------------------------------------------------- */
.PageTitle {
	background: url(../img/pagetitle.gif) no-repeat top;
	text-indent: -9999px;
}

h3 {
	margin: 0 0 8px 0;
	padding: 0;
}

.Overview{
	width: 708px;
}

.OverviewPhoto{
	width: 340px;
	float: left;
}

.OverviewText{
	width: 340px;
	float: right;
}

.Overview:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.Breakfast{
	width: 708px;
}

.BreakfastPhoto{
	width: 256px;
	float: left;
}

.BreakfastPhoto img{
	margin-bottom: 20px;
}

.BreakfastText{
	width: 432px;
	float: right;
}

.Breakfast:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.Facility{
	width: 708px;
}

.FacilityLeft{
	width: 216px;
	float: left;
}

.FacilityCent{
	width: 216px;
	float: left;
	margin-left: 30px;
}

.FacilityRight{
	width: 216px;
	float: right;
}

.Facility img{
	margin-bottom: 10px;
}

.Facility h4{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
}

.Facility:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

