﻿// JavaScript Document
// フッターを表示します。
// Path	: トップ空の相対パス
function Footer(Path){
  document.write("<div id=\"foot2\">");
  document.write("<a href=\"" + Path + "\"><img src=\"" + Path + "img/common/o-hara-logo.gif\" alt=\"大原学園\" border=\"0\" /></a> <a href=\"http://www.o-hara.ac.jp/best/about\" target=\"_blank\">大原について</a>　｜　<a href=\"http://www.o-hara.ac.jp/best/about/privacy\" target=\"_blank\">プライバシーポリシー</a>　｜　<a href=\"http://www.o-hara.ac.jp/best/about/privacy/riyo.html\" target=\"_blank\">個人情報の利用について</a>　｜　<a href=\"http://www.o-hara.ac.jp/best/about/privacy/info.html\" target=\"_blank\">個人情報の開示・訂正・利用停止について</a>");
  document.write("<address>");
  document.write("Copyright(C) 2012 O-HARA all rights reserved.");
  document.write("</address>");
  document.write("</div>");

}
