.area_box{
	width:318px;
	float:left;
	height:100px;
	border:1px solid #D2D2D2;
}

.area_box div.on{
	width:318px;
	padding-top:35px;
	height:100px;
	border:5px solid #642893
}
.area_box div{
	width:318px;
	height:60px;
	text-align:center;
	font-size:20px;
	color:#878787;
	padding-top:40px;
	cursor:pointer;
	letter-spacing:-1px;
}
/*
.area_box div:hover{
	width:308px;
	height:50px;
	padding-top:35px;
	height:55px;
	border:5px solid #642893
}
*/
.area_wrap .area_box:nth-child(2n){
	border-left:0px;
}
.area_wrap .area_box:nth-child(3n){
	border-left:0px;
}
.area_wrap .area_box:nth-child(4n){
	border-left:0px;
}
.area_wrap {
	width:1278px;
	height:100px;

}
.map_wrap{
	width:828px;
	height:300px;

	float:left;
}

.gallery_top{
	width:100%;
	height:40px;
	border-bottom:2px solid #878787;
	position:relative;
	margin-bottom:20px;
}
.gallery_menu{
	width:1200px;
	height:50px;
	text-align:center;
	margin:0 auto;
}

.gallery_menu li{
	float:left;
	text-align:center;
	font-size:20px;
	padding:0px 20px 20px 20px;
	width:160px;
	border-right:1px solid #7F7F7F;
	height:5px;
	color:#7F7F7F;
	cursor:pointer;
}


.gallery_menu li.on{
	color:#7131A2;
	font-weight:bold;
}
.gallery_menu li:hover{
	color:#7131A2;
	font-weight:bold;
}