@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_road,
#access #accessp_box #accessp_parking{
	margin:0 10px 15px 10px;
	width: 315px;
	float:left;
	display:inline;
}

#access #accessp_box #accessp_road img,
#access #accessp_box #accessp_parking img,
#access #accessp_box #accessp_restaurant img{
	float: left;
}

#access #accessp_box #accessp_road div,
#access #accessp_box #accessp_parking div,
#access #accessp_box #accessp_restaurant div{
	width: 195px;
	float: right;
}

#access #accessp_box #accessp_road div p,
#access #accessp_box #accessp_parking div p,
#access #accessp_box #accessp_restaurant div p{
	width: 195px;
}

/*タイトル_3号線沿い*/
#access #accessp_box #accessp_road h4{
	margin-bottom:5px;
	width: 195px;
	height:17px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../access/images/sst_point_road.gif) no-repeat left top;
}

/*タイトル_無料駐車場*/
#access #accessp_box #accessp_parking h4{
	margin-bottom:5px;
	width: 195px;
	height:17px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../access/images/sst_point_parking.gif) no-repeat left top;
}

/*タイトル_レストラン隣接*/
#access #accessp_box #accessp_restaurant {
	margin:0 10px;
	width: 315px;
	float:left;
	display:inline;
}

#access #accessp_box #accessp_restaurant h4{
	margin-bottom:5px;
	width: 195px;
	height:17px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../access/images/sst_point_restaurant.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.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#access #train_box2 {
	margin-bottom:18px;
	width:680px;
	height:130px;
	line-height: 1;
	background-image: url(../access/images/img_train2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* 電車背景 */

#access #train_box2 h4 {
	display:none;
}

#access #train_box2 p {
	display:none;
}

/* 車
------------------------------------------------------------ */
#access #car_box {
	margin-bottom:15px;
	width:680px;
	height:130px;
	line-height: 1;
	background-image: url(../access/images/img_car.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#access #car_box2 {
	margin-bottom:15px;
	width:680px;
	height:130px;
	line-height: 1;
	background-image: url(../access/images/img_car2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* 車背景 */

#access #car_box2 h4 {
	display:none;
}

#access #car_box2 p {
	display:none;
}

/* レンタカーのご案内
------------------------------------------------------------ */

/* タイトル */
#access #sst_rentacar {
	margin-bottom:15px;
	width:680px;
	height:20px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background: url(../access/images/sst_rentacar.gif) no-repeat left top;
}

#access #rentacar_box {
	margin-bottom:15px;
	padding: 10px 0;
	width: 680px;
	}
	
#access #rentacar_box p {
	margin:0 0 15px 0;
	}

/* レンタカー料金 */

#access #rentacar_box h5 {
	margin-bottom:10px;
	width:680px;
	height:14px;
	line-height: 14px;
	text-indent: -9999px;
	display: block;
	background: url(../access/images/sst_charge.gif) no-repeat left top;
	}
	
#access #rentacar_box table {
	margin-left:1px;
	*margin-left:0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}
	
#access #rentacar_box table th {
	background: #F5EDE3;
	text-align:center;
	color:#595959;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#access #rentacar_box table td {
	padding:10px;
	color:#595959;
	text-align:center;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

