/* -----------------------行間アップ指示ここから------------------------ */
.heightup { line-height: 120% }
.heightup120 { line-height: 120% }
.heightup140 { line-height: 140% }
/* -----------------------行間アップ指示ここまで------------------------ */

/* -----------------------通常のリンク形式ここから------------------------ */
A:link { color:#6666FF; text-decoration:underline; }
A:active { color:#6666FF; text-decoration:underline; }
A:visited { color:#6666FF; text-decoration:underline; }
A:hover { color:#6666FF; text-decoration:none; }
/* -----------------------通常のリンク形式ここまで------------------------ */

/* --------------------フォントサイズの指定ここから----------------------- */
.FontSize1 {
	font-size: 8pt;
	line-height: 160%;
}
.FontSize2 {  font-size: 10pt }
.FontSize2-2 {  font-size: 10pt; line-height: 160% }
.FontSize3 {  font-size: 12pt }
.FontSize4 {  font-size: 14pt }
/* --------------------フォントサイズの指定ここまで----------------------- */

body {margin: 0px; padding: 0px}
.fontsize5 {
	font-size: 10pt;
	line-height: 140%;
}
