@charset "UTF-8";
/* CSS Document */
body {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8;
}
#contentsInner {
    margin: 0 auto;
    width: 980px;
    padding: 0 10px 70px;
}

#contentsInner  h1 {
    clear: both;
    font-size: 1.6em;
    font-weight: bold;
    border-bottom: 3px solid #102955;
    padding: 10px 0px 5px 0px;
    margin-bottom: 10px;
}
ol li {
    list-style-type: decimal;
    list-style-position: outside;
    margin: 0px 0px 1em 30px;
}

p {
    margin: 0 0 20px 0;
}
p.right {
    text-align: right;
}