@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, header, hgroup, html, img, a, article, aside, fieldset, figcaption, figure, footer,
u, ul, var, p
 {
    background:transparent;
    border:0 none;
    font-size:100%;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:top;
}

header, nav, article, aside, footer, figcaption, figure, hgroup, #logo, section, ban, #banner, aside {
	display:block;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#454545;
	margin:0;
}
ol, 
ul {
	list-style:none;
}
header {
	width:200px;
	background:#FFFFFF;
	margin-left:10px;
}
li {
	font-size:17px;
	padding-bottom:8px;
	margin-bottom:6px;
	background:url(../images/line.gif) repeat-x left bottom;
}
li span {
	display:block;
	padding-left: 10px;
	height:1%;
	background:url(../images/nav.png) no-repeat left 5px;
}
li a {
	color:#666;
	text-decoration:none;
}
li a:hover {
	color:#005dad;
	text-decoration: none;
}
footer {
	padding: 0 0 0 10px;
	line-height: 22px;
	color:#666;
	font-size:15px;
	padding-top:50px;
	color: #1351a4;
}