@charset "utf-8";
/* フッタ */

#footer {
    background-image: url(../images/footer_back.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    clear: both;
    padding-top: 40px;
}

#footer .menu {
    background-color: #E0E0E0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E6E6E6;
    width: 730px;
    margin-right: auto;
    margin-left: auto;
    font-size: 10px;
}

#footer .pagetop {
    width: 730px;
    margin-right: auto;
    margin-left: auto;
    height: 50px;
    padding-bottom: 15px;
    padding-top: 20px;
}
