/*-----------------------------------------------------
●水色背景
-----------------------------------------------------*/
.hotel_box_m{
	width: 730px;
	height: auto;
	padding: 5px 10px 0 10px;
	background-color: #E8F7FF;
}
/*-----------------------------------------------------
●プラン紹介枠
-----------------------------------------------------*/
.htl_li_kys {
	width: 336px;
	height: auto;
	margin-bottom: 5px;
	float: left;
	border: 2px dotted #e0ccb5; 
	background-color: #ffffff;
	padding: 10px; 
} 
.htl_li_kys_l {
	width: 706px;
	height: auto;
	margin-bottom: 5px;
	border: 2px dotted #e0ccb5; 
	background-color: #ffffff;
	padding: 10px; 
} 
.htl_inner {
	width: 235px; 
	float: left; 
} 
.htl_inner_l {
	width: 605px; 
	float: left; 
} 
.hotel_name {
	font-size: 13px; 
	border-bottom-width: 1px; 
	border-bottom-style: dotted; 
	border-bottom-color: #cccccc; 
	padding-bottom: 2px; 
	margin-bottom: 2px;
	font-weight: bold;
} 
/*-----------------------------------------------------
●タイトル
-----------------------------------------------------*/
.plan_ttl {
	width: 705px;
	height: 21px;
	background-image: url(image/t_tour.gif);
	background-repeat: no-repeat;
	margin: 5px 0 0 0;
	padding: 7px 0 0 25px;
	font-size: 15px;
	font-weight: bold;
}
/*-----------------------------------------------------
●スポット紹介・・・見る
-----------------------------------------------------*/
.spot_ss{
	width: 370px;
	height: 245px;
	background-image: url(image/box_ss.gif);
	background-repeat: no-repeat;
}

/*-----------------------------------------------------
●スポット紹介・・・温泉
-----------------------------------------------------*/
.spot_onsen{
	width: 370px;
	height: 245px;
	background-image: url(image/box_onsen.gif);
	background-repeat: no-repeat;
}
/*-----------------------------------------------------
●スポット紹介・・・食べる
-----------------------------------------------------*/
.spot_eat{
	width: 370px;
	height: 245px;
	background-image: url(image/box_eat.gif);
	background-repeat: no-repeat;
}
/*-----------------------------------------------------
●スポット紹介・・・遊ぶ
-----------------------------------------------------*/
.spot_play{
	width: 370px;
	height: 245px;
	background-image: url(image/box_play.gif);
	background-repeat: no-repeat;
}
/*-----------------------------------------------------
●スポット紹介・・・買う
-----------------------------------------------------*/
.spot_shop{
	width: 370px;
	height: 245px;
	background-image: url(image/box_shop.gif);
	background-repeat: no-repeat;
}
/*-----------------------------------------------------
●スポット紹介・・・走る
-----------------------------------------------------*/
.spot_drive{
	width: 370px;
	height: 245px;
	background-image: url(image/box_drive.gif);
	background-repeat: no-repeat;
}

/*-----------------------------------------------------
●スポット紹介・・・メインタイトル
-----------------------------------------------------*/
.spot_title{
	width: 726px;
	height: 22px;
	background-image: url(image/t_spot.gif);
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	padding: 4px 0 0 24px;
	font-size: 15px;
	font-weight: bold;
}
/*-----------------------------------------------------
●スポット紹介・・・タイトル1,2
-----------------------------------------------------*/
.spot_ttl1{
	width: 336px;
	padding: 20px 0 0 34px;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.spot_ttl2{
	width: 336px;
	padding: 11px 0 0 34px;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
/*-----------------------------------------------------
●スポット紹介・・・コメント
-----------------------------------------------------*/
.spot_comment1{
	width: 240px;
	padding: 18px 0 0 12px;
	float: left;
}
.spot_comment2{
	width: 240px;
	padding: 9px 0 0 12px;
	float: left;
}
/*-----------------------------------------------------
●スポット紹介・・・住所
-----------------------------------------------------*/
.spot_add{
	width: 240px;
	padding: 5px 0 0 12px;
	float: left;
	font-size: 11px;
	color: #339933;
}
/*-----------------------------------------------------
●スポット紹介・・・写真
-----------------------------------------------------*/
.spot_img1{
	width: 100px;
	padding: 20px 10px 0 0;
	float: right;
}
.spot_img2{
	width: 100px;
	padding: 10px 10px 0 0;
	float: right;
}

/*-----------------------------------------------------
追加文字設定
-----------------------------------------------------*/	
a.topbuck_text{
	margin:0;
	padding:0;
	text-align:right;
	display:block;
	width: 745px;
}


/*-----------------------------------------------------
関連バナー370px
-----------------------------------------------------*/
.banner_list{
	margin-top:10px;
	width: 372px;
	height: 70;
	float: left;
}






