//-------------------------Footer--------------------------------
function footer(level){
if (level == 0)	path = "";
else if (level == 1) path = "../";
else if (level == 2) path = "../../";

document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"); 
document.write("<tr>"); 
document.write("<td><font class=f>当サイトはInternet Explorer6.0以降でご覧いただくことを推奨いたします。<br>Copyright&copy;  2006 OFFICIAL GAZETTE CO-OPERATION OF JAPAN All Rights Reserved.<br></font>"); 
document.write("<font class=f><a href=\"http://www.meta-jp.com\" target=\"_blank\">Created by Meta Co.,Ltd.</a></font><br><br> "); 
document.write("</td>"); 
document.write("</tr>"); 
document.write("</table>"); 
}


//------------------------
function footer_2(level){
if (level == 0)	path = "";
else if (level == 1) path = "../";
else if (level == 2) path = "../../";

document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"); 
document.write("<tr>"); 
document.write("<td align=center><font class=f>Copyright&copy;  2006 OFFICIAL GAZETTE CO-OPERATION OF JAPAN All Rights Reserved.</font><br><br>"); 
document.write("</td>"); 
document.write("</tr>"); 
document.write("</table>"); 
}


//------------------------
function footer_seifu(level){
if (level == 0)	path = "";
else if (level == 1) path = "../";
else if (level == 2) path = "../../";

document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"); 
document.write("<tr>"); 
document.write("<td align=center><font class=style01><a href=\"index.html\">政府刊行物について</a>｜ <a href=\"yuuka.html\">有価証券報告書の販売</a> ｜ <a href=\"kanren.html\">関連情報誌</a> ｜ <a href=\"kondan.html\">政刊懇談会</a> ｜ <a href=\"http://www.gioss.or.jp/\" target=\"_blank\">非売品政府資料</a></font>"); 
document.write("<br>"); 
document.write("</td>"); 
document.write("</tr>"); 
document.write("</table>"); 
}

//------------------------
function footer_kanpou(level){
if (level == 0)	path = "";
else if (level == 1) path = "../";
else if (level == 2) path = "../../";

document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"); 
document.write("<tr>"); 
document.write("<td align=center><font class=style01><a href=\"index.html\">画像・歴史・内容</a>｜ <a href=\"kanpo_list.html\">官報検索</a> ｜ <a href=\"hensyu.html\">編集発行</a> ｜ <a href=\"kan_contact.html\" target=\"_top\">購読の申込み</a> ｜ <a href=\"http://www.npb.go.jp/\" target=\"_blank\">本日の官報</a></font>"); 
document.write("<br>"); 
document.write("</td>"); 
document.write("</tr>"); 
document.write("</table>"); 
}

//------------------------
function footer_koukoku(level){
if (level == 0)	path = "";
else if (level == 1) path = "../";
else if (level == 2) path = "../../";

document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"); 
document.write("<tr>"); 
document.write("<td align=center><font class=style01><a href=\"index.html\">官報公告の概要</a>｜ <a href=\"kanpo_request.html\">官報公告申込方法</a> ｜ <a href=\"kanpo_price.html\">官報公告掲載料金</a> ｜ <a href=\"kanpo_agency.html\" target=\"_top\">申込先一覧</a></font>"); 
document.write("<br>"); 
document.write("</td>"); 
document.write("</tr>"); 
document.write("</table>"); 
}

//------------------------
function footer_annai(level){
if (level == 0)	path = "";
else if (level == 1) path = "../";
else if (level == 2) path = "../../";

document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"); 
document.write("<tr>"); 
document.write("<td align=center><font class=style01><a href=\"index.html\">全官報のご案内</a>｜ <a href=\"survice.html\">レファレンスサービス</a> ｜ <a href=\"koudoku.html\">雑誌の定期購読</a> ｜ <a href=\"kaigai.html\" target=\"_top\">海外発想の受付</a></font>"); 
document.write("<br>"); 
document.write("</td>"); 
document.write("</tr>"); 
document.write("</table>"); 
}

//------------------------
function footer_hanbai(level){
if (level == 0)	path = "";
else if (level == 1) path = "../";
else if (level == 2) path = "../../";

document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"); 
document.write("<tr>"); 
document.write("<td align=center><font class=style01><a href=\"index.html\">販売所一覧</a>｜ <a href=\"hp_link.html\">各販売所ホームページのリンク集</a></font>"); 
document.write("<br>"); 
document.write("</td>"); 
document.write("</tr>"); 
document.write("</table>"); 
}

//------------------------
function footer_shinkan(level){
if (level == 0)	path = "";
else if (level == 1) path = "../";
else if (level == 2) path = "../../";

document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"); 
document.write("<tr>"); 
document.write("<td align=center><font class=style01><a href=shinkan.php3?year=2006&month=7>７月の新刊</a> ｜ <a href=shinkan.php3?year=2006&month=6>６月の新刊</a> ｜ <a href=shinkan.php3?year=2006&month=5>５月の新刊</a> ｜ <a href=shinkan.php3?year=2006&month=4>４月の新刊</a> ｜ <a href=shinkan.php3?year=2006&month=3>３月の新刊</a> ｜ <a href=shinkan.php3?year=2006&month=2>２月の新刊</a></font>"); 
document.write("<br>"); 
document.write("</td>"); 
document.write("</tr>"); 
document.write("</table>"); 
}

