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

body {
	background-image: url(images/bg_all.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: eef3f7;
}
#index {
	width:940px;
	margin:0 auto;
	position: relative;
}
#header {
	position: relative;
	width:940px;
	height: 44px;
}
#header_logo {
	position: absolute;
	width:130px;
	left: 0px;
	top: 0px;
}
#header_phone {
	position: absolute;
	right: 20px;
	top: 11px;
}


#title {
	position: relative;
	width:940px;
	height: 160px;
	z-index:-1;
}
#content {
	position: relative;
	width:940px;
	height: 1000px;
	background-image: url(images/map.gif);
	background-repeat: no-repeat;
}
#content_L {
	width:210px;
	left: 700px;
	font-size:12px;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height: 18px;
	color: #666666;
	letter-spacing: 1px;
	padding-left: 30px;
	position: absolute;
	top: 10px;
}
#content_R {
	width:350px;
	font-size:12px;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height: 18px;
	color: #316A89;
	position: absolute;
	left: 360px;
}


#footer {
	clear: both;
	position: relative;
	width:940px;
	height: 102px;
	padding-top: 40px;
}
#footer_logo {
	position: absolute;
	width:940px;
	left: 0px;
}
#footer_txt {
	position: absolute;
	width:700px;
	left: 200px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	letter-spacing: 1px;
	bottom: 40px;
}
