@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Kelly+Slab%3A400&subset=latin%2Ccyrillic);

body {}

body, p, table, td
{
    font:normal 13px/180% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color:#000000;
}

input, textarea
{
    font:normal 13px/180% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

h1
{
    font:normal normal bold 20px/140% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color:#000000;
    text-align:center;
}

h2
{
    font:normal normal bold 14px/140% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color:#EB2700;
    text-align:center;
}

h3
{
    font:normal normal bold 12px/140% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color:#0C12FF;
    
}

a:link,
a:visited
{
    text-decoration: underline; /* fix */
    color:#0099E1;
}

a:active,
a:hover
{
    text-decoration:none; /* fix */
    color: #0099E1;
}

div.hr
{
    border-bottom-style:dashed;
    border-bottom-width:1px; /* fix */
    border-color: #00AEB7;
    height: 1px;
}
/*  alternative */

.altcolor,
.altcolor p { color:#333333;}

.altcolor h1 {color:#007CA4; }
.altcolor h2 {color:#00B70C; }
.altcolor h3 {color:#EEEEEE; }

.altcolor a:link,
.altcolor a:visited { color:#006AA7; }

.altcolor a:active, 
.altcolor a:hover { color:#006AA7; }

.altcolor div.hr {border-color: #000000;}
