@charset "utf-8";
@import url("common.css");



/* region for Contents */

    div.title {
        font-size: 180%;
        font-weight: bold;
        text-align: left;
        line-height: 1.2em;

        width: 800px;
        margin: 0 auto 10px auto;
        padding: 10px;

        border-left: 5px solid #cccc00;
        border-bottom: 1px solid #999999;
    }

    div.sitemap {
        text-align: left;
        line-height: 1.8em;
        width: 610px;
        margin: 0 auto 20px auto;
        padding: 5px 5px 5px 15px;
    }

    div#left {
        float: left;
        width: 300px;
    }
    div#right {
        float: right;
        width: 300px;
    }

    div.subtitle {
        font-weight: bold;
        line-height: 33px;
        background: url("../images/sitemap_subtitle.jpg") top left no-repeat;
        width: 253px;
        height: 35px;
        text-align: left;
        padding-left: 30px;
    }

    div.sitemap ul {
        width: 221px;
        margin: 10px 30px;
        padding: 0;
        list-style-image: url("../images/sitemap_mark.gif");
    }
    div.sitemap ul li {
        line-height: 1.5em;
        margin: 10px auto;
    }
    div.sitemap ul li a {
        padding: 5px;
        display: block;
    }
    div.sitemap ul li a:hover {
        background: #f5f5f5;
    }

    div.sitemap ul li ul {
        width: 206px;
        margin: 0px 15px;
        padding: 0;
        list-style: disc;
        list-style-image: none;
    }
    div.sitemap ul li ul li {
        font-size: 100%;
        margin: 3px auto;
    }

/* end region */



