@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 12px/170% Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
}

input, textarea
{
    font:normal 12px/170% Verdana, Arial, Helvetica, sans-serif;
}

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

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

h3
{
    font:normal normal bold 18px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#333333;
    
}

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

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

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