@charset "utf-8";
/* CSS Document */
/* -- head -- */

div#headArea {
	height:110px;
	background-image:url(../img/com/head_bg.png);
	background-repeat:repeat-x;
	overflow:hidden;
}
div#header {
	height:110px;
	width:950px;
	margin:0 auto;
	background-image:url(../img/com/head_main.png);
	background-repeat:no-repeat;
	overflow:hidden;
}

div#head1 {
	height:50px;
	width:910px;
	margin:0 auto;
	padding:15px 0 0;
	overflow:hidden;
	font-size:12px;
	line-height:12px;
}
div#head1 h1 {
	display:inline;
	margin:0;
	padding:0;
	font-weight:normal;
}
div#head1 h1 a {
	display:block;
	float:left;
	overflow:hidden;
	width:350px;
	height:50px;
	margin:0;
	padding:0;
	background-image:url(../img/com/logo.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
div#head1 ul {
	margin:32px 0 0;
	padding:0 0 0 260px;
	float:left;
	list-style-type:none;
}
div#head1 ul li {
	margin:0;
	padding:0;
	display:inline;
}
div#head1 ul li a {
	display:block;
	float:left;
	width:100px;
	height:18px;
	overflow:hidden;
	background-repeat:no-repeat;
	text-indent:-9999px;
	background-position:0 0;
}
div#head1 ul li a:active, div#head1 ul li a:hover {
	background-position:0 -18px;
}
a#sub1 {
	background-image:url(../img/com/sub1.png);
}
a#sub2 {
	background-image:url(../img/com/sub2.png);
}
a#sub3 {
	background-image:url(../img/com/sub3.png);
}
a#sub4 {
	background-image:url(../img/com/sub4.png);
}

p#head2 {
	height:12px;
	width:880px;
	margin:0 auto;
	padding:32px 15px 0;
	text-align:right;
	font-size:12px;
	line-height:12px;
	overflow:hidden;
}

p#head2 a {
	text-decoration:none;
	color:rgb(0,127,0);
}

p#head2 a:active, p#head2 a:hover {
	color:rgb(197,37,0);
}
