@charset "utf-8";
/* CSS Document */
.contactTxt{
	width: 750px;
	height: 290px;
	position: relative;
	left: -40px;
	padding: 85px 0px 0px 0px;
	text-align: center;
	background: url('../image/map.png') no-repeat;
}
.contactTxt h1{
	margin: 0px 0px 0px 5px;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	color: #fff;
}
.contactTxt p{
	margin: 0px 0px 0px 5px;
	font-size: 14px;
	color: #fff;
	line-height:1.7;
}
