@charset "UTF-8";

a:link {
	color: #666565;
	text-decoration: none;
}
a:visited {
	color: #666565;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: none;
}
.menu * {
	margin: 0;
	padding: 0;
}
.menu ul {
	list-style: none;
	margin-bottom: 5px;
}
.menu ul li {
	display: inline-block;
	margin-right: 25px;
	padding: 0 2em 2px 0;
	border-bottom: 1px solid #666565;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
	color: #666565;
}
.menu ul li.on {
	border-bottom: 1px solid #990000;
	color: #990000;
}

.access1 .box-text {
	width: 824px;
	margin: 5px auto 0;
}
.access1 .box-text .text1 {
	float: left;
	width: 190px;
	height: 23px;
	background: #A9AAAB;
	color: #FFF;
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
	text-align: center;
}
.access1 .box-text .text2 {
	float: right;
	border: 1px solid #898989;
	padding: 5px 10px;
}
.access1 .box-text .text2 .title {
	font-size: 10px;
	line-height: 12px;
	color: #666565;
}
.access1 .box-text .text2 table {
	float: left;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.access1 .box-text .text2 table:first-of-type {
	margin-right: 10px;
}
.access1 .box-text .text2 td {
	text-align: left;
	vertical-align: top;
	font-size: 9px;
	line-height: 10px;
	color: #666565;
	white-space: nowrap;
	padding-right: 1em;
}
.access1 .box-map {
	clear: both;
	position: relative;
}
.access1 .box-map .map-click {
	position: absolute;
	top:80px;
	left:389px;
	width:412px;
	height:348px;
	text-decoration: none;
	cursor: pointer;
}
.access1 .box-map .map-click:hover {
	background: rgba(255,236,0,0.1);
}