@charset "utf-8";

/*	フォント関係のスタイルを定義します。		*/

html	{
	line-height		: 1.5;
	font-family		: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size		: 95%;
}

.c-red {
	color:		#F00;
}

.f-bold {
	font-weight:	bold;
}

.t-center {
	text-align:		center;
}

.size-bigger {
	font-size:		x-large;
}

.fs-10pt {
	font-size:	10px;
}