@charset "utf-8";
#mapLead {
	color:#987C4D;
	font-size:110%;
}
#mapPrintArea {
	width:495px;
	margin:20px auto 10px auto;
}
.mapBox {
	width:475px;
	margin:5px 0px 10px 0px;
}
.mapBox .mapBox-l {
	width:198px;
	display:block;
	float:left;
}
.mapBox .mapBox-l2 {
	width:198px;
	display:block;
	float:left;
}
.mapBox .mapBox-l2 img{
	width:150px;
	padding:0px 0px 0px 48px;
}
.mapBox .mapBox-r {
	width:265px;
	float:right;
}
#mapArea{
	width:470px;
	height:700px;
	margin:0px;
	padding:0px;
}
#mapArea .mapTxtBox{
	position:relative;
	top:0px;
	left:0px;
	width: 340px;
	/*height: 195px;*/
}
#mapArea .mapTxt{
	position:absolute;
	top:-190px;
	left:0px;
	width: 340px;
}
