@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	font-size:12px;
}
li {
	list-style:none;
}
em {
	font-style:normal;
}
img {
	border:0;
}
a {
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
body {
	text-align:center;
}
#wrap {
	margin:0 auto;
	width:800px;
	position:relative;
}
/* END for total */
h1 {
	padding:25px 0 15px 107px;
	text-align:left;
	float:left;
	background:url(../images/h1-bg.gif) 0 bottom no-repeat;
}
#nav {
	float:right;
	padding:50px 30px 0 0;
	width:170px;
}
#nav li {
	float:left;
	padding:0 9px 0 8px;
}
#n1,#n2,#n3 {
	background:url(../images/line1.gif) right 1px no-repeat;
}
#nav li a {
	color:#f80;
}
#nav li a:hover {
	color:#000;
}
.ban {
	background:url(../images/head.jpg) 0 0 no-repeat;
	height:161px;
	clear:both;
}
.i {
	border:1px solid #0393cf;
}
.b {
	border:none;
	background:none;
}
input {
	vertical-align:middle;
}
/**/
#copy {
	background:url(../images/copy_bg.gif) 0 17px repeat-x;
	clear:both;
	padding:32px 0 30px 0;
	*zoom:1;
}
#copy ul {
	padding:16px 0 3px 0;
	margin:0 auto;
	width:316px;
}
#copy li {
	float:left;
	background:url(../images/line2.gif) right 1px no-repeat;
	padding:0 16px 0 15px;
}
#copy li#c4 {
	background:none;
}
#copy li a {
	color:#666;
}
#copy li a:hover {
	color:#000;
}
#copy p {
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	padding:3px 0;
	color:#666;
}
#copy p a {
	color:#666;
}