/*************************/
/* 文字サイズサイズCSS */
/* IE／NN共用　　　　   */
/*************************/

/* 文字サイズ */
.fs09 {
	font-size: 9px !important;
	font-size: 0.6em;
	line-height:150%;
}
.fs10 {
	font-size: 10px !important;
	font-size: 0.7em;
	line-height:150%;
}
.fs12 {
	font-size: 12px !important;
	font-size: 0.8em;
	line-height:150%;
}
.fs14 {
	font-size: 14px !important;
	font-size: 1em;
	line-height:150%;
}
.fs18 {
	font-size: 18px !important;
	font-size: 1.2em;
	line-height:150%;
}
.fs20 {
	font-size: 20px !important;
	font-size: 1.4em;
	line-height:150%;
}
.fs24 {
	font-size: 24px !important;
	font-size: 1.8em;
	line-height:150%;
}

/* ウェイトボールド */
.fb {
	font-weight: bold !important;
}

/* 相対拡縮 */
.fs-ll{font-size:150%;}
.fs-l{font-size:125%;}
.fs-s{font-size:85%;}
