/* 全体 */
BODY { font-size:10pt }
/* リンク */
A:link { color:blue }
A:visited { color:purple }
A:active { color:red }
A:hover { color:aqua }
/* リンク部分の下線を消す */
A:link,A:visited,A:active { text-decoration:none }
A:hover { text-decoration : underline overline }
/* 文字配置 */
div.center { text-align:center }
div.left { text-align:left }
div.right { text-align:right }
/* 文字書式１ */
.txt1 { font-size:1pt; color:black }
.txt8 { font-size:8pt; color:black }
.txt8b { font-size:8pt; color:blue; }
.txt9 { font-size:9pt; color:black }
.txt9r { font-size:9pt; color:red; }
.txt9b { font-size:9pt; color:black; font-weight:bold }
.txt10 { font-size:10pt; color:black }
.txt10r { font-size:10pt; color:red }
.txt10w { font-size:10pt; color:white }
.txt10b { font-size:10pt; color:black; font-weight:bold }
.txt10gb { font-size:10pt; color:green; font-weight:bold }
.txt11 { font-size:11pt; color:black }
.txt11b { font-size:11pt; color:black; font-weight:bold }
.txt11bb { font-size:11pt; color:blue; font-weight:bold }
.txt11wb { font-size:11pt; color:white; font-weight:bold }
.txt12 { font-size:12pt; color:black }
.txt12b { font-size:12pt; color:black; font-weight:bold }
.txt13 { font-size:13pt; color:black; }
.txt13b { font-size:13pt; color:black; font-weight:bold }
.txt13rb { font-size:13pt; color:red; font-weight:bold }
.txt13bb { font-size:13pt; color:blue; font-weight:bold }
.txt13wb { font-size:13pt; color:white; font-weight:bold }
.txt14b { font-size:14pt; color:black; font-weight:bold }
.txt14rb { font-size:14pt; color:red; font-weight:bold }
.txt14bb { font-size:14pt; color:blue; font-weight:bold }
.txt14gb { font-size:14pt; color:green; font-weight:bold }
.txt14wb { font-size:14pt; color:white; font-weight:bold }
.txt15b { font-size:15pt; color:black; font-weight:bold }
.txt15bb { font-size:15pt; color:blue; font-weight:bold }
.txt15rb { font-size:15pt; color:red; font-weight:bold }
.txt15wb { font-size:15pt; color:white; font-weight:bold }
.txt16b { font-size:16pt; color:black; font-weight:bold }
.txt16bb { font-size:16pt; color:blue; font-weight:bold }
.txt16rb { font-size:16pt; color:red; font-weight:bold }
.txt16wb { font-size:16pt; color:white; font-weight:bold }
.txt20wb { font-size:20pt; color:white; font-weight:bold }
/* 文字書式２ */
.bold { font-weight:bold }

