.normal {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
.bold {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-weight: bold;
}
.red {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.midashi {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 16px;
	font-weight: bolder;
	color: #CCCCCC;
	background-color: #666666;
}
.small {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9px;
	font-style: normal;
	line-height: normal;
}
