@charset "utf-8";

body {
	background-image: url(../img/map_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	
	font-size: 14px;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:link {
	color: #FFCC00;
}

a:active {
	color: #FFCC00;
}

a:visited {
	color: #FFCC00;
}

dd {
	margin-top: 0.5em;
}


dd.adress {
	margin-bottom: 1em;
}

dd.contact {
	font-size: 85.7%;
}

dl a {
	margin-right: 0.3em;
	margin-left: 0.3em;
}

/* ▼地図用コンテナ */
#mapContainer {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
}

.mapArea{
	color: #FFFFFF;
	margin-top: 24px;
}

.mapLogo {
	width: 99px;
	height: 71px;

}

.closeButton {
	width: 83px;
	margin-top: 33px;

	float: right;
}

.mapTitle {
	margin-bottom: 0.2em;
	color: #646464;
}

.mapImg {
	margin-bottom: 1em;
}

.mapArea dt {
	margin-top: 1.2em;
	margin-bottom: 0.2em;
}

.mapArea dd{
	line-height: 1.3em;
}

.buttunArea {
	margin-top: 24px;
	margin-bottom: 40px;
	text-align: left;
}
