@charset "utf-8";
#mapContents {
	width: 795px;
	background-image: url(../img/map/bg_map.gif);
	height: 365px;
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
	padding-top: 1px;
}
#gmapContents {
	width: 800px;
	background-image: url(../img/map/bg_gMap.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 319px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 1px;
}
#gmapContents #gmapArea {
	width: 600px;
	margin-top: 50px;
	margin-left: 40px;
	border: 1px solid #000;
	clear: both;
	height: 220px;
	background-color: #FFF;
}

#mapContents .boxA {
	background-image: url(../img/map/boxA.gif);
	width: 271px;
	margin-top: 100px;
	margin-left: 10px;
	line-height: 1em;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 7px;
	color: #C30;
	font-size: 14px;
	margin-bottom: 0px;
}
#mapContents .boxAb {
	background-image: url(../img/map/boxA.gif);
	width: 271px;
	margin-top: 6px;
	margin-left: 10px;
	line-height: 1em;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 7px;
	color: #C30;
	font-size: 14px;
}
#mapContents .boxB {
	background-image: url(../img/map/boxB.gif);
	height: 112px;
	margin-left: 10px;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 10px;
	line-height: 1.5em;
}
#gmapContents #gmapArea iframe {
	height: 220px;
	width: 600px;
	border: 0;
	overflow: hidden;
	margin:0;
	padding:0;
	
}

