﻿///////////////////////////////////////////////////////////////////////
// Info: 社内行事のアンダーナビゲーションのメニューを表示する。
///////////////////////////////////////////////////////////////////////

document.write('<div id="under_navi_box">',
'<a href="' + URL_D1 + 'index.html" style="color: #888888">社内行事&nbsp;-目録-</a>',
'<br />',
'<a href="' + URL_D1 + 'activity_5s/index.html">５Ｓ活動</a>&nbsp;|&nbsp;',
'<a href="' + URL_D1 + 'activity_qc/index.html">QC活動</a>&nbsp;|&nbsp;',
'<a href="' + URL_D1 + 'iso_promotion/index.html">ISO推進室</a>&nbsp;|&nbsp;',
'<a href="' + URL_D1 + 'seihuukai/index.html">清風会</a>&nbsp;|&nbsp;',
'<a href="' + URL_D1 + 'theme_talk/index.html">テーマトーク</a>&nbsp;|&nbsp;',
'<a href="' + URL_D1 + 'other/index.html">その他の行事</a>&nbsp;|&nbsp;',
'<a href="' + URL_D1 + 'report/index.html">レポート</a>',
'</div>');

