body { font-family: ＭＳ Ｐゴシック }

A:link { color: green; }
A:visited { color: blue; }
A:active { color: red; text-decoration: underline}
A:hover { color: red; text-decoration: underline} 


/*  見出し用大きいテキスト(FONT SIZE LV5) */
.size5{
	font-size: 14pt;
	line-height: 120%;
}

/*  少し大きめのテキスト(FONT SIZE LV4) */
.size4{
	font-size: 13pt;
	line-height: 120%;
}

/*  デフォルトテキスト(FONT SIZE LV3) */
.size3{
	font-size: 12pt;
	line-height: 120%;
}

/*  少し小さめのテキスト(FONT SIZE LV2) */
.size2{
	font-size: 10pt;
	line-height: 120%;
}

/*  小さいテキスト(FONT SIZE LV1) */
.size1{
	font-size: 8pt;
	line-height: 120%;
}



