/* 共通設定 */
body {margin:0;}
a {text-decoration: none }
a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #ff0000;}
/* フォントサイズ */
.txt07 {font-size:7pt;}
.txt08 {font-size:8pt;}
.txt09 {font-size:9pt;}
.txt10 {font-size:10pt;}
.txt11 {font-size:11pt;}
.txt12 {font-size:12pt;}
.txt15 {font-size:15pt;}
.txt18 {font-size:18pt;}
/* フォントサイズ(色つき) */
.txt07_r {font-size:7pt; color:#ff0000;}
.txt08_r {font-size:8pt; color:#ff0000;}
.txt09_r {font-size:9pt; color:#ff0000;}
.txt10_r {font-size:10pt; color:#ff0000;}
.txt11_r {font-size:11pt; color:#ff0000;}
.txt11_gy {font-size:11pt; color:#808080;}
.txt12_r {font-size:12pt; color:#ff0000;}
.txt15_r {font-size:15pt; color:#ff0000;}
.txt18_r {font-size:18pt; color:#ff0000;}
/* フォントサイズ&行の高さ */
.txt09_ls_blk {font-size:9pt; line-height:1.3;}
.txt10_ls_blk {font-size:10pt; line-height:1.2;}
.txt11_ls_blk {font-size:11pt; line-height:1.2;}
.txt10_ls_gy {font-size:10pt; color:#696969; line-height:1.2;}
.txt11_ls_gy {font-size:11pt; color:#696969; line-height:1.2;}
/* テーブルの設定 */
.table01 {border-collapse:separate;border:1pt solid red;}
/* ボーダー色の設定 */
.border_black{border:1px solid #000000;padding:3px;}
.border_black02{border:1px solid #000000;}
.border_green{border:1px solid #006400;}
.border_dorange{border:1px solid #FF8C00;}
.border_gray{border:1px solid #808080;padding:3px;}
