/* 白8 */
.white8 {
	font-size: 8pt;
	color:#FFFFFF;
	line-height: 100%
}

/* 白10 */
.white10 {
	font-size: 10pt;
	color:#FFFFFF;
	line-height: 130%
}

/* 灰10 */
.gray10 {
	font-size: 10pt;
	color:#B2B2B2;
	line-height: 130%
}

/* 黒8 */
.black8 {
	font-size: 8pt;
	color:#000000;
	line-height: 100%
}

/* 黒10 */
.black10 {
	font-size: 10pt;
	color:#000000;
	line-height: 130%
}

/* 黒10B */
.black10b {
	font-size: 10pt;
	color:#000000;
	line-height: 130%;
	font-weight: bold
}

/* 赤10 */
.red10 {
	font-size: 10pt;
	color:#FF0000;
	line-height: 130%
}

/* 白12 */
.white12 {
	font-size: 12pt;
	color:#FFFFFF;
	line-height: 140%
}

/* 白10B */
.white10b {
	font-size: 10pt;
	color:#FFFFFF;
	line-height: 130%;
	font-weight: bold
}

/* 白12B */
.white12b {
	font-size: 12pt;
	color:#FFFFFF;
	line-height: 130%;
	font-weight: bold
}

/* 白14B */
.white14b {
	font-size: 14pt;
	color:#FFFFFF;
	line-height: 130%;
	font-weight: bold
}

/* 黄色10 */
.yellow10 {
	font-size: 10pt;
	color:#F8F505;
	line-height: 130%
}
