@import "/common.css";
@import "/base.css";
@import "/header.css";
@import "/gnavi.css";
@import "/side_contents.css";
@import "/footer.css";
@import "/back_button.css";

#sitemap {
    width: 580px;
    margin-top: 20px;
}

#sitemap #page_title {
    display: block;
    width: 185px;
    height: 24px;
    background: url(/img/sitemap_title.gif) no-repeat;
    text-indent: -999em;
    margin-bottom: 20px;
}

#sitemap li {
    font-size: 12px;
}

#sitemap a {
    font-size: 12px;
    text-decoration: none;
    color: #00BBFF;
}

#sitemap a:hover {
    color: #FF8000;
}

#sitemap .lv1 { text-indent: 45px; padding-bottom: 4px;}
#sitemap .lv2 { text-indent: 61px; padding-bottom: 4px; }
#sitemap .lv2_title { text-indent: 61px; padding-top: 12px; padding-bottom: 4px; }
#sitemap .lv3 { text-indent: 77px; padding-bottom: 4px; }

#policy {
    width: 580px;
    margin-top: 20px;
}

#policy #page_title {
    display: block;
    width: 207px;
    height: 24px;
    background: url(/img/policy_title.gif) no-repeat;
    text-indent: -999em;
    margin-bottom: 20px;
}

#policy h3 {
    display: block;
    width: 572px;
    padding: 4px;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #00BBFF;
    margin-bottom: 6px;
}

#policy p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 24px;
}

#policy a {
    font-size: 12px;
    text-decoration: none;
    color: #00BBFF;
}

#policy a:hover {
    color: #FF8000;
}

#policy .memo {
    clear: both;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 6px;
}

#policy .memo_head {
    color: #FFF100;
}

#policy .list {
    font-size: 12px;
    margin-left: 12px;
    margin-bottom: 6px;
}

#policy .download {
    float: left;
    width: 450px;
    font-size: 12px;
    padding-left: 12px;
    margin-bottom: 6px;
}

#policy #adobe_reader_download {
    float: right;
    display: block;
    width: 112px;
    height: 33px;
    text-indent: -999em;
    background: url(/img/get_adobe_reader.gif) no-repeat;
}

#policy #flash_player_download {
    float: right;
    display: block;
    width: 110px;
    height: 31px;
    text-indent: -999em;
    background: url(/img/get_flash_player.gif) no-repeat;
}


