/* 
fontsize-switch		:		変更不可
fontsize-btn			:		変更不可
※Yahoo!サイトサーチから引用するファイル(fs_generate_sitesearch.js)との2重管理運用。
*/

document.write('<dl id="fontsizeSwitch">');
document.write('<dt><img src="/common/images/header_ic01.gif" alt="文字サイズ変更" width="53" height="24" /></dt>');
document.write('<dd id="fontSmall" class="fontsizeBtn"><img src="/common/images/header_bt07.gif" alt="標準" width="37" height="24" class="rollover" /></dd>');
document.write('<dd id="fontMedium" class="fontsizeBtn"><img src="/common/images/header_bt01.gif" alt="大" width="34" height="24" class="rollover" /></dd>');
document.write('<dd id="fontLarge" class="fontsizeBtn"><img src="/common/images/header_bt02.gif" alt="最大" width="36" height="24" class="rollover" /></dd>');
document.write('</dl>');
