@charset "utf-8";



body {}

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

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

h1
{
    font:normal normal bold 18px/140% "Shin Maru Go Medium", sans-serif,"typesquare";
    color:#006C33;
    
}

h2
{
    font:normal normal normal 16px/140% "Jun 34", sans-serif,"typesquare";
    color:#8F0300;
    
}

h3
{
    font:normal normal bold 19px/140% "Jun 34", sans-serif,"typesquare";
    color:#9D3000;
    
}

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

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

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