document.write("<span class=\"font-txt\">文字サイズの変更:</span><span class=\"font-small\"><a href=\"javascript:void(0)\" onclick=\"setActiveStyleSheet('small'); return false;\" onkeypress=\"setActiveStyleSheet('small'); return false;\" title=\"文字サイズを小さくする\">小</a></span><span class=\"font-normal\"><a href=\"javascript:void(0)\" onclick=\"setActiveStyleSheet('normal'); return false;\" onkeypress=\"setActiveStyleSheet('normal'); return false;\" title=\"文字サイズを標準サイズにする\">中</a></span><span class=\"font-large\"><a href=\"javascript:void(0)\" onclick=\"setActiveStyleSheet('large'); return false;\" onkeypress=\"setActiveStyleSheet('large'); return false;\" title=\"文字サイズを大きくする\">大</a></span>");