@charset "utf-8";
/* ===================================================================
CSS information

 file name  :access.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */



/* ページ指定
----------------------------------------------------------- */
#access #bg_contents {
	padding-top:20px;
	background: url(../images/bg/bg_contents_hina.gif) repeat-x left top;	
}

/* タイトル
----------------------------------------------------------- */
#access #st_title {
	margin:0 0 33px 0;
	padding:0;
	width:680px;
	height:28px;
	line-height: 1;
	background: url(../images/access/st_title.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

/* googlemap
----------------------------------------------------------- */
#access #bg_gmap {
	margin-bottom:10px;
	padding:5px;
	width:670px;
	height:320px;
	background: url(../images/bg/bg_gmap.gif) no-repeat left top;
}

/* googlemap 表示 */
#access #bg_gmap #gmap {
	width:670px;
	height:320px;
}

#access #gmap_txt {
	margin-bottom:20px;
	color:#595959;
	font-size: 93%;
}

/* ルートの色表示
------------------------------------------------------------ */
#access #root_line {
	font-size: 10px;
	width: 680px;
	float: inherit;
}

#access #root_line p {
	float: left;
	margin-right:10px;
}

/* 立地交通のポイント
----------------------------------------------------------- */
/*タイトル*/
#access #sst_accesspoint {
	margin-bottom:15px;
	width:680px;
	height:20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/access/st_access_point.gif) no-repeat left top;
}

/*===================================================
※注意
立地交通のポイントの内容は　各ホテル/css/access.css　に記載してあります。
===================================================*/


/* train タイトル
------------------------------------------------------------ */
#access #sst_train {
	margin-bottom:15px;
	width:680px;
	height:20px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background: url(../images/access/sst_train.gif) no-repeat left top;
}

/* 電車背景 */

#access #train_box h4 {
	display:none;
}

#access #train_box p {
	display:none;
}

/* car タイトル
------------------------------------------------------------ */
#access #sst_car {
	margin-bottom:15px;
	width:680px;
	height:20px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background: url(../images/access/sst_car.gif) no-repeat left top;
}

/* 車背景 */

#access #car_box h4 {
	display:none;
}

#access #car_box p {
	display:none;
}

/* plane タイトル
------------------------------------------------------------ */
#access #sst_plane {
	margin-bottom:15px;
	width:680px;
	height:20px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background: url(../images/access/sst_plane.gif) no-repeat left top;
}

/* 飛行機背景 */

#access #plane_box h4 {
	display:none;
}

#access #plane_box p {
	display:none;
}

/* bus タイトル
------------------------------------------------------------ */
#access #sst_bus {
	margin-bottom:15px;
	width:680px;
	height:20px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background: url(../images/access/sst_bus.gif) no-repeat left top;
}


/* バス背景 */

#access #bus_box h4 {
	display:none;
}

#access #bus_box p {
	display:none;
}


/* ferry タイトル
------------------------------------------------------------ */
#access #sst_ferry {
	margin-bottom:15px;
	width:680px;
	height:20px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background: url(../images/access/sst_ferry.gif) no-repeat left top;
}


/* フェリー背景 */

#access #ferry_box h4 {
	display:none;
}

#access #ferry_box p {
	display:none;
}






/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}
