// JavaScript Document
function footer()
{
//フッタ
//Adobe
html = '<table width="760" border="0" cellspacing="0" cellpadding="0">'
+ '<tr>'
+ '<td colspan="5" height="19">'
+ '<img src="http://www.benesse.co.jp/common/spacer.gif" alt="" width="1" height="20" border="0">'
+ '</td>'
+ '</tr>'
+ '<tr>'
+ '<td rowspan="4">'
+ '<img src="http://www.benesse.co.jp/common/spacer.gif" width="20" height="1" alt="">'
+ '</td>'
+ '<td colspan="3" bgcolor="#4388de">'
+ '<img src="http://www.benesse.co.jp/common/spacer.gif" width="1" height="1" alt="">'
+ '</td>'
+ '<td rowspan="4">'
+ '<img src="http://www.benesse.co.jp/common/spacer.gif" width="20" height="1" alt="">'
+ '</td>'
+ '</tr>'
+ '<tr>'
+ '<td colspan="3">'
+ '<img src="http://www.benesse.co.jp/common/spacer.gif" width="1" height="8" alt="">'
+ '</td>'
+ '</tr>'
+ '<tr>'
+ '<td valign="top">'
+ '<a href="http://www.adobe.co.jp/products/acrobat/readstep2.html" target="new">'
+ '<img src="http://www.benesse.co.jp/common/ico_adbe.gif" alt="Adobe Reager" width="70" height="26" border="0">'
+ '</a>'
+ '</td>'
+ '<td valign="top"><img src="http://www.benesse.co.jp/common/spacer.gif" width="10" height="1" alt="">'
+ '</td>'
+ '<td class="size10">'
+ '<strong class="blackA">'
+ '<a href="http://www.adobe.co.jp/products/acrobat/readstep2.html" target="new">Adobe Readerのダウンロードはこちら</a>'
+ '</strong>'
+ '<br>'
+ 'ご利用の環境により、「会社案内」を開けない場合があります。その場合は、Windowsご利用の方は各データ名の箇所で「右クリック」−「対象をファイルに保存」を選択することで、一度、ご利用のパソコンに保存した後、Adobe Readerでご覧ください。'
+ '</td>'
+ '</tr>'
+ '<tr>'
+ '<td colspan="3">'
+ '<img src="http://www.benesse.co.jp/common/spacer.gif" width="1" height="5" alt="">'
+ '</td>'
+ '</tr>'
+ '</table>'



+ '<table width="764" border="0" cellspacing="0" cellpadding="0">'
+ '<tr>'
+ '<td>'
+ '<img src="http://www.benesse.co.jp/common/ft_line_01.gif" width="763" height="12" alt="">'
+ '</td>'
+ '</tr>'
+ '</table>'
+ '<table width="760" border="0" cellspacing="0" cellpadding="0">'
+ '<tr>'
+ '<td>'
+ '<a href="http://www.benesse.co.jp/privacy/index.html"><img src="http://www.benesse.co.jp/common/ft_privacy.gif" title="個人情報保護への取り組みについて" width="167" height="15" border="0">'
+ '</a>'
+ '</td>'
+ '<td>'
+ '<a href="http://benesse.jp/index.html" target="new">'
+ '<img src="http://www.benesse.co.jp/common/ft_education.gif" title="Benesse教育情報サイト" width="125" height="15" border="0">'
+ '</a>'
+ '</td>'
+ '<td>'
+ '<img src="http://www.benesse.co.jp/common/spacer.gif" alt="" width="219" height="1" border="0">'
+ '</td>'
+ '<td>'
+ '<img src="http://www.benesse.co.jp/common/ft_copy.gif" title="&copy;Benesse Corporation 2005.All rights reserved." width="251" height="15" border="0">'
+ '</td>'
+ '</tr>'
+ '<tr>'
+ '<td colspan="4"><img src="http://www.benesse.co.jp/common/spacer.gif" alt="" width="1" height="5" border="0">'
+ '</td>'
+ '</tr>'
+ '<tr>'
+ '<td colspan="4" bgcolor="#ccd6e0">'
+ '<img src="http://www.benesse.co.jp/common/spacer.gif" alt="" width="1" height="1" border="0">'
+ '</td>'
+ '<tr>'
+ '<td colspan="4">'
+ '<img src="http://www.benesse.co.jp/common/spacer.gif" alt="" width="1" height="20" border="0">'
+ '</td>'
+ '</tr>'
+ '</table>'

//書き出し
document.write( html )
}


function footer_ENG()
{
//フッタ
//Adobe
html = '<table width="764" border="0" cellspacing="0" cellpadding="0">'
+ '<tr>'
+ '<td>'
+ '<img src="http://www.benesse.co.jp/english/common/spacer.gif" alt="" width="1" height="20" border="0">'
+ '</td>'
+ '</tr>'
+ '<tr>'
+ '<td>'
+ '<img src="http://www.benesse.co.jp/english/common/ft_line_01.gif" width="763" height="12" alt="">'
+ '</td>'
+ '</tr>'
+ '</table>'
+ '<table width="760" border="0" cellspacing="0" cellpadding="0">'
+ '<tr>'
+ '<td>'
+ '<a href="http://www.benesse.co.jp/english/privacy/index.html">'
+ '<img src="http://www.benesse.co.jp/english/common/ft_privacy.gif" alt="Benesse’s  Approach to Protecting Personal Information" width="293" height="15" border="0">'
+ '</a>'
+ '</td>'
+ '<td>'
+ '<img src="http://www.benesse.co.jp/english/common/spacer.gif" alt="" width="216" height="1" border="0">'
+ '</td>'
+ '<td>'
+ '<img src="http://www.benesse.co.jp/english/common/ft_copy.gif" alt="&copy;Benesse Corporation 2006. All rights reserved." width="251" height="15" border="0">'
+ '</td>'
+ '</tr>'
+ '<tr>'
+ '<td colspan="4">'
+ '<img src="http://www.benesse.co.jp/english/common/spacer.gif" alt="" width="1" height="5" border="0">'
+ '</td>'
+ '</tr>'
+ '<tr>'
+ '<td colspan="4" bgcolor="#ccd6e0">'
+ '<img src="http://www.benesse.co.jp/english/common/spacer.gif" alt="" width="1" height="1" border="0">'
+ '</td>'
+ '</tr>'
+ '<tr>'
+ '<td colspan="4">'
+ '<img src="http://www.benesse.co.jp/english/common/spacer.gif" alt="" width="1" height="20" border="0">'
+ '</td>'
+ '</tr>'
+ '</table>'

//書き出し
document.write( html )
}


