@charset "UTF-8";
@import url(http://www.seturitu-s.com/css/common.css);

/* ---------------------------------------------------------
    CSS Document Topics > Common
--------------------------------------------------------- */

#contents h3 {
    height: 41px;
    overflow: hidden;
    padding-left: 34px;
    background: url(http://www.seturitu-s.com/images/title.jpg) no-repeat 0 0;
    font-size: 120%;
    line-height: 44px;
    color: #2b519c;
}

#contents .category {
    margin: 0 5px;
    padding: 2px 3px 0;
    background: #C80166;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

#contents span.category {
    background: #aaa;
}

#contents a.category:hover {
    background: #FD339C;
}

/* ---------------------------------------------------------
    CSS Document Topics > Topics
--------------------------------------------------------- */

#topics {
    text-align: left;
}

#topics dl {
    margin: 15px 10px 0;
    padding-bottom: 12px;
    border-bottom: dotted 1px #89B4D4;
}

#topics dt {
    padding-left: 16px;
    background: url(http://www.seturitu-s.com/images/arrow.jpg) no-repeat 2px 7px;
}

/* ---------------------------------------------------------
    CSS Document Topics > Entry
--------------------------------------------------------- */

#entry {
    text-align: left;
}

#entry p.date {
    margin: 5px 10px 0;
    text-align: right;
    font-weight: bold;
    color: #2b519c;
}

#entry .body {
    margin: 5px 10px 0;
}

#entry p#pnavi {
    margin-top: 20px;
    text-align: center;
}

/* ---------------------------------------------------------
    CSS Document Topics > pnavi
--------------------------------------------------------- */

#entry p#pnavi {
    margin-top: 20px;
    text-align: center;
}

#topics p#pnavi {
    margin-top: 20px;
    text-align: center;
}

#topics p#pnavi a {
    padding: 2px 5px 0;
    border: solid 1px #173E83;
    font-weight: normal;
    text-decoration: none;
    color: #333;
}

#topics p#pnavi .current_page {
    padding: 2px 5px 0;
    border: solid 1px #173E83;
    background: #173E83;
    color: #fff;
}

#topics p#pnavi a:hover {
    background: #173E83;
    color: #fff;
}


