@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;
}

/* 広域マップタイトル
----------------------------------------------------------- */

#access #sst_kouiki {
	margin-bottom:15px;
	width:680px;
	height:20px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background-image: url(../access/images/st_access_kouiki.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*===================================================
※注意
"#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{
	margin:0 10px;
	width: 660px;
	float:left;
	display:inline;
}

#access #accessp_box #accessp_parking img{
	float: left;
}

#access #accessp_box #accessp_parking div{
	width: 540px;
	float: right;
}

#access #accessp_box #accessp_parking div p{
	width: 540px;
}

/*タイトル_無料駐車場*/
#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 #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;
}

/* 車01
------------------------------------------------------------ */
#access #car_box01 {
	margin-bottom:15px;
	width:680px;
	height:130px;
	line-height: 1;
	background-image: url(../access/images/img_car01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/* 車背景 */

#access #car_box01 h4 {
	display:none;
}

#access #car_box01 p {
	display:none;
}

/* 車02
------------------------------------------------------------ */
#access #car_box02 {
	margin-bottom:15px;
	width:680px;
	height:130px;
	line-height: 1;
	background-image: url(../access/images/img_car02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/* 車背景 */

#access #car_box02 h4 {
	display:none;
}

#access #car_box02 p {
	display:none;
}


/* 車03
------------------------------------------------------------ */
#access #car_box03 {
	margin-bottom:15px;
	width:680px;
	height:130px;
	line-height: 1;
	background-image: url(../access/images/img_car03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/* 車背景 */

#access #car_box03 h4 {
	display:none;
}

#access #car_box03 p {
	display:none;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

