@charset "UTF-8";

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

html{
color:#444;
}

#wrapper01{
width:1000px;
margin:0px auto;
}

html a{
color:#222;
text-decoration:none;
}

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

.addBanner *{
margin: 0;
padding: 0;
}
.addBanner ul{}
.addBanner ul li{
margin-bottom: 10px;
}




