div#pgTitle {
	width: 760px;
	height: 30px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	background-image: url(../img/hotelTitle.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float:left;
}

div#main {
	width: 760px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	font-size:12px;
	text-align:center;
	clear:both;
	/*float:left;*/
}

div#hotelTop {
	width: 680px;
	height: 140px;
	margin: 0px;
	padding: 280px 40px 0px 40px;
	background-image: url(../img/hotelTitleTopBg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	float:left;
}

/*ラブホテル選択------------------------------*/
div#loveHotel {
	width: 680px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	float:left;
}

div#loveHotel dl{
	width: 680px;
	height: 20px;
	margin: 0px auto;
	padding: 0px;
	clear:both;
}

div#loveHotel dd {
	width:340px;
	height:20px;
	padding:0px;
	margin:0px;
	border: none;
	text-indent: -9999px;
	float: left;
	/*clear: both;*/
}

div#loveHotel dd  a {
	display: block;
	width:340px;
	height:20px;
	text-decoration: none;
}

div#loveHotel dd  a:hover {
	display: block;
	width:340px;
	height:20px;
	text-decoration: none;
}

/*シティホテル選択------------------------------*/
div#cityHotel {
	width: 680px;
	height: 20px;
	margin-top: 60px;
	padding: 0px;
	float:left;
}

div#cityHotel dl{
	width: 680px;
	height: 20px;
	margin: 0px auto;
	padding: 0px;
	clear:both;
}

div#cityHotel dd {
	width:340px;
	height:20px;
	padding:0px;
	margin:0px;
	border: none;
	text-indent: -9999px;
	float: left;
	/*clear: both;*/
}

div#cityHotel dd  a {
	display: block;
	width:340px;
	height:20px;
	text-decoration: none;
}

div#cityHotel dd  a:hover {
	display: block;
	width:340px;
	height:20px;
	text-decoration: none;
}

/*エリア選択------------------------------*/
div#selectArea {
	width: 680px;
	height: 20px;
	margin: 0px;
	padding-top: 20px;
	text-align:left;
	float:left;
}

/*リスト表示------------------------------*/
div#hotelBox {
	width: 760px;
	height: auto;
	margin: 0px;
	padding: 10px 0px;
	background-image: url(../img/hotelBg.gif);
	background-repeat: repeat-y;
	float:left;
}

div#hotelBox table{
	width:520px;
	height:auto;
	margin:0px auto;
	padding:0px;
	border-collapse: collapse;
	clear:both;
}

/*ラブホテルTable-------------------------*/
div#hotelBox td.AreaId1{
	width:510px;
	height:40px;
	margin:0px auto;
	padding-left:10px;
	border:1px solid #FF6600;
	background-color:#FF6600;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	float:left;
}

div#hotelBox td.AreaName1{
	width:510px;
	height:40px;
	margin:0px auto;
	padding-left:10px;
	border:1px solid #FF6600;
	color:#FF6600;
	background-color:#FFE8D4;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	float:left;
}

div#hotelBox td.areaTitle1{
	width:75px;
	height:20px;
	margin:0px auto;
	padding-left:10px;
	border:1px solid #FF6600;
	color:#ffffff;
	background-color:#999999;
	font-size:12px;
	text-align:center;
	float:left;
}

div#hotelBox td.nameTitle1{
	width:145px;
	height:20px;
	margin:0px auto;
	padding-left:5px;
	border:1px solid #FF6600;
	color:#ffffff;
	background-color:#999999;
	font-size:12px;
	text-align:center;
	float:left;
}

div#hotelBox td.telTitle1{
	width:90px;
	height:20px;
	margin:0px auto;
	padding-left:5px;
	border:1px solid #FF6600;
	color:#ffffff;
	background-color:#999999;
	font-size:12px;
	text-align:center;
	float:left;
}

div#hotelBox td.addressTitle1{
	width:175px;
	height:20px;
	margin:0px auto;
	padding-left:5px;
	border:1px solid #FF6600;
	color:#ffffff;
	background-color:#999999;
	font-size:12px;
	text-align:center;
	float:left;
}

div#hotelBox td.resultsTitle1{
	width:15px;
	height:20px;
	margin:0px auto;
	padding-left:5px;
	border:1px solid #FF6600;
	color:#ffffff;
	background-color:#999999;
	font-size:12px;
	text-align:center;
	float:left;
}

div#hotelBox td.area1{
	width:75px;
	height:40px;
	margin:0px auto;
	padding-left:10px;
	border:1px solid #FF6600;
	color:#333333;
	font-size:12px;
	text-align:center;
	float:left;
}

div#hotelBox td.name1{
	width:145px;
	height:40px;
	margin:0px auto;
	padding-left:5px;
	border:1px solid #FF6600;
	color:#333333;
	font-size:12px;
	text-align:left;
	float:left;
}

div#hotelBox td.tel1{
	width:90px;
	height:40px;
	margin:0px auto;
	padding-left:5px;
	border:1px solid #FF6600;
	color:#333333;
	font-size:12px;
	text-align:left;
	float:left;
}

div#hotelBox td.address1{
	width:175px;
	height:40px;
	margin:0px auto;
	padding-left:5px;
	border:1px solid #FF6600;
	color:#333333;
	font-size:12px;
	text-align:left;
	float:left;
}

div#hotelBox td.results1{
	width:15px;
	height:40px;
	margin:0px auto;
	padding-left:5px;
	border:1px solid #FF6600;
	color:#333333;
	font-size:12px;
	text-align:left;
	float:left;
}

/*ビジネスホテルTable-------------------------*/
div#hotelBox td.AreaId2{
	width:510px;
	height:40px;
	margin:0px auto;
	padding-left:10px;
	border:1px solid #59BEFF;
	background-color:#59BEFF;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	float:left;
}

div#hotelBox td.AreaName2{
	width:510px;
	height:40px;
	margin:0px auto;
	padding-left:10px;
	border:1px solid #59BEFF;
	color:#59BEFF;
	background-color:#C5F2FF;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	float:left;
}

div#hotelBox td.areaTitle2{
	width:75px;
	height:20px;
	margin:0px auto;
	padding-left:10px;
	border:1px solid #59BEFF;
	color:#ffffff;
	background-color:#999999;
	font-size:12px;
	text-align:center;
	float:left;
}

div#hotelBox td.nameTitle2{
	width:145px;
	height:20px;
	margin:0px auto;
	padding-left:5px;
	border:1px solid #59BEFF;
	color:#ffffff;
	background-color:#999999;
	font-size:12px;
	text-align:center;
	float:left;
}

div#hotelBox td.telTitle2{
	width:90px;
	height:20px;
	margin:0px auto;
	padding-left:5px;
	border:1px solid #59BEFF;
	color:#ffffff;
	background-color:#999999;
	font-size:12px;
	text-align:center;
	float:left;
}

div#hotelBox td.addressTitle2{
	width:175px;
	height:20px;
	margin:0px auto;
	padding-left:5px;
	border:1px solid #59BEFF;
	color:#ffffff;
	background-color:#999999;
	font-size:12px;
	text-align:center;
	float:left;
}

div#hotelBox td.resultsTitle2{
	width:15px;
	height:20px;
	margin:0px auto;
	padding-left:5px;
	border:1px solid #59BEFF;
	color:#ffffff;
	background-color:#999999;
	font-size:12px;
	text-align:center;
	float:left;
}

div#hotelBox td.area2{
	width:75px;
	height:40px;
	margin:0px auto;
	padding-left:10px;
	border:1px solid #59BEFF;
	color:#333333;
	font-size:12px;
	text-align:center;
	float:left;
}

div#hotelBox td.name2{
	width:145px;
	height:40px;
	margin:0px auto;
	padding-left:5px;
	border:1px solid #59BEFF;
	color:#333333;
	font-size:12px;
	text-align:left;
	float:left;
}

div#hotelBox td.tel2{
	width:90px;
	height:40px;
	margin:0px auto;
	padding-left:5px;
	border:1px solid #59BEFF;
	color:#333333;
	font-size:12px;
	text-align:left;
	float:left;
}

div#hotelBox td.address2{
	width:175px;
	height:40px;
	margin:0px auto;
	padding-left:5px;
	border:1px solid #59BEFF;
	color:#333333;
	font-size:12px;
	text-align:left;
	float:left;
}

div#hotelBox td.results2{
	width:15px;
	height:40px;
	margin:0px auto;
	padding-left:5px;
	border:1px solid #59BEFF;
	color:#333333;
	font-size:12px;
	text-align:left;
	float:left;
}

/*フッダー背景-------------------------*/
div#hotelUnder {
	width: 760px;
	height: 40px;
	margin-bottom: 10px;
	padding: 0px;
	background-image: url(../img/hotelTitleUnderBg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	float:left;
}