body {
 color : #363636;
 font-size:10pt ;
 margin-left : 0px ;
 margin-top : 0px ;
}

td {
 font-size : 10pt;
 color : #363636;
 font-family : "MS UI Gothic",Osaka ;
}

/* TD 8ptテキスト指定 */
td.8 {
 font-size : 8pt;
}

td.en {
 font-size : 10pt;
 font-family : Verdana,"Trebuchet MS",Chicago;
line-height : 110%;
}

/* リンクテキスト文字色 */
a:link {
 font-size : 10pt;
 color : #339900;
 text-decoration : none;
}

/* リンク済みテキスト文字色 */
a:visited {
 font-size : 10pt;
 color : #FF870F;
 text-decoration : none;
}

/* アクティブ時テキスト文字色 */
a:active {
 font-size : 10pt;
 color : #DD0233;
 text-decoration : none;
}

/* オーバー時テキスト文字色 */
a:hover {
 font-size : 10pt;
 color : #DD0233;
 text-decoration : none;
}

/* メニュー部分リンク指定 */
.menu {
 font-size : 8pt;
}

.menu a:link {
 font-size : 8pt;
 color : #FFFFFF;
 text-decoration : none;
}

.menu a:visited {
 font-size : 8pt;
 color : #FFFFFF;
 text-decoration : none;
}

.menu a:active {
 font-size : 8pt;
 color : #FFFFFF;
 text-decoration : none;
}

.menu a:hover {
 font-size : 8pt;
 color : #FEFAAF;
 text-decoration : none;
}

/* ブルー系リンク指定 */
.blue {
 font-size : 10pt;
}

.blue a:link {
 font-size : 10pt;
 color : #8C7EDC;
 text-decoration : none;
}

.blue a:visited {
 font-size : 10pt;
 color : #8C7EDC;
 text-decoration : none;
}

.blue a:active {
 font-size : 10pt;
 color : #FF6F9A;
 text-decoration : none;
}

.blue a:hover {
 font-size : 10pt;
 color : #FF6F9A;
 text-decoration : none;
}

/* グリーン系リンク指定 */
.green {
 font-size : 10pt;
}

.green a:link {
 font-size : 10pt;
 color : #339933;
 text-decoration : none;
}

.green a:visited {
 font-size : 10pt;
 color : #66CC00;
 text-decoration : none;
}

.green a:active {
 font-size : 10pt;
 color : #66CC00;
 text-decoration : none;
}

.green a:hover {
 font-size : 10pt;
 color : #99CC00;
 text-decoration : none;
}
/* 白系リンク指定 */
.ff {
 font-size : 10pt;
 color : #FFFFFF;
 font-weight : bold ; 
}

.ff a:link {
 font-size : 10pt;
 color : #FFFFCC;
 text-decoration : none;
}

.ff a:visited {
 font-size : 10pt;
 color : #FFFFFF;
 text-decoration : none;
}

.ff a:active {
 font-size : 10pt;
 color : #CCFF00;
 text-decoration : none;
}

.ff a:hover {
 font-size : 10pt;
 color : #CCFF00;
 text-decoration : none;
}

/* その他 */
SPAN.t1 {
 font-size : 14pt;
 color : #FEFAAF;
}

SPAN.en {
 font-size : 10pt;
 font-family : Verdana,"Trebuchet MS",Chicago;
 line-height : 110%;
}

