@charset "Shift_JIS";

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

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

.Spot{
	width: 708px;
	background: url(../../lib/img/dotline_h.gif) repeat-x top left;
	padding-top: 20px;
	margin-bottom: 20px;
}

.Spot h3{
	font-size: 15px;
	display:inline;
}

.Spot img{
	margin-right: 9px;
}

.SpotPhoto{
	width: 260px;
	float: left;
}

.SpotText{
	width: 429px;
	float: right;
}

.SpotText p{
	margin-top: 10px;
}


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