// Footer

function Footer(){
document.write('<div id="Foot_Container">',
'<div id="Foot_Wrappe">',
'<ul>',
'<li class="point"><a href="http://www.itokin.com/brands/michel_klein/license.html" target="_blank"><img src="../common/img/menu_license_n.gif" alt="LICENSE" width="42" height="12" /></a></li>',
'<li class="point"><a href="../privacy_policy/index.html"><img src="../common/img/menu_privacy_n.gif" alt="PRIVACY POLICY" width="85" height="12" /></a></li>',
'<li class="point"><a href="../site_policy/index.html"><img src="../common/img/menu_site_n.gif" alt="SITE POLICY" width="64" height="12" /></a></li>',
'<li class="point"><a href="https://www.itokin.info/contact/form/contact.php?brandname=MICHELKLEIN" target="_blank"><img src="../common/img/menu_cotact_n.gif" alt="CONTACT US" width="59" height="12" /></a></li>',
'<li><a href="http://michel-klein.com/" target="_blank"><img src="../common/img/menu_france_n.gif" alt="MICHEL KLEIN FRANCE" width="141" height="12" /></a></li>',
'</ul>',
'<div id="CopyLight" class="clearfix">',
'<p><a href="http://www.itokin.com/index.html" target="_blank"><img src="../common/img/menu_itokin_n.gif" alt="Itokin" width="44" height="14" /></a></p>',
'<p><img src="../common/img/copyright.gif" alt="COPYRIGHT &copy; 2009 ITOKIN.ALL RIGHTS RESERVED." width="276" height="14" /></p>',
'</div>',
'</div>',
'</div>'
);
}


// Footer informationカテゴリ用
function Footer_category(){
document.write('<ul class="FootMenu">',
'<li><a href="../../privacy_policy/index.html"><img src="../../common/img/menu_privacy_n.gif" alt="Privacy Policy" width="93" height="9" /></a></li>',
'<li class="MenuMargin"><a href="../../site_policy/index.html"><img src="../../common/img/menu_site_n.gif" alt="Site Policy" width="73" height="9" /></a></li>',
'<li class="MenuMargin"><a href="https://www.itokin.info/contact/form/contact.php?brandname=sybilla" target="_blank"><img src="../../common/img/menu_contact_n.gif" alt="Contact Us" width="65" height="9" /></a></li>',
'<li class="MenuMargin"><a href="http://www.sybilla.es/" target="_blank"><img src="../../common/img/menu_spain_n.gif" alt="Sybilla Spain" width="85" height="9" /></a></li>',
'</ul>',
'<ul>',
'<li><a href="http://www.itokin.com/index.html" target="_blank"><img src="../../common/img/itokin_n.gif" alt="ITOKIN" width="45" height="10" /></a></li>',
'<li class="CopyRight"><img src="../../common/img/copyright.gif" width="277" height="10" alt="CopyRight&copy;2009&nbsp;Itokin.All&nbsp;Rights&nbsp;Reserved." /></li>',
'</ul>');
}


// Footer information下層用
function Footer_under(){
document.write('<ul class="FootMenu">',
'<li><a href="../../../privacy_policy/index.html"><img src="../../../common/img/menu_privacy_n.gif" alt="Privacy Policy" width="93" height="9" /></a></li>',
'<li class="MenuMargin"><a href="../../../site_policy/index.html"><img src="../../../common/img/menu_site_n.gif" alt="Site Policy" width="73" height="9" /></a></li>',
'<li class="MenuMargin"><a href="https://www.itokin.info/contact/form/contact.php?brandname=sybilla" target="_blank"><img src="../../../common/img/menu_contact_n.gif" alt="Contact Us" width="65" height="9" /></a></li>',
'<li class="MenuMargin"><a href="http://www.sybilla.es/" target="_blank"><img src="../../../common/img/menu_spain_n.gif" alt="Sybilla Spain" width="85" height="9" /></a></li>',
'</ul>',
'<ul>',
'<li><a href="http://www.itokin.com/index.html" target="_blank"><img src="../../../common/img/itokin_n.gif" alt="ITOKIN" width="45" height="10" /></a></li>',
'<li class="CopyRight"><img src="../../../common/img/copyright.gif" width="277" height="10" alt="CopyRight&copy;2009&nbsp;Itokin.All&nbsp;Rights&nbsp;Reserved." /></li>',
'</ul>');
}