@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Oleo+Script%3A400);

body {}

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

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

h1
{
    font:normal normal bold 20px/140% "Shin Go Medium", sans-serif,"typesquare";
    color:#CCCCCC;
    
}

h2
{
    font:normal normal bold 16px/140% "Shin Go Medium", sans-serif,"typesquare";
    color:#CCCCCC;
    
}

h3
{
    font:normal normal bold 14px/140% "Shin Go Medium", sans-serif,"typesquare";
    color:#CCCCCC;
    
}

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

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

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