@charset "Shift_JIS";

/*
========================================
ホテルパークアベニュー　サイトマップ　スタイルシート
========================================*/

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

.Category{
	width: 708px;
}

.Category h2{
	font-size: 15px;
	line-height: 150%;
	margin-bottom: 6px;
}

.CategorySet{
	width: 230px;
	float: left;
	margin-bottom: 30px;
}

.CategorySet ul{
	margin-left: 3px;
	list-style: disc url("../img/arrow.gif") inside;
	line-height: 160%;
	font-size: 100%;
}

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

