<!--
Cdate=new Date(document.lastModified);
y=Cdate.getYear();
m=Cdate.getMonth()+1;
d=Cdate.getDate();
if(y<1900){
y=y-88
}
else{
y=y-1988
}
document.write("最終更新日:平成"+y+"年"+m+"月"+d+"日");

//-->
<!--HPB_SCRIPT_CODE_40
var _hcsltmrID = null;
var _hcsltmrON = false;

function _HpbClockStatusLoc()
{
  if (_hcsltmrON)
  {
    window.clearTimeout(_hcsltmrID);
    _hcsltmrON = false;
  }

  var now = new Date();

 document.form.message.value = now.toLocaleString();

  _hcsltmrID = window.setTimeout("_HpbClockStatusLoc()", 1000);
  _hcsltmrON = true;
}
//-->