/*  見出し用大きいテキスト(FONT SIZE LV5) */
.style5{
	font-size: 14pt;
	line-height: 16pt;
}

/*  少し大きめのテキスト(FONT SIZE LV4) */
.style4{
	font-size: 12pt;
	line-height: 14pt;
}

/*  デフォルトテキスト(FONT SIZE LV3) */
.style3{
	font-size: 10pt;
	line-height: 14pt;
}

/*  少し小さめのテキスト(FONT SIZE LV2) */
.style2{
	font-size: 9pt;
	line-height: 11pt;
}

/*  小さいのテキスト(FONT SIZE LV1) */
.style1{
	font-size: 8pt;
	line-height: 10pt;
}
