@charset "utf-8";

#map, #map2 {
	width: 500px;
	height:500px;
	margin: 0 auto 20px;
}
#map_illust {
	width: 493px;
	height: 530px;
	margin: 0 auto;
}
.station dt {
	font-size: 16px;
	font-weight: bold;
	color: #0074AB;
}
.station dd {
	padding-left: 20px;
}
.station dd.end {
	margin-bottom: 10px;
}

/** 地域 **/

#h5_akiba, #h5_ikebukuro {
	width: 550px;
	height: 34px;
	text-indent: -9999px;
	margin: 0 auto 10px;
}
#h5_akiba { background: url(../img/h5_akiba.jpg) no-repeat;}
#h5_ikebukuro { background: url(../img/h5_ikebukuro.jpg) no-repeat;}

#region {
	width: 540px;
	height: 41px;
	padding-bottom: 15px;
	margin: 0 auto;
}
#region a.akiba_btn, #region a.ikebukuro_btn {
	text-indent: -9999px;
	display: block;
	width: 259px;
	height: 41px;
}
#region a.akiba_btn {
	float: left;
	background: url(../img/akiba_btn.gif) no-repeat;
}
#region a.akiba_btn:hover { background: url(../img/akiba_btn.gif) no-repeat 0 -41px;}
#region a.ikebukuro_btn {
	float: right;
	background: url(../img/ikebukuro_btn.gif) no-repeat;
}
#region a.ikebukuro_btn:hover { background: url(../img/ikebukuro_btn.gif) no-repeat 0 -41px;}
