@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 19px/120% Helvetica, Arial, sans-serif;
    color:#333333;
}

input, textarea
{
    font:normal 19px/120% Helvetica, Arial, sans-serif;
}

h1
{
    font:normal normal bold 50px/140% "Midashi Go MB31", sans-serif,"typesquare";
    color:#FF4F5E;
    
}

h2
{
    font:normal normal bold 40px/140% "Midashi Go MB31", sans-serif,"typesquare";
    color:#3E9FFF;
    
}

h3
{
    font:normal normal bold 35px/140% "Shin Go Light", sans-serif,"typesquare";
    color:#FF667D;
    
}

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

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

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