document.open();
document.write('<dl id="hFontsize">');
document.write('<dt><img src="/_new/common/img/ttl_fontsize.png" width="52" height="19" alt="文字の大きさを変更" /></dt>');
document.write('<dd>');
document.write('<span class="sizeS" id="small"><img src="/common/img/btn_fontsizeS.png" width="19" height="19" alt="文字サイス：小" /></span>');
document.write('<span class="sizeM" id="medium"><img src="/common/img/btn_fontsizeM.png" width="19" height="19" alt="文字サイス：中" /></span>');
document.write('<span class="sizeL" id="large"><img src="/common/img/btn_fontsizeL.png" width="19" height="19" alt="文字サイス：大" /></span>');
document.write('</dd>');
document.write('</dl>');
document.close();

