@charset "utf-8";

.sitemap_info {
    background: #fff url("/pic/sitemap.jpg") no-repeat;
    height: 40px;
    border: 1px solid #ccc;
    clear: both;
    margin-top: 6px;
}

table.sitemap_table {
    border-collapse:collapse;
}
table.sitemap_table td {
    border-bottom:1px solid #ccc;
    padding:3px;
}
table.sitemap_table td.sitemap_left {
    border-right:1px solid #ccc;
}
table.sitemap_table td.menu {
    background:#fff url("/pic/topbanner.gif") repeat-x;
    text-align:center;
}

.sitemap_all {
    width: 99.7%;
    clear: both;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

