@charset "Shift_JIS";

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

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

h3 {
	font-size: 15px;
	margin-top: 0;
}
.Room{
	width: 708px;
}

.RoomPhoto{
	width: 342px;
	float: left;
}

.RoomPhoto .Tmb{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.RoomText{
	width: 342px;
	float: right;
}

.Room h4{
	margin: 10px 0 5px 0;
	font-size: 110%;
	font-weight: normal;
}

.Room ul{
	margin-bottom: 1em;
	margin-left: 6px;
}

.Note{
	font-size: 90%;
	line-height: 160%;
}

.Room li{
	list-style: disc inside;
}

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

