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

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


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



/* 立地交通のポイント
----------------------------------------------------------- */

/*===================================================
※注意
"#sst_accesspoint"は　/css/access.css　に記載してあります。
===================================================*/

#access #accessp_box{
	margin-bottom:15px;
	padding: 10px 0;
	width: 680px;
	background: #F7D5BC;
}

/* clearfix */
#access #accessp_box:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*無料駐車場_志賀島*/

/*入れ物*/
#access #accessp_box #accessp_parking,
#access #accessp_box #accessp_shima{
	margin:0 10px;
	width: 315px;
	float:left;
}

#access #accessp_box #accessp_parking img,
#access #accessp_box #accessp_shima img{
	float: left;
}

#access #accessp_box #accessp_parking div,
#access #accessp_box #accessp_shima div{
	width: 195px;
	float: right;
}

#access #accessp_box #accessp_parking div p,
#access #accessp_box #accessp_shima div p{
	width: 195px;
}

/*タイトル_無料駐車場*/
#access #accessp_box #accessp_parking  h4{
	margin-bottom:5px;
	width: 195px;
	height:17px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../access/images/img_point_parking.gif) no-repeat left top;
}


/*タイトル_志賀島入口にあるホテル*/
#access #accessp_box #accessp_shima h4{
	margin-bottom:5px;
	width: 195px;
	height:17px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../access/images/sst_point_shikanojima.gif) no-repeat left top;
}



/* 電車背景
----------------------------------------------------------- */
#access #train_box {
	margin-bottom:18px;
	width:680px;
	height:130px;
	line-height: 1;
	background-image: url(../access/images/img_train_kodai.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#access #train_box h4 {
	display:none;
}

#access #train_box p {
	display:none;
}

#access #train_box_wajiro {
	margin-bottom:18px;
	width:680px;
	height:130px;
	line-height: 1;
	background: url(../access/images/img_train_wajiro.jpg) no-repeat left top;
}

#access #train_box_wajiro h4 {
	display:none;
}

#access #train_box_wajiro p {
	display:none;
}


/* アクセスul 
----------------------------------------------------------- */
#access .access_ul {
	margin-bottom:40px;
	list-style: circle;	
}

#access .access_ul li {
	list-style: disc inside;
	font-size: 93%;
	color: #595959;
}

/* 福岡IC
------------------------------------------------------------ */
#access #car_koga {
	margin-bottom:15px;
	width:680px;
	height:130px;
	line-height: 1;
	background-image: url(../access/images/img_car_koga.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#access #car_koga h4 {
	display:none;
}

#access #car_koga p {
	display:none;
}

/* 熊本IC
------------------------------------------------------------ */
#access #car_tosu {
	margin-bottom:15px;
	width:680px;
	height:130px;
	line-height: 1;
	background-image: url(../access/images/img_car_tosu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#access #car_tosu h4 {
	display:none;
}

#access #car_tosu p {
	display:none;
}




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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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

* html #access #accessp_box #accessp_parking,
* html #access #accessp_box #accessp_shima{
	margin:0 5px;
}

