/*************************/
/* 文字サイズサイズCSS */
/* IE／NN共用　　　　   */
/*************************/

/* 文字サイズ */
.fs09 {
	font-size: 9px !important;
	
	line-height:150%;
}
.fs10 {
	font-size: 10px !important;
	
	line-height:150%;
}
.fs11 {
	font-size: 11px !important;
	
	line-height:150%;
}

.fs12 {
	font-size: 12px !important;
	font-size: 0.8em;
	line-height:150%;
}

.fs10m {
	font-size: 10px !important;
	font-size: 0.7em;
	line-height:150%;
}
.fs14 {
	font-size: 14px !important;
	font-size: 1em;
	line-height:150%;
}
.fs16 {
	font-size: 16px !important;
	font-size: 1em;
	line-height:120%;
}
.fs18 {
	font-size: 18px !important;
	font-size: 1.2em;
	line-height:110%;
}
.fs20 {
	font-size: 20px !important;
	font-size: 1.4em;
	line-height:150%;
}
.fs24 {
	font-size: 24px !important;
	font-size: 1.8em;
	line-height:150%;
}
.fs30 {
	font-size: 30px !important;
	

}

/* ウェイトボールド */
.fb {
	font-weight: bold;
}
