@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 14px/180% Arial, Helvetica, sans-serif;
    color:#000000;
}

input, textarea
{
    font:normal 14px/180% Arial, Helvetica, sans-serif;
}

h1
{
    font:italic normal bold 50px/140% Arvo, serif;
    color:#865BFF;
    
}

h2
{
    font:italic normal bold 35px/140% "Kelly Slab", cursive;
    color:#0D0096;
    
}

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

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

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

div.hr
{
    border-bottom-style:dotted;
    border-bottom-width:1px; /* fix */
    border-color: #999999;
    height: 1px;
}
