@charset "utf-8";
/* default */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #173117;
	font-size: 12px;
}

body {
	text-align: center;
	background: url(/image/body_back_new.jpg) fixed center top no-repeat;
}

a {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: #336699;
	text-decoration: none;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 916px;
	padding: 0px 8px;
/*	background: url(/image/body_back_side.png) repeat-y;*/
}

em {
	position: absolute;
	left: -9999px;
	overflow: hidden;
}

#header_image {
	width: 900px;
	height: 12px;
	background: url(/image/header_image.gif) no-repeat;
}

#header {
	width: 900px;
	height: 87px;
}

#header_logo {
	display: block;
	width: 300px;
	height: 87px;
	background: url(/image/logo.gif) no-repeat;
	float: left;
}

#header p {
	width: 580px;
	height: 80px;
	text-align: right;
	padding: 7px 20px 0px 0px;
	float: left;
	vertical-align: top;
}

#menu {
	width: 900px;
	height: 65px;
	background: url(/image/navi_back.jpg) no-repeat;
}

#menu ul {
	margin-left: 431px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu_aboutus a {
	display: block;
	width: 115px;
	height: 65px;
	background: url(/image/navi_aboutus.jpg) no-repeat;
	background-position: 0px -65px;
}

#menu_aboutus a:hover {
	display: block;
	width: 115px;
	height: 65px;
	background: url(/image/navi_aboutus.jpg) no-repeat;
	background-position: 0px 0px;
}

#menu_service a {
	display: block;
	width: 115px;
	height: 65px;
	background: url(/image/navi_service.jpg) no-repeat;
	background-position: 0px -65px;
}

#menu_service a:hover {
	display: block;
	width: 115px;
	height: 65px;
	background: url(/image/navi_service.jpg) no-repeat;
	background-position: 0px 0px;
}

#menu_news a {
	display: block;
	width: 115px;
	height: 65px;
	background: url(/image/navi_news.jpg) no-repeat;
	background-position: 0px -65px;
}

#menu_news a:hover {
	display: block;
	width: 115px;
	height: 65px;
	background: url(/image/navi_news.jpg) no-repeat;
	background-position: 0px 0px;
}

#menu_contacts a {
	display: block;
	width: 124px;
	height: 65px;
	background: url(/image/navi_contacts.jpg) no-repeat;
	background-position: 0px -65px;
}

#menu_contacts a:hover {
	display: block;
	width: 124px;
	height: 65px;
	background: url(/image/navi_contacts.jpg) no-repeat;
	background-position: 0px 0px;
}

#main {
	width: 860px;
	margin: 10px 20px 20px 20px;
}

#pankuzu {
	height: 40px;
	font-size: 12px;
}

#menu_left {
	width: 160px;
	margin: 0px 30px 0px 0px;
	float: left;
}

#contents {
	width: 670px;
	float: left;
}

#footer {
	width: 860px;
	background: url(/image/footer.gif) no-repeat;
	padding: 20px;
}

#footer p {
	width: 580px;
	float: left;
	font-size: 12px;
}

address {
	width: 280px;
	font-style: normal;
	font-size: 12px;
	text-align: right;
	float: left;
}

#container_back {
	width: 900px;
	height: 1px;
	font-size: 1px;
}

#main_back {
	width: 860px;
	height: 40px;
	font-size: 1px;
	clear: both;
}


.c_boader {
	width: 600px;
	height: 1px;
	font-size: 1px;
	clear: both;
}

#footer_shadow {
	width: 916px;
	height: 15px;
	background: url(/image/footer_shadow.jpg) no-repeat;
	margin: 0px auto;
}

.bold {
	font-weight: bold;
}

.contact_number {
	font-size: 18px;
	margin: 3px 0px;
}

.page_toplink{
	width: 90px;
	height: 13px;
	margin-left: 525px;
	background: url(/image/icon_arrow.jpg) no-repeat left;
	text-align: right;
}


.font_size_m {
	font-size: 14px;
}

.font_size_l {
	font-size: 16px;
}

.font_size_ll {
	font-size: 18px;
}

.lh_130 {
	line-height: 130%;
}

.margin_b_20 {
	margin-bottom: 20px;
}

.margin_b_15 {
	margin-bottom: 15px;
}

.margin_b_10 {
	margin-bottom: 10px;
}

.margin_b_5 {
	margin-bottom: 5px;
}

.margin_t_10 {
	margin-top: 10px;
}

.a_right {
	text-align: right;
}

.padding_b_40{
	padding-bottom:40px;
}