@charset "UTF-8";
#eyecatch {
	height: 540px;
	background: url(../img/img_eye_ab.jpg) no-repeat center center;
	background-size: cover;
}
#about {
	margin-top: -180px;
}
#about .inner {
	padding: 40px;
	width: 916px;
	box-shadow: 0 4px 8px rgba(150,150,150,0.6);
	background: #FFF;
	position: relative;
	z-index: 5;
}
#access .inner {
	width: 996px;
}
#about dl {
	background: url(../img/1pix_gray.gif) repeat-y 140px top;
}
#about dt {
	width: 140px;
	float: left;
	clear: left;
}
#about dd {
	padding: 0 0 0 164px;
	margin-bottom: 24px;
}
#about dd.bottom {
	margin: 0;
}
#map {
	position: relative;
}
#map h2 {
	background-position: 0 -80px;
}
.mapBlock {
	height: 460px;
	margin-bottom: 20px;
}
#map_wrap {
	margin-bottom: 20px;
}
#map_canvas {
	width: 688px;
	height: 458px;
	position: relative;
	border: 1px solid #CCC;
}
.hidden {
	position: absolute;
	left: -9999px;
	top: -9999px;
	visibility: hidden;
	z-index: -1;
}
.mapBlock .arwLink,
#map_wrap .arwLink {
	width: 180px;
	height: 50px;
	margin-bottom: 20px;
	line-height: 50px;
	float: right;
	box-shadow: 0 3px 6px rgba(125,125,125,0.6);
}
.mapBlock .arwLink a,
#map_wrap .arwLink a {
	text-align; center;
	display: block;
	height: 50px;
	width: 178px;
	text-align: center;
	border: 1px solid #CCC;
	background: #EDEDED;
}
.mapBlock .arwLink a:before,
#map_wrap .arwLink a:before {
}
.mapBlock .arwLink a:hover span,
#map_wrap .arwLink a:hover span {
	color: #FFF;
}
.mapBlock .arwLink a:hover {
	background-position: -220px -50px;
}
#map_wrap .arwLink a:hover {
	background-position: -220px 0;
}
