@charset hutf-8h; 

/* =import 
----------------------------------------------*/
@import url(reset.css);
@import url(layout.css);



/* hn
------------------------------------------- */
h1{
position:absolute;
top:0;
left:0;
}
.contact{
position:absolute;
top:15px;
right:0;
}

/* link
------------------------------------------- */
a:link{ color:#9c7f69; text-decoration:underline; }
a:hover{ color:#9c7f69; text-decoration:none; }
a:visited{ color:#9c7f69; text-decoration:underline; }

/* navigation
------------------------------------------- */
#navigation ul{
width:802px;
height:54px;
margin:0 auto;
}
#navigation  li{ float:left; }


/* left
------------------------------------------- */
#left ul li{
margin-bottom:15px;
}

/* footer
------------------------------------------- */
#footer .box{
width:802px;
height:auto;
margin:0 auto;
overflow:hidden;
}
#footer .box .copy{
float:left;
}
#footer .box .pagetop{
float:right;
}



