@charset "utf-8";

/* CSS Document */
div.top_message {
}
div.top_message h1{
	background-color:#b4ffc8;
	height:20px;
}
div.access_ber {
 margin-top: 10px;
 margin-left: -10px;
}

div.access_logo {
 position: relative;
 bottom: 65px;
 width:200px;
 margin-bottom: -120px;
}

div.access_head {
	position:relative;
	z-index:2;
 margin-left: 15px;
}

div.map {
	position:relative;
	z-index:1;
	height:390px;
	 margin-left: 15px;
	 margin-top:-30px;
}

div.map div.regional {
	float:left;
	width:300px;
}

div.map div.tourist {
	float:left;
	width:468px;
	margin-left:8px;
}

div.map div.tourist div.expansion {
	background-image: url("../img/Expansion_box.jpg"); /* 画像ファイル名 */
	float:left;
	width:468px;
	height:39px;
	margin-top:2px;

}

/* 拡大マップページ1へリンク */
div.map div.tourist div.expansion div.expansion1{
	position:absolute;
	margin-top: 4px;
	margin-left: 10px;
}
/* 拡大マップページ1へリンク */
div.map div.tourist div.expansion div.expansion1 a.jump{
	float:left;
	width: 218px; /* 画像1枚分の横幅 */
	height: 31px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("../img/expansion_btn_1_1.png"); /* 画像ファイル名 */
}
div.map div.tourist div.expansion div.expansion1 a.jump:hover{
	background-position: bottom; /* 背景画像の表示開始基準を下に変更 */
}
/* 拡大マップページ2へリンク */
div.map div.tourist div.expansion div.expansion2{
	position:absolute;
	margin-top: 4px;
	margin-left: 235px;
}
/* 拡大マップページ2へリンク */
div.map div.tourist div.expansion div.expansion2 a.jump{
	float:left;
	width: 218px; /* 画像1枚分の横幅 */
	height: 31px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("../img/expansion_btn_2_1.png"); /* 画像ファイル名 */
}
div.map div.tourist div.expansion div.expansion2 a.jump:hover{
	background-position: bottom; /* 背景画像の表示開始基準を下に変更 */
}


div.access_center {
	position:relative;
	z-index:1;
 margin-left: 15px;
}

div.access_dl {
 width: 770px;
 text-align: right;
 margin-top: 10px;
 margin-bottom: 10px;
}

div.access_train {
 position: relative;
 bottom: 230px;
 left: 200px;
}

div.access_car {
 position: relative;
 bottom: 260px;
 left: 200px;
}

div.access_plane_div {
/* margin-bottom: -100px;*/
 height:190px;
}

div.access_plane {
 position: relative;
 bottom: 125px;
 left: 30px;
}


/* ページ末尾バー */
div.pagebar{
	background: url("../img/page_top_box_access.jpg") no-repeat;
	width: 784px;
	height: 43px;
}
/* ページ先頭へ戻るボタン */
div.pagebar div.back{
	position:absolute;
	margin-top: 10px;
	margin-left:680px;
}
/* ページ先頭へ戻るボタン */
div.pagebar div.back a.jump{
	float:left;
	/*	position:absolute;*/
/*	margin-right: 10px;*/
	width: 85px; /* 画像1枚分の横幅 */
	height: 28px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("../img/page_top_btn.png"); /* 画像ファイル名 */
}
div.pagebar div.back a.jump:hover{
	background-position: bottom; /* 背景画像の表示開始基準を下に変更 */
}