@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;
}

#menu {
	position: relative;
	width:940px;
	height:32px;
}
#title {
	position: relative;
	width:940px;
	height: 160px;
	z-index:-1;
}
#content {
	position: relative;
	width:940px;
	margin-top: 40px;
}
#content_L {
	float: left;
	width:330px;
	left: 0px;
	font-size:12px;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height: 22px;
	color: #666666;
	letter-spacing: 1px;
	padding-left: 30px;
}
#content_R {
	float: right;
	width:558px;
	right: 0px;
	font-size:12px;
	line-height: 22px;
	color: #316A89;
	letter-spacing: 1px;
}

#content_R a:link,#content_R a:visited,#content_R a:hover{
	font-size:12px;
	line-height: 22px;
	color: #316A89;
	letter-spacing: 1px;
	text-decoration: none;
}

#footer {
	clear: both;
	position: relative;
	width:940px;
	height: 102px;
	margin-top: 60px;
}
#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;
}
