/*  見出し用大きいテキスト(FONT SIZE LV5) */
.css5{
	font-size: 14pt;
	line-height: 16pt;
}
/*  少し大きめのテキスト(FONT SIZE LV4) */
.css4{
	font-size: 12pt;
	line-height: 14pt;
}
/*  デフォルトテキスト(FONT SIZE LV3) */
.css3{
	font-size: 10pt;
	line-height: 12pt;
}
/*  少し小さめのテキスト(FONT SIZE LV2) */
.css2{
	font-size: 9pt;
	line-height: 11pt;
}
/*  小さいのテキスト(FONT SIZE LV1) */
.css1{
	font-size: 8pt;
	line-height: 10pt;
}

/*  WDC用デフォルトサイズ */
.wdc{
	font-size: 9pt;
	line-height: 12pt;
}

/*  WDC用デフォルトサイズナロー版 */
.wdcn{
	font-size: 9pt;
}

/*  WDC用デフォルトサイズワイド版 */
.wdcw{
	font-size: 9pt;
	line-height: 13pt;
}
