@charset "utf-8";



body {}

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

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

h1
{
    font:normal normal bold 20px/140% "Maru Folk Bold", sans-serif,"typesquare";
    color:#FF1D96;
    
}

h2
{
    font:normal normal bold 19px/140% "Shin Maru Go Medium", sans-serif,"typesquare";
    color:#4334FF;
    text-align:right;
}

h3
{
    font:normal normal bold 17px/140% "Jun 34", sans-serif,"typesquare";
    color:#005C1E;
    text-align:center;
}

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

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

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

.altcolor,
.altcolor p { color:#CCCCCC;}

.altcolor h1 {color:#EEEEEE; }
.altcolor h2 {color:#EEEEEE; }
.altcolor h3 {color:#EEEEEE; }

.altcolor a:link,
.altcolor a:visited { color:#718E00; }

.altcolor a:active, 
.altcolor a:hover { color:#718E00; }

.altcolor div.hr {border-color: #999999;}
