@charset "utf-8";



body {}

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

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

h1
{
    font:normal normal bold 16px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#EEEEEE;
    
}

h2
{
    font:normal normal bold 14px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#EEEEEE;
    
}

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

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

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

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

.altcolor,
.altcolor p { color:#EEEEEE;}

.altcolor h1 {color:#EEEEEE; }
.altcolor h2 {color:#00DF33; }
.altcolor h3 {color:#EEEEEE; }

.altcolor a:link,
.altcolor a:visited { color:#FFFCF4; }

.altcolor a:active, 
.altcolor a:hover { color:#FFFCF4; }

.altcolor div.hr {border-color: #EEEEEE;}
