﻿@charset "utf-8";
.MainContents h3 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.AccessMapBox {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #EAEAEA;
	height: 350px;
	width: 644px;
	margin-bottom: 20px;
}
#AccessMap {
	height: 350px;
	width: 644px;
}
.AccessInfoCon {
	margin-top: 20px;
}
.AccessInfoCon p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.AccessInfoCon span {
	margin-top: 5px;
	font-size: 92%;
}
.AccessInfo {
	width: 650px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d1cbc8;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #d1cbc8;
	border-spacing: 1px;
}
.AccessInfo td {
	padding: 5px 5px 5px 7px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
}
.AccesInfoTitle {
	background-color: #3b2210;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
.AccessInfoMeans {
	background-color: #f9f3ef;
	font-weight: bold;
	text-align: center;
	width: 130px;
}
.AccesInfoRoute {
	width: 230px;
}
.AccessInfo td a {
	text-decoration: underline;
}
.AccesInfoTime {
	width: 120px;
}

