@charset "Shift_JIS";

/*
========================================
ホテルパークアベニュー　会社概要　スタイルシート
========================================*/

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

#Intro{
	width: 708px;
}

.tbl-layout {	
	width: 708px;
	margin: 0 auto;
}
.tbl-layout dt,
.tbl-layout dd {
	border-top: 1px solid #ccc;
}
.tbl-layout dt {
	padding: 15px 0 0 0;
	clear: both;
	float: left;
	width: 100px;
	font-weight: bold;
}
.tbl-layout dd {
	padding: 15px 0 15px 100px;
}

.Dotline{
	width: 708px;
	background: url(../../lib/img/dotline_h.gif) repeat-x top left;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 10px;
}


