@charset "utf-8";
.header {
	width: 100%;
	height: 85px;
	position: relative;
	float: left;
	background-color: #000000;
}
.h_logo {
	width: 375px;
	height: auto;
	position: relative;
	float: left;
}
.h_contact {
	width: 53px;
	height: auto;
	position: relative;
	float: right;
}
.btn_contact {
	width: 830px;
	height: auto;
	position: relative;
	margin: -45px auto 0 auto;
	background-color: #FFFFFF;
}

.list {
	height: auto;
	width: 440px;
	float: left;
	text-align: left;
	line-height: 15px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 15px;
}
.list ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.list li  {
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.list li#hn1 {
	height: auto;
	position : relative;
	width: 149px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: center;
	color: #777;
	font-weight: bold;
}
.list li#hn2 {
	height: auto;
	position : relative;
	width: 275px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: justify;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 15px;
}


