@charset "utf-8";
@import url("reset.css");
@import url("header.css");
@import url("bread.css");
@import url("footer.css");
/* CSS Document */

#wrapper01{
width:914px;
margin:0px auto;
background:#fff;
}

a{
color:#666;
text-decoration:none;
}

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