@charset "utf-8";



body {}

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

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

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

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

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

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

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

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