#contents #sitemap {
    width: 661px;
    float: left;
    color: #505050;
}

#contents #sitemap h2 {
    width: 661px;
    height: 44px;
    background-image: url(../images/sitemap_h.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#contents #sitemap ul {
    margin-top: 6px;
    list-style: none;
}

#contents #sitemap li {
    margin: 0px 0px 18px 12px;
    padding: 2px 0px 0px 12px;
    letter-spacing: 0.1em;
    border-left: 2px solid #0c5cc6;
}

#contents #sitemap li li {
    border-left: 2px solid #2b7cd7;
}

#contents #sitemap li li li {
    border-left: 2px solid #3c8ef8;
}

#contents #sitemap li h3 {
    font-size: 14px;
}

/* for IE6 */
* html #contents #sitemap li h3 {
    font-size: 87.5%;
}

/* for IE7 */
*:first-child+html #contents #sitemap li h3 {
    font-size: 87.5%;
}

#contents #sitemap li a {
    font-size: 14px;
    color: #0c5cc6;
}

/* for IE6 */
* html #contents #sitemap li a {
    font-size: 87.5%;
}

/* for IE7 */
*:first-child+html #contents #sitemap li a {
    font-size: 87.5%;
}

#contents #sitemap li a:hover {
    color: #333333;
}
