@charset "utf-8";

/* CSS Document */

#main_img {
    background-image: url(img/main.jpg);
}

#sitemap {
    width: 90%;
    margin: 0 auto;
}

#sitemap ul {
    margin-top: 15px;
    line-height: 2.0;
}

.li1 {
    padding-left: 30px;
    background: url(img/ico1.png) no-repeat left center;
    font-size: 100%;
}

.li2 {
    padding-left: 15px;
    background: url(img/ico2.png) no-repeat left center;
    margin-left: 30px;
    font-size: 90%;
}

.li3 {
    padding-left: 15px;
    background: url(img/ico2.png) no-repeat left center;
    font-size: 90%;
}