@charset "UTF-8";
/* CSS Document */

.small {
	font-size: 8pt;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
.small_bold {
	font-size: 8pt;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}

.midiam {
	font-size: 10pt;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 11pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

.midiam_bold {
	font-size: 10pt;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 11pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}

.large {
	font-size: 12pt;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 13pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

.large_bold {
	font-size: 12pt;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 13pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
