
/*-------------------------------------------------
トップメニュー
--------------------------------------------------*/
document.write("<DIV class='header_box fs02'>");
document.write("<UL>");
document.write("<LI class='menu01'><A href='index_01.html'>HOME</A>");
document.write("<LI class='menu02'><A href='P1_ir0.html'>企業情報</A>");
document.write("<LI class='menu02'><A href='P1_recrute.html'>採用情報</A>");
document.write("<LI class='menu03'><A href='index_02.html'>取扱商品</A>");
document.write("<LI class='menu02'><A href='P1_announce_1.html'>お問合せ</A>");
document.write("</UL>");
document.write("</DIV>");

