body {
	color: #555;
	font-size: 80%;
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.small {
	font-size: 80%;
}
.large {
	font-size: 120%;
}
.large-b {
	font-size: 120%;
	font-weight: bold;
}
.large-b-blue {
	font-size: 120%;
	font-weight: bold;
	color: #4B71C0;
}
.text-red {
	color: #FF0000;
}
.footer_text {
	font-size: 11px;
	line-height: 2.4;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

