@charset "utf-8";
/* ===================================================================
CSS information

 file name  :access.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */



/* 電車背景
----------------------------------------------------------- */
#access #train_box {
	margin-bottom:25px;
	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_box h4 {
	display:none;
}

#access #train_box p {
	display:none;
}

#access #train_box_wajiro {
	margin-bottom:25px;
	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;
}

/* 車でお越しの
------------------------------------------------------------ */
#access #car {
	margin-bottom:25px;
	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 h4 {
	display:none;
}

#access #car p {
	display:none;
}

/* フェリーでお越しのお客様
------------------------------------------------------------ */
#access #ferry {
	margin-bottom:15px;
	width:680px;
	height:163px;
	line-height: 1;
	background-image: url(../access/images/img_ferry.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#access #ferry h4 {
	display:none;
}

#access #ferry p {
	display:none;
}


/* バスでお越しのお客様
------------------------------------------------------------ */
#access #bus {
	margin-bottom:15px;
	width:680px;
	height:163px;
	line-height: 1;
	background-image: url(../access/images/img_bus.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#access #bus h4 {
	display:none;
}

#access #bus p {
	display:none;
}



/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

