@charset "utf-8";
/* CSS Document */

#mapSpace{
	width:740px;
	height:auto;
	
}

#map{
	width:738px;
	border: 1px solid #9dc44e;	

}

.mapLeft{
  float:left;
	width:560px;
 	background-color:#eff2e7;
	height:170px;
}

#map .title{
	color: #FF6600;
	font-size: 120%;
	font-weight: bold;
	height:22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
 }

.branchPhoto{
	padding:5px;
	width:110px;
}

.mapLeft .ad{
	float:left;
	text-align:left;
	width:180px;
}
.mapRight{
  float:right;
	width:170px;
  background-color:#e5edd5;
	text-align:center;
	height:170px;
}


.clear{
	clear:both;
}

.map2{
	margin:20px 30px 0 30px;
	width:740px;
	text-align:center;
	border: 1px solid #FF9900;
}