@charset "utf-8";
/* ===================================================================
CSS information

 file name  :areainfo.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* ページ指定
----------------------------------------------------------- */
#areainfo #bg_contents {
	padding-top:20px;
	background: url(../images/bg_contents_hina.gif) repeat-x left top;
	margin:0 auto;
	width:950px;
}

/* タイトル
----------------------------------------------------------- */
#areainfo #st_title {
	margin:0 0 33px 0;
	padding:0;
	width:680px;
	height:28px;
	line-height: 1;
	background: url(../areainfo/images/st_title.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

/* キャッチコピー */
#areainfo #sst_title {
	margin-bottom:16px;
	width:680px;
	height:23px;
	line-height: 1;
	background: url(../areainfo/images/sst_title.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

/* ゴルフ場 */
#areainfo #page #bg_contents #contents #contents_over #main #sst_golf {
	margin-bottom:15px;
	width:680px;
	height:20px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background:url(../areainfo/images/sst_golf.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* googlemap
----------------------------------------------------------- */
#areainfo #bg_gmap {
	margin-bottom:10px;
	padding:5px;
	width:670px;
	height:320px;
	background: url(../images/bg_gmap.gif) no-repeat left top;
}

/* googlemap 表示 */
#areainfo #bg_gmap #gmap {
	width:670px;
	height:320px;
}

#areainfo #gmap_txt {
	margin-bottom:20px;
	color:#595959;
	font-size: 93%;
}

/* areainfo box
----------------------------------------------------------- */
#areainfo .areainfo_box {
	padding:4px 4px 20px 4px;
	width:672px;
	background: url(../images/bg_outarea.gif) repeat-x left top;
}

/* 中ボックス */
#areainfo .areainfo_box .areainfo_in {
	padding:10px 15px 0px 15px;
	width:640px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;	
	background: url(../areainfo/images/bg_inarea.gif) repeat-x left top;
}

/* ボックス */
#areainfo .areainfo_box .areainfo_in .area_title_box {
	padding-bottom:15px;
	width:640px;
	overflow:hidden;
}

/* タイトル */
#areainfo .areainfo_box .areainfo_in .area_title_box h4 {
	margin-top:5px;
	padding-left:23px;
	width:396px;
	float:left;
	background: url(../images/icon_area.gif) no-repeat left 2px;
	font-size: 123.1%;
	line-height: 20px;
}

/* map ボタン */
#areainfo .areainfo_box .areainfo_in .area_title_box .map {
	margin:0;
	width:85px;
	height:25px;
	float:left;
}

#areainfo .areainfo_box .areainfo_in .area_title_box .map a {
	width:85px;
	height:25px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	overflow:hidden;
	background: url(../buttons/btn_map.gif) no-repeat left top;
}

/* hp ボタン */
#areainfo .areainfo_box .areainfo_in .area_title_box .hp {
	margin:0;
	width:125px;
	height:25px;
	float:right;
}

#areainfo .areainfo_box .areainfo_in .area_title_box .hp a {
	width:125px;
	height:25px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	overflow:hidden;
	background: url(../buttons/btn_hp.gif) no-repeat left top;
}

/*** エリアボディ内包ボックス ***/
#areainfo .areainfo_box .areainfo_in .area_body_box {
	width:640px;
	overflow:hidden;
}

/* 右ボックス */
#areainfo .areainfo_box .areainfo_in .area_body_box .area_right {
	width:400px;
	float:right;
}

/* テキスト */
#areainfo .areainfo_box .areainfo_in .area_body_box .area_right p {
	font-size: 93%;
	color: #595959;	
}

/* 下線ボーダー */
#areainfo .areainfo_box .areainfo_in .area_body_box .area_right p.border_bottom {
	margin:0 0 5px 0;
	padding:0 0 5px 0px;
	border-bottom: 1px dotted #000000;	
}

/* 周辺レストラン */
#areainfo #page #bg_contents #contents #contents_over #main #sst_shuhen {
	margin-bottom:15px;
	width:680px;
	height:20px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background-image: url(../areainfo/images/sst_area_shuhen.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* 観光スポット */
#areainfo #page #bg_contents #contents #contents_over #main #sst_area_sight {
	margin-bottom:15px;
	width:680px;
	height:20px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background-image: url(../areainfo/images/sst_area_sight.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*周辺施設 */
#areainfo #page #bg_contents #contents #contents_over #main #sst_area_shuhen_shisetsu {
	margin-bottom:15px;
	width:680px;
	height:20px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background-image: url(../areainfo/images/sst_area_shuhen_shisetsu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

#areainfo #page #bg_contents #contents #contents_over #main #sst_shuhen {
}
