/* 黒10 */
.black10 {
	font-size: 10pt;
	color:#000000;
	line-height: 130%
}

/* 黒10 */
.black10b {
	font-size: 10pt;
	color:#000000;
	line-height: 130%;
	font-weight: bold
}

/* 白10 */
.white10 {
	font-size: 10pt;
	color:#FFFFFF;
	line-height: 130%
}

/* 白10 */
.white10b {
	font-size: 10pt;
	color:#FFFFFF;
	line-height: 130%;
	font-weight: bold
}

/* 黒8 */
.black8 {
	font-size: 8pt;
	color:#000000;
	line-height: 130%
}
/* グレー10 */
.gray10 {
	font-size: 10pt;
	color:#333333;
	line-height: 130%