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

.container {
	width: 880px;
	background:#FFF;
	top: 0px;
	left: 50%;
	overflow:hidden;
	margin: 106px auto;
	border: 0px solid #900;
	border-right: 10px solid #A28800;
	border-bottom: 10px solid #A28800;
	-webkit-border-radius-bottom-right: 100px;
	-moz-border-radius-bottomright: 100px;
	border-bottom-right-radius: 100px;
	z-index: 55;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.map {
	width: 880px;
	height: 387px;
	margin-bottom: 45px;
	background-image:url(/images/map.jpg);
	background-repeat: no-repeat;
		
}

.mapWrap {
	position:absolute;
}

.pointA{
	position:relative;
	width:240px;
	height: 210px;
	background-image:url(/images/pointA.png);
	background-repeat:no-repeat;
	top: 118px;
	left: 48px;
	font-size: 14px;
	line-height: 16px;
}
.pointA h1{
	color: #fff;
	padding: 55px 0px 0px 20px;
}
.pointA p{
	color: #717074;
	padding: 25px 0px 0px 20px;
}
.pointA strong{
	font-weight:bold;
	color: #A28800;
}
.pointA a{
	padding: 60px 0px 0px 20px;
	text-decoration:none;
	color: #A28800;
}
.pointB{
	position:relative;
	width:240px;
	height: 210px;
	background-image:url(/images/pointB.png);
	background-repeat:no-repeat;
	top: -33px;
	left: 340px;
	font-size: 14px;
	line-height: 16px;
}
.pointB h1{
	color: #fff;
	padding: 62px 0px 0px 20px;
}
.pointB p{
	color: #717074;
	padding: 30px 0px 0px 20px;
}
.pointB strong{
	font-weight:bold;
	color: #A28800;
}
.pointB a{
	padding: 60px 0px 0px 20px;
	text-decoration:none;
	color: #A28800;
}
.pointC{
	position:relative;
	width:260px;
	height: 160px;
	background-image:url(/images/pointC.png);
	background-repeat:no-repeat;
	top: -355px;
	left: 565px;
	font-size: 14px;
	line-height: 16px;
}
.pointC h1{
	color: #fff;
	padding: 10px 0px 0px 60px;
}
.pointC p{
	color: #717074;
	padding: 25px 0px 0px 60px;
}
.pointC strong{
	font-weight:bold;
	color: #A28800;
}
.pointC a{
	padding: 20px 0px 0px 60px;
	text-decoration:none;
	color: #A28800;
}