﻿@charset "utf-8";

/*=== Access ===*/

.bodyArea .accessMap {
	width: 600px;
	background-color: #F0F0F0;
	padding-top: 20px;
	padding-right: 38px;
	padding-bottom: 30px;
	padding-left: 40px;
	margin-bottom: 20px;
}

.bodyArea h1 {
	font-size: 80%;
	margin-bottom: 14px;
	line-height: 110%;
	padding-top: 6px;
	padding-bottom: 4px;
}

.bodyArea h1 a,
.bodyArea h1 a:visited {
	background-image: url(../images/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	padding-bottom: 6px;
	padding-top: 1px;
	color: #333;
}

.bodyArea h1 a:hover {
	color: #F60;
}

.bodyArea .accessMap h2 {
	color: #F00000;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #F00000;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 90%;
}

.bodyArea .accessMap h3 {
	font-size: 80%;
	line-height: 150%;
	font-weight: normal;
	margin-bottom: 16px;
}

.accessMap .mapCaption {
	font-size: 80%;
	line-height: 120%;
	padding-top: 8px;
	text-align: center;
}

/*=== MapPageTop ===*/
.mapPageTop {
	padding-bottom: 20px;
	width: 678px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

.mapPageTop p {
	font-size: 80%;
	line-height: 110%;
	text-align: right;
	padding-top: 10px;
	color: #FFF;
}

.mapPageTop a,
.mapPageTop a:visited {
	color: #666;
	text-decoration: none;
}

.mapPageTop a:hover {
	color: #333;
	text-decoration: underline;
}
