@charset "utf-8";



body {}

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

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

h1
{
    font:normal normal normal 50px/140% "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
    color:#000000;
    
}

h2
{
    font:normal normal normal 30px/140% "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
    color:#000000;
    
}

h3
{
    font:normal normal normal 20px/140% "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
    color:#000000;
    
}

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

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

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