@charset "utf-8";
/* CSS Document */

body {
    line-height: 1.6;
    font-size: 12px;
    letter-spacing: 1.1px;
    color: #555555;
	margin:0px auto;
}
a {
    color:#333;
    text-decoration: none;
}

a:link{
	text-decoration: none;
	color:#333;
}
a:visited {
	color: #333; 
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color:#900;
}
a:active{
	text-decoration: none;
}

a:hover img, .a:active img {
	filter:alpha(opacity= 70); /* IE */
	-moz-opacity:0.70; /* Firefox CSS3以前 */
	opacity:0.70; /* CSS3 */
}
.header_main{
	background-color:#FFF;
}
.header_logo{
	width:980px;
	margin:0px auto;
}
.header_line{
	width:100%;
	height:5px;
	background-color:#0CF;
}