@charset "EUC-JP";

/* ------------------------------------------------
_main.css
------------------------------------------------- */
@import url("main.css");


/*　交通のご案内ボタン部分　*/

#access_bt {
	width: 155px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}

#access_bt ul {
	list-style: none;

	padding: 0px
	margin: 0px;
	margin: 0px;
	padding: 0px;
}

#access_bt li {
	display: block;
	margin: 0px 0px 7px;
	padding: 0px;
	float: left;
	height: 35px;
	width: 155px;
}

#access_bt li a {
	height: 35px;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	outline:none;
	width: 155px;
}

/* 交通のご案内ボタン　ロールオーバー up */

#access_bt li#access1 a {
	background: url(../img/access_01_up.jpg) no-repeat left top;
}

#access_bt li#access2 a {
	background: url(../img/access_02_up.jpg) no-repeat left top;
}

/* 交通のご案内ボタン　ロールオーバー down */

#access_bt li#access1 {
	background: url(../img/access_01_down.jpg) no-repeat left top;
}

#access_bt li#access2 {
	background: url(../img/access_02_down.jpg) no-repeat left top;
}

/* 交通のご案内ボタン　ロールオーバー down */

#access_bt li#access1 a:hover {
	background:none;
}

#access_bt li#access2 a:hover {
	background:none;
}

a:focus{
/**/
	overflow: hidden;
/**/
}

p.center{
	text-align: center;
	margin-bottom: 15px;
}

/*　詳細地図　*/

#map {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 672px;
}
