// 会社情報ヘッダー

function CompanyTop_Head(){
document.write('<div id="header">',
'<div id="header_left"><a href="../index.html" target="_self"><img src="../common/img/logo.jpg" alt="Itokin" /></a></div>',
'<div id="header_right1">',
'<div class="header_right1"><a href="../index.html" target="_self"><img src="../common/img/home_n.gif" alt="Home" /></a></div>',
'<!--div class="header_right2"><a href="#" target="_self"><img src="../img/online.jpg" alt="オンライン会員登録" /></a></div-->',
'</div>',
'</div>',
'<div id="navi">',
'<ul>',
'<li><a href="../information/index.html"><img src="../common/img/information_n.jpg" alt="information インフォメーション" width="165" height="55" border="0"/></a></li>',
'<li><a href="../company/index.html"><img src="../common/img/company_o.jpg" alt="Company 会社情報" width="157" height="55" border="0"/></a></li>',
'<li><a href="/cgi-bin/ntlinktrack.cgi?http://www.itokin-saiyo.com/top.html" target="_blank"><img src="../common/img/recruit_n.jpg" alt="Recruit 採用情報" width="157" height="55" border="0"/></a></li>',
'<li><a href="../brands/index.html"><img src="../common/img/brands_n.jpg" alt="Brands ブランド情報" width="157" height="55" border="0" class="imgover" /></a></li>',
'<li><a href="../care/index.html"><img src="../common/img/contents_n.jpg" alt="Contents コンテンツ" width="164" height="55" border="0"/></a></li>',
'</ul>',
'</div>');
}


// 会社情報右メニュー

function Company_Right(){
document.write('<div id="colum5">',
'<div class="company_jouhou"><img src="img/gaiyou.jpg" alt="Company -会社情報-" /></div>',
'<div id="brands2">',
'<a href="message.html"><img src="img/company01_n.gif" alt="トップメッセージ" width="197" height="26" border="0"/></a><br />',
'<a href="profile.html"><img src="img/company02_n.gif" alt="会社概要" width="197" height="26" border="0"/></a><br />',
'<a href="history.html"><img src="img/company03_n.gif" alt="沿革　-イトキンのあゆみ-" width="197" height="26" border="0"/></a><br />',
'<a href="internal.html"><img src="img/company04_n.gif" alt="国内ネットワーク" width="197" height="26" border="0"/></a><br />',
'<a href="global.html"><img src="img/company05_n.gif" alt="グローバルネットワーク" width="197" height="26" border="0"/></a><br />  ',
'<div class="company_banner1"><a href="idea.html"><img src="img/ideaproject.jpg" alt="ITOKIN IDEA PROJECT" /></a></div>',
'<div class="company_banner1"><a href="/cgi-bin/ntlinktrack.cgi?http://www.itokin.cn/" target="_blank"><img src="img/itokin_cn.gif" alt="イトキン 中国サイト" /></a></div>',
'</div>',
'</div>');
}


// 会社情報ーフッター

function Company_Foot(){
document.write('<div id="footer">',
'<div id="footer1">',
'<div id="footer_left"><a href="../index.html"><img src="../common/img/logo_s.jpg" alt="Itokin" /></a></div>',
'<div id="footer_right">',
'<div id="footer_menu1">',
'<div id="navi_footer">',
'<ul>',
'<li><a href="../information/index02.html"><img src="../common/img/oshirase_n.gif" alt="お客様へ重要なお知らせ" width="143" height="18" border="0"/></a></li>',
'<li><a href="../privacypolicy/index.html"><img src="../common/img/privacy_n.gif" alt="プライバシーポリシー" width="138" height="18" border="0"/></a></li>',
'<li><a href="../sitepolicy/index.html"><img src="../common/img/sitepolicy_n.gif" alt="サイトポリシー" width="106" height="18" border="0"/></a></li>',
'<li><a href="/cgi-bin/ntlinktrack.cgi?https://www.itokin.info/contact/form/contact.php"><img src="../common/img/toiawase_n.gif" alt="お問い合わせ" width="96" height="18" border="0"/></a></li>',
'<li><a href="/cgi-bin/ntlinktrack.cgi?http://www.itokin.cn/" target="_blank"><img src="../common/img/china_n.gif" alt="中国サイト" width="75" height="18" border="0"/></li>',
'</ul>',
'</div>',
'</div>',
//'<div id="footer_menu2"></div>',
'<div id="footer_menu3"><img src="../common/img/copy.gif" alt="COPYRIGHT © 1996-2010 ITOKIN.ALL RIGHTS RESERVED." /></div>',
'</div>',
'</div>',
'</div>');
}
