//あ
function footer(){
    //foot
    document.write([
        '        <table width="850" border="0" cellspacing="0" cellpadding="0">',
        '          <tbody>',
        '            <tr>',
        '              <td colspan="6"><img src="../img/spacer.gif" width="1" height="10" /><\/td>',
        '            <\/tr>',
        '            <tr>',
        '              <td colspan="6" align="center" valign="middle">| <a href="/" class="bodyLink">TOP<\/a> | <a href="/brand/" class="bodyLink">ブランド一覧<\/a> | <a href="/campaign/" class="bodyLink"> キャンペーン<\/a> | <a href="/cm/" class="bodyLink"> コマーシャル情報<\/a>  | <a href="../jewel/heartarrow.html" class="bodyLink">宝石情報<\/a> | <a href="http://gemart.jp/" target="_blank" class="bodyLink">オンライン通販<\/span><\/a> | <a href="http://www.gemcerey-recruit.jp/" target="_blank" class="bodyLink">採用情報<\/a> | <a href="http://gemcerey-no1.jp/" target="_blank" class="bodyLink"> 社長ブログ<\/a> |<br /><br /><\/td>',
        '            <\/tr>',
        '            <tr>',
        '              <td height="1" colspan="6" bgcolor="#CCCCCC"><img src="../img/spacer.gif" width="197" height="1" /><\/td>',
        '            <\/tr>',
        '            <tr>',
        '              <td width="137"><a href="/company/"><img src="../img/foot_company.gif" name="foot_company" border="0" id="foot_company" onmouseover="MM_swapImage(\'foot_company\',\'\',\'../img/foot_company_f2.gif\',1)" onmouseout="MM_swapImgRestore()" /><\/a><\/td>',
        '              <td width="107"><a href="/privacy/"><img src="../img/foot_privacy.gif" name="foot_privacy" width="107" height="39" border="0" id="foot_privacy" onmouseover="MM_swapImage(\'foot_privacy\',\'\',\'../img/foot_privacy_f2.gif\',1)" onmouseout="MM_swapImgRestore()" /><\/a><\/td>',
        '              <td width="101"><a href="/term/"><img src="../img/foot_term.gif" name="foot_term" width="100" height="39" border="0" id="foot_term" onmouseover="MM_swapImage(\'foot_term\',\'\',\'../img/foot_term_f2.gif\',1)" onmouseout="MM_swapImgRestore()" /><\/a><\/td>',
        '              <td width="85"><a href="../../contact/info.php"><img src="../img/foot_contact.gif" name="foot_contact" width="85" height="39" border="0" id="foot_contact" onmouseover="MM_swapImage(\'foot_contact\',\'\',\'../img/foot_contact_f2.gif\',1)" onmouseout="MM_swapImgRestore()" /><\/a><\/td>',
        '              <td width="197"><img src="../img/spacer.gif" width="197" height="1" /><\/td>',
        '              <td width="223"><img src="../img/foot_copy.gif" width="222" height="39" /><\/td>',
        '            <\/tr>',
        '            <tr>',
        '              <td height="1" colspan="6" bgcolor="#CCCCCC"><img src="../img/spacer.gif" width="197" height="1" /><\/td>',
        '            <\/tr>',
        '            <tr>',
        '              <td colspan="6" align="center"><p><img src="../img/spacer.gif" width ="1" height="30" /><span class="foot">商品のご購入は<a href="http://gemart.jp/">オンライン通販サイトジェマート<\/a>またはお近くのGemCEREY店舗までお願いします。<\/span><\/p><br /><br /><\/td>',
        '            <\/tr>',
        '          <\/tbody>',
        '        <\/table>',
        //table end

        //margin
        '      <\/td>',
        '      <td bgcolor="#FFFFFF"><img src="../img/spacer.gif" width="30" height="1" /><\/td>',
        '    <\/tr>',
        '  <\/tbody>',
        '<\/table>'
        ].join("\r\n"));
}

