@charset "utf-8";
/* CSS Document */
#header{ float:left; width:100%; padding:22px 0; background-color:#fff;}
.logo{ float:left;}
.logo img{ width:312px; height:46px;}

.menu{ float:right;}
.menu a{ display:inline-block; width:100px; text-align:center; font-size:14px; color:#000000; line-height:46px;}
.menu a:hover{ color:#008ae5; text-decoration:none;}
.menu a.active{color:#008ae5;}

