@charset "utf-8";
body {
    color : #171717;
    font-size : 14px;
    font-family : 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
    line-height : 1.7;
}
h1 {
    font-size : 26px;
}
h2 {
    font-size : 22px;
}
h3 {
    font-size : 18px;
}
h4 {
    font-size : 16px;
}
h5 {
    font-size : 12px;
}
h6 {
    font-size : 10px;
}
a:link {
    color : #171717;
    text-decoration : underline;
}
a:visited {
    color : #171717;
}
a:hover {
    color : #171717;
    text-decoration : none;
}
a:active {
    color : #171717;
}
