/*  すごく大きいテキスト(FONT SIZE LV7) */
.css7{
	font-size: 18pt;
	line-height: 22pt;
}

/*  大きいテキスト(FONT SIZE LV6) */
.css6{
	font-size: 14pt;
	line-height: 18pt;
}

/*  大きめのテキスト(FONT SIZE LV5) */
.css5{
	font-size: 13pt;
	line-height: 16pt;
}

/*  少し大きめのテキスト(FONT SIZE LV4) */
.css4{
	font-size: 11pt;
	line-height: 15pt;
}

/*  デフォルトテキスト(FONT SIZE LV3) */
.css3{
	font-size: 10pt;
	line-height: 13pt;
}

/*  少し小さめのテキスト(FONT SIZE LV2) */
.css2{
	font-size: 9pt;
	line-height: 12pt;
}

/*  少し小さめのテキスト(FONT SIZE LV2) */
.css2w{
	font-size: 9pt;
	line-height: 12pt;
	color:#ffffff;
}

/*  少し小さめのテキスト赤(FONT SIZE LV2) */
.css2r{
	font-size: 9pt;
	line-height: 12pt;
	color:#ff0000;
}

/*  小さいのテキスト(FONT SIZE LV1) */
.css1{
	font-size: 8pt;
	line-height: 10pt;
}

/*  小さいのテキストホワイト(FONT SIZE LV1) */
.css1w{
	font-size: 8pt;
	line-height: 10pt;
	color:#ffffff;
}

/*  小さい英字のテキスト(FONT SIZE LV0) */
.css0{
	font-size: 7pt;
	line-height: 7pt;
}
/*  小さい英字のテキストホワイト(FONT SIZE LV0) */
.css0w{
	font-size: 7pt;
	line-height: 7pt;
	color:#ffffff;
}
/*  小さいのテキストピクセル指定(FONT SIZE LV1) */
.css1p{
	font-size: 10px;
	line-height: 10px;
	color:#000000;
}



