/*擬似クラスの設定*/

A:hover {color:red;}

/*設定*/

BODY {font-size:10pt;background-color:white;}  /*font size="2"相当*/
/*<B>はHTML4.01規格なので使用する*/

TABLE {font-size:10pt;background-color:white;} 

.prm1 {font-size:8pt;}  /*font size="1"弱相当*/
.prm201 {font-size:8pt;color:blue;}  /*ｻｲｽﾞ1色ﾌﾞﾙｰ*/
.prm202 {font-size:10pt;color:orangered;font-weight:bold;}  /*ｻｲｽﾞ1ｵﾚﾚｯﾄﾞ太字*/
.prm203 {font-size:10pt;color:blue;font-weight:bold;}  /*ｻｲｽﾞ1色ﾌﾞﾙｰ太字*/
.lm1 {font-size:8pt;color:teal;}  /*ｻｲｽﾞ1の更新日時*/
.lm2 {font-size:10pt;color:teal;}  /*ｻｲｽﾞ2の更新日時*/

.prm3 {font-family:MS ゴシック;text-indent:1em;} /*ｲﾝﾃﾞﾝﾄ入り*/
.prm4 {font-size:16pt;}  /*ｻｲｽﾞ5相当*/
.prm5 {font-size:10pt;color:gray;}  /*ｻｲｽﾞ2ｸﾞﾚｲ*/
.prm6 {font-size:10pt;color:silver;}  /*ｻｲｽﾞ2ｼﾙﾊﾞｰ*/
.prm7 {line-height:150%;}  /*行間調整*/
.prm8 {line-height:120%;}  /*行間調整*/
.prm18 {line-height:50%;}  /*行間調整*/

.prm9 {font-size:10pt;color:teal;}  /*ｻｲｽﾞ2teal*/
.prm10 {font-size:10pt;color:navy;}  /*ｻｲｽﾞ2navy*/
.prm11 {font-size:10pt;color:blue;}  /*ｻｲｽﾞ2blue*/
.prm12 {font-size:10pt;color:orangered;}  /*ｻｲｽﾞ2orangered*/
.prm13 {font-size:9pt;}  /*ｻｲｽﾞ1.5相当*/
.prm14 {font-size:10pt;color:red;}  /*ｻｲｽﾞ2赤*/
.prm15 {text-indent:1em;font-size:10pt;color:gray;}  /*ｲﾝﾃﾞﾝﾄｻｲｽﾞ2ｸﾞﾚｲ*/
.prm16 {font-size:10pt;color:violet;}  /*ｻｲｽﾞ2赤*/
.prm17 {text-indent:1em;font-size:10pt;color:silver;}  /*ｲﾝﾃﾞﾝﾄｻｲｽﾞ2ｼﾙﾊﾞｰ*/

/*以前の設定。徐々に整理すること*/


.para3 {color:darkmagenta;font-size:x-small;font-weight:900;}
.para4 {color:saddlebrown;font-size:x-small;font-weight:900;}
.para5 {color:springgreen;font-size:x-small;font-weight:900;}
.para6 {color:tomato;font-size:x-small;font-weight:900;}
.para7 {font-weight:900;}
.para8 {text-indent:1em;line-height:11pt;}
.para9 {line-height:14pt;}
.para10 {line-height:20pt;}


