@charset "UTF-8";

div#sitemapBox{
    position: relative;
    background:#fff url(/common/images/top/box_bg.gif) repeat-y;
}
div#sitemapBoxIn{
    margin: 0 40px;
    padding: 0 0 20px;
}
div#sitemapBoxIn dl{
    margin-top: 25px;
}
div#sitemapBoxIn dd{
    margin-left: 20px;
}
dl.smShinjuku,
dl.smSapporo{
    float: left;
    width: 280px;
}
dl.smIkebukuro,
dl.smNiigata{
    float: right;
    width: 280px;
}
dl.smShinjuku dt a{
    color: #c5459c;
}
dl.smSapporo dt a{
    color: #51c651;
}
dl.smIkebukuro dt a{
    color: #ff8e01;
}
dl.smNiigata dt a{
    color: #2bd3f0;;
}