function pdf_announce(){
	var Win00=window.open("","gate","scrollbars=1,width=600,height=200");
	Win00.document.write('<STYLE TYPE="text/css">\n');
	Win00.document.write('.futoji {font-weight:bold;}\n');
	Win00.document.write('.pdfsetsumei {position:relative;width:95%;background-color:#ffffca;font-size:10pt}\n');
	Win00.document.write('</STYLE>\n');
	Win00.document.write('<BODY bgcolor="#ffffff">\n');
	Win00.document.write('<DIV class="pdfsetsumei">　このファイルには、<SPAN class="futoji">PDFファイル</SPAN>が含まれています。<br>\n');
	Win00.document.write('　<SPAN class="futoji">PDF（Portable Document Format）</SPAN>はアドビシステムズ社が開発した電子文書フォーマットです。<br>\n');
	Win00.document.write('　このファイルをご覧いただくには<SPAN class="futoji">Adobe Acrobat Reader Ver4.0</SPAN>（最新版）が必要です。<BR>\n');
	Win00.document.write('　まだインストールされていない方は，<BR>\n');
	Win00.document.write('<A href="http://www.adobe.co.jp/product/acrobat/readstep.html" target="_blank">Acrobat Reader 4.0 ダウンロードページ<IMG src="http://www.wis-x.co.jp/GETACRO.GIF" width="88" height="31" border="0"></A>より、\n');
	Win00.document.write('お使いのパソコンに<SPAN class="futoji">Adobe Acrobat Reader</SPAN>をインストールするか，\n');
	Win00.document.write('雑誌等の付録CD-ROMから<SPAN class="futoji">Adobe Acrobat Reader</SPAN>をインストールして下さい。\n');
	Win00.document.write('</DIV>\n');
	Win00.document.write('<CENTER>\n');
	Win00.document.write('<FORM><INPUT TYPE="button" Value="閉じる" onClick="self.close()"><BR></FORM>\n');
	Win00.document.write('</CENTER>\n');
	Win00.document.write('</BODY>\n');
	Win00.document.close();
	Win00.focus();
}
