@charset "utf-8";
@import url(basic.css);

/*右メインボディ
----------------------------------------------- */
h2 {
	clear: both;
}

h4 {
	margin-top: 15px;
}

/*Googlemap
----------------------------------------------- */
#gmap-box {
	height: 415px;
	width: 656px;
	margin-top: 20px;
	border: 1px solid #CCCCCC;
}
.gmap-name {
	text-align: center;
	display: block;
	font-weight: bold;
}
.gmap-address {
	display: block;
}


/*アクセスデータ
----------------------------------------------- */
/*アクセスデータボックス左*/
.access-data-left-box {
	float: left;
	width: 280px;
}
#access-data-container {
	clear: both;
	width: 658px;
	margin-top: 30px;
	overflow: hidden;
}
#access-data-container p {
	margin-left: 12px;
	margin-top: 3px;
	padding: 0px;
}
#access-data-container address {
	margin-left: 12px;
	margin-top: 3px;
	padding: 0px;
	font-style: normal;
}
#access-data-container ul {
	list-style-type: none;
}

/*アクセスデータボックス右*/
.access-data-right-box {
	float: right;
	width: 350px;
	border: 2px solid #e4e4e4;
}
.line-title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e4e4e4;
	padding-top: 8px;
	padding-bottom: 8px;
}

.line1 {
	background-image: url(../img/access-map/map-line-mark1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e4e4e4;
	padding-top: 5px;
	padding-bottom: 5px;
}
.line2 {
	background-image: url(../img/access-map/map-line-mark2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e4e4e4;
	padding-top: 5px;
	padding-bottom: 5px;
}
.line3 {
	background-image: url(../img/access-map/map-line-mark3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e4e4e4;
	padding-top: 5px;
	padding-bottom: 5px;
}
.line4 {
	background-image: url(../img/access-map/map-line-mark4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/*左メインボディ
----------------------------------------------- */
#accessmap-conteiner {
	width: 210px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	border: 1px solid #d6cfab;
	font-size: 0px;
	background-color: #FEFFF1;
}

/*左メインボディ 地図印刷情報
----------------------------------------------- */
#map-print-container {
	width: 210px;
	clear: both;
	overflow: hidden;
	border: 1px solid #d6cfab;
	background-color: #FFFFFF;
	margin-top: 5px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.map-print-box {
	width: 180px;
	text-align: left;
	padding-top: 1em;
	line-height: 180%;
	margin-right: auto;
	margin-left: auto;
	font-size: 85%;
}

.map-print-button-box {
	clear: both;
	height: 46px;
	width: 183px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
a.map-print-button {
	background-image: url(../img/access-map/side-button-print-off.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 46px;
	width: 183px;
	float: left;
}
a:hover.map-print-button {
	background-image: url(../img/access-map/side-button-print-on.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

