/* 白10 */
.white10 {
	font-size: 10pt;
	color:#FFFFFF;
	line-height: 130%
}

/* 灰10 */
.gray10 {
	font-size: 10pt;
	color:#B2B2B2;
	line-height: 130%
}

/* 黒10 */
.black10 {
	font-size: 10pt;
	color:#000000;
	line-height: 130%
}


/* 黒12 */
.black12 {
	font-size: 12pt;
	color:#000000;
	line-height: 130%
}


/* 白10B */
.white10b {
	font-size: 10pt;
	color:#FFFFFF;
	line-height: 130%;
	font-weight: bold
}



/* 白12 */
.white12 {
	font-size: 12pt;
	color:#FFFFFF;
	line-height: 140%
}


/* 白12 */
.white12b {
	font-size: 12pt;
	color:#FFFFFF;
	line-height: 140%;
	font-weight: bold
}


/* 緑10 */
.green10 {
	font-size: 10pt;
	color:#7CFF7C;
	line-height: 120%
}

/* 白9 */
.white9 {
	font-size: 9pt;
	color:#FFFFFF;
	line-height: 130%
}