@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Raleway%3A100);

body {}

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

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

h1
{
    font:normal normal bold 30px/140% Raleway, cursive;
    color:#666666;
    
}

h2
{
    font:normal normal bold 25px/140% Raleway, cursive;
    color:#4E4E00;
    
}

h3
{
    font:normal normal bold 17px/140% Helvetica, Arial, sans-serif;
    color:#106D00;
    
}

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

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

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