@charset "utf-8";



body {}

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

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

h1
{
    font:normal normal bold 30px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#A17800;
    text-align:center;
}

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

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

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

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

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