@charset "UTF-8";





html {
	overflow-y:scroll;
}

body {
	margin: 0px;
	padding: 0px;
}
.bnr {
	position: absolute;
	right: 35px;
	top: 180px;
}
p, ul, li, img {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#containner {
	padding-right: 40px;
	padding-left: 40px;
}
#header {
	width: 100%;
	height: 98px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-top: 40px;
	clear: both;
	position: relative;
}
#header .leftArea {
	float: left;
	margin-top: 53px;
}
#header .rightArea {
	float: right;
	margin-top: 73px;
}
.menu {
	height: 110px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	clear: both;
}
.menu .leftArea {
	float: left;
	margin-top: 38px;
}
.menu .rightArea {
	float: right;
	margin-top: 84px;
}
.menu .link {
	height: 15px;
	width: 944px;
	padding-top: 80px;
}
.menu .link p {
	float: left;
}
.menu ul {
	width: 944px;
	clear: both;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #999999;
}
.menu li {
}
#footer {
	height: 70px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 10px;
	clear: both;
}
#footer .leftArea {
	float: left;
	margin-top: 10px;
}
#footer .leftArea p {
	float: left;
	margin-right: 10px;
}
#footer .rightArea {
	float: right;
	margin-top: 22px;
}

