/* 基本フォントサイズ */
.Ft10 { font-size:86%; }
.Ft10l { font-size:86%; line-height:150%; }
.Ft12 { font-size:100%; }
.Ft12l { font-size:100%; line-height:150%; }
.Ft14 { font-size:113%; }
.Ft14l { font-size:113%; line-height:150%; }
.Ft16 { font-size:125%; }
.Ft16l { font-size:125%; line-height:150%; font-weight:bold; }
.Ft18 { font-size:138%; }
.Ft18l { font-size:138%; line-height:150%; }

/* 文字サイズ変更ボタン用画像配置 */
div#Header td.smallButton a {
	background-position:left top;
	}
div#Header td.mideumButton a {
	background-position:left top;
	}
div#Header td.largeButton a {
	background-position:left bottom;
	}
