body {
	font-size:14px;
	}

/*　文字サイズのボタン　*/

.changecss a.small{background-image:url(images/common/moji_s.jpg);}
.changecss a:hover.small{background-image:url(images/common/moji_so.jpg);}

.changecss a.medium{background-image:url(images/common/moji_mo.jpg);}
.changecss a:hover.medium{background-image:url(images/common/moji_mo.jpg);}

.changecss a.large{background-image:url(images/common/moji_l.jpg);}
.changecss a:hover.large{background-image:url(images/common/moji_lo.jpg);}

/*　文字サイズ変更　*/

.changecss {
	height:24px;
	}

.changecss img {
	float:left;
	}

.small,
.medium,
.large {
	float:left;
	height:24px;
	text-indent:-9999px;
	}

.small  { width:23px; }
.medium { width:23px; }
.large  { width:23px; }