body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #fef0e1;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(image/bg_top.png);
	background-repeat: repeat-x;
	background-position: center top;
}

/
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.header {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
}
.header2 {
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
}
.top_button {
	float: left;
	width: 232px;
}
.top_tel {
	float: right;
	padding-top: 15px;
	width: 250px;
}
.footer {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(image/bg_footer.jpg);
	background-repeat: repeat-x;
	height: 156px;
	background-position: center;
}
.container {
	width: 1150px;
	margin: 0 auto;
}
.content {
}

.map {
	width: 1100px;
	height: 500px;
	background-image: url(image/image_contact3.jpg);
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: center;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
