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

a{
color:#006699;
text-decoration:underline;
}
a:hover{
color:#000000;
text-decoration:underline;
}

#header{
position:relative;
margin-left:auto; margin-right:auto;
width:900px;
height:76px;
}

#header .logo1{
position:absolute;
left:98px;
top:0px;
}


.clear{
clear:both;
}

