@charset "utf-8";
body {
    background-color : #ffffff;
    color : #666666;
    font-size : 12px;
    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 : #007bbb;
    text-decoration : none;
}
a:visited {
    color : #007bbb;
}
a:hover {
    color : #84b9cb;
    text-decoration : underline;
}
a:active {
    color : #007bbb;
}
