/* 基本ＣＳＳ */
BODY,TD    { font-size: 9pt; color:#444444 ;}

/* アンカータグ関連 */
A:link     { font-size: 9pt; text-decoration:underline; color:MediumBlue ; }
A:visited  { font-size: 9pt; text-decoration:underline; color:SeaGreen ; }
A:active   { font-size: 9pt; text-decoration:underline; color:IndianRed ; }
A:hover    { font-size: 9pt; text-decoration:none; color:MidnightBlue; }

/* タイトルと小文字 */
.toptitle  { font-size:12pt; color:#000069; font-weight: bold;
             border: 1px solid DarkBlue;
             padding: 3; background-color: #B4E1C3;}
DIV.title  { font-size:10pt; color:gray; border: 1px solid gray;
             padding: 3; background-color: #FDF8F0; width: 50%;    }
.mini { font-size: 7pt;}

.memo { font-size:8pt ; }
.txt { font-size:9pt ;  color:#444444 ;}
