@charset "UTF-8";

@import url("reset.css");
@import url("header.css");
@import url("gnavi.css");
@import url("bread.css");
@import url("banner.css");
@import url("footer.css");


body{
background:#262626;
}

#wrapper01{
width:940px;
margin:0px auto;
background:#000;
}

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

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

p.top01{
clear:both;
text-align:right;
}