@charset "Shift_JIS";

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

/*■ Main
---------------------------------------------------------- */
#Contact h1{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

#viewer{
	margin: 0 auto;
	width: 708px;
	height: 310px;
	text-align: left;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

#viewer img{
	top: 0;
	left: 0;
	position: absolute;
}

#Goaccess{
	z-index: 100;
	width: 708px;
	height: 310px;
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 15px;
}

#Goaccess img{
	top: 0;
	left: 0;
	position: absolute;
}

#SpBanner{
	width: 708px;
	margin-bottom: 30px;
}

#News{
	width: 708px;
	margin-bottom: 35px;
}

#Newstit{
	width: 708px;
	height: 45px;
	background: url(../img/news_tit.gif)  no-repeat;
	text-indent: -9999px;
}

.NewsSet{
	width: 708px;
	margin-bottom: 15px;
	border: 1px solid #C8C8C8;
}

.Article{
	margin: 15px;
}

.ArticleImage{
	width: 220px;
	float: left;
}

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

.ArticleText h3{
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 15px;
}

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

#Gap{
	margin-top: -13px;
	height: 0;
}

