   function clip_copy2() {
if (document.all && navigator.userAgent.match(/windows/i) && document.tag.area2.value) {
      copy_tag = document.tag.area2.createTextRange()
      copy_tag.execCommand("Copy")
      alert("その1 文字サイズ2のタグをコピーしました! あとは貼り付けるだけです。");
     }
   }