body {
	color: #74655B;
	font-size: 75%;
	line-height: 1.6;
	font-family: "メイリオ";
}
.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: #CC0000;
}
.text-red-big {
	font-size: 110%;
	font-weight: bold;
	color: #CC0000;
}

.brown-11px {
	font-size: 10px;
	color: #B19D7C;
	text-align: center;
}
.special {
	font-size: 110%;
	line-height: 1.6;
}
