
h1 { font-size:10pt;margin:0px; }

h2 { font-size:12pt;margin:0px; }

h3 { font-size:12pt;margin:0px; }

h4 { font-size:12pt;margin:0px; }

h5 { font-size:12pt;margin:0px; }

h6 { font-size:12pt;margin:0px; }





/*↓最小文字サイズ*/
.FSS {font-size:9pt;}

/*↓小文字サイズ、行間設定なし*/
.FScap {font-size:10pt;}

/*↓小文字サイズ、行間14pt*/
.FS {font-size:10pt;line-height:14pt;}

/*↓標準サイズ、行間設定なし*/
.FMcap {font-size:12pt;}

/*↓標準サイズ、行間18pt*/
.FM {font-size:12pt;line-height:18pt;}

/*↓見出しサイズ、行間21pt、太字*/
.FL{font-size:16pt;line-height:21pt;font-weight:bold;}

/*↓見出しサイズ色ピンク、行間21pt、太字*/
.FLpink{font-size:16pt;line-height:21pt;font-weight:bold;color:#FF6666;}

/*↓見出し大サイズ、行間24pt、太字*/
.FXL{font-size:21pt;line-height:24pt;font-weight:bold;}

/*↓見出し大サイズ色赤、行間24pt、太字*/
.FXLred{font-size:21pt;line-height:24pt;font-weight:bold;color:#CC0000;}

/*↓見出し大サイズ色ブルー、行間24pt、太字*/
.FXLblue{font-size:21pt;line-height:24pt;font-weight:bold;color:#5580D4;}

/*↓リンク色設定*/
a:link { color:#0000FF}

/*↓訪問済みリンク色設定*/
a:visited { color:#007BC2}

/*↓カーソル当てた時のリンク色設定、下線なし*/
a:hover,a:active { color:#FF3300; text-decoration:none}