body { font-family: ＭＳ Ｐゴシック }

/*  見出し用大きいテキスト(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: 14px;
	line-height: 140%;
}

/*  少し小さめのテキスト(FONT SIZE LV2) */
.size2{
	font-size: 10pt;
	line-height: 130%;
}

/*  小さいテキスト(FONT SIZE LV1) */
.size1{
	font-size: 8pt;
	line-height: 120%;
}

/*  強調見出し用大きいテキスト(FONT SIZE LV5) */
.strong-size5{
	font-size: 14pt;
	line-height: 120%;
	font-weight: bold;
}

/*  強調少し大きめのテキスト(FONT SIZE LV4) */
.strong-size4{
	font-size: 13pt;
	line-height: 120%;
	font-weight: bold
}

/*  強調デフォルトテキスト(FONT SIZE LV3) */
.strong-size3{
	font-size: 12pt;
	line-height: 120%;
	font-weight: bold
}

/*  強調少し小さめのテキスト(FONT SIZE LV2) */
.strong-size2{
	font-size: 10pt;
	line-height: 120%;
	font-weight: bold
}

/*  強調小さいテキスト(FONT SIZE LV1) */
.strong-size1{
	font-size: 8pt;
	line-height: 120%;
	font-weight: bold
}
