// JavaScript Document
// ヘッダーを表示します。
// Path	: トップ空の相対パス
function Header(Path){
  document.write("<div>");
  document.write("  <div style=\"width:575px; float:left;\">");
  document.write("    <div style=\"height:27px;\">");
  document.write("      <span>北陸エリア</span><h1 class=\"header\" >" + document.title  +"</h1>");
  document.write("	</div>");
  document.write("	<div style=\"height:41px; padding-bottom:0px;\">");
   document.write("  <a href=\"" + Path + "\"><img src=\"" + Path + "img/common/header_01.gif\"/></a><img src=\"" + Path + "img/common/header_02.gif\" style=\"padding-left:5px;\"/>");
  document.write("    </div>");
  document.write("</div>");
  document.write("    <div style=\"float:right; margin:0;\"><img src=\"" + Path + "img/common/header_03.gif\" style=\"padding-top:5px; padding-right:1px; padding-bottom:1px;\"/></div>");
  document.write("</div>");
  document.write("<div style=\"clear:both;\">");
  document.write("<a href=\"" + Path + "\"><img name=\"top\" src=\"" + Path + "img/common/top.gif\" alt=\"トップへ\"");
  document.write(" onmouseover=\"this.src='" + Path + "img/common/top_on.gif'; brder='0';\""); 
  document.write(" onmouseout=\"this.src='" + Path + "img/common/top.gif';\"/></a><a href=\"" + Path + "fukui\" ><img name=\"hukui\" src=\"" + Path + "img/common/fukui.gif\" alt=\"福井校\" ");
  document.write(" onmouseover=\"this.src='" + Path + "img/common/fukui_on.gif';\"");
  document.write(" onmouseout=\"this.src='" + Path + "img/common/fukui.gif';\"/></a><a href=\"" + Path + "kanazawa\" ><img name=\"hukui\" src=\"" + Path + "img/common/kanazawa.gif\" alt=\"金沢校\" ");
  document.write(" onmouseover=\"this.src='" + Path + "img/common/kanazawa_on.gif';\"");
  document.write(" onmouseout=\"this.src='" + Path + "img/common/kanazawa.gif';\"/></a><a href=\"" + Path + "toyama\" ><img name=\"hukui\" src=\"" + Path + "img/common/toyama.gif\" alt=\"富山校\" ");
  document.write(" onmouseover=\"this.src='" + Path + "img/common/toyama_on.gif';\"");
  document.write(" onmouseout=\"this.src='" + Path + "img/common/toyama.gif';\"/></a><a href=\"" + Path + "senkouka/\" ><img name=\"syakaizin\" src=\"" + Path + "img/common/syakaizin.gif\" alt=\"社会人\" ");
  document.write(" onmouseover=\"this.src='" + Path + "img/common/syakaizin_on.gif';\"");
  document.write(" onmouseout=\"this.src='" + Path + "img/common/syakaizin.gif';\"/></a><a href=\"" + Path + "syakaizinkatei.html\" ><img name=\"syakaizin_katei\" src=\"" + Path + "img/common/syakaizin_katei.gif\" alt=\"社会人課程\" ");
  document.write(" onMouseOver=\"this.src='" + Path + "img/common/syakaizin_katei_on.gif'; this.border='none';\" ");
  document.write(" onMouseOut=\"this.src='" + Path + "img/common/syakaizin_katei.gif';\"/></a><a href=\"" + Path + "ryugaku/\"><img name=\"ryuugaku\" src=\"" + Path + "img/common/ryugaku.gif\" alt=\"留学生\" ");
  document.write(" onmouseover=\"this.src='" + Path + "img/common/ryugaku_on.gif';\" ");
  document.write(" onmouseout=\"this.src='" + Path + "img/common/ryugaku.gif';\"/></a></div> ");

}// JavaScript Document
