@charset "utf-8";



body {}

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

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

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

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

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

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

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

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