if(navigator.platform.charAt(0)=="M"){
document.write("<STYLE type='text/css'>");
document.write("<!--");
document.write("BODY{font-size : 10pt;}");
document.write("TD{font-size : 10pt;  line-height : 18px;}");
document.write("TD.takusan1 {font-size : 9pt;  line-height : 18px; }");
document.write("TD.TOPICS {font-size : 8pt;  line-height : 18px; }");
document.write("TD.shosai1 {font-size : 10pt}");
document.write("-->");
document.write("</STYLE>");
}
else
document.write("<STYLE type='text/css'>");
document.write("<!--");
document.write("BODY{font-size : 11pt;}");
document.write("TD{font-size : 11pt;  line-height : 18px;  font-family : 'MS UI Gothic';}");
document.write("TD.takusan1 {font-size : 10pt;  line-height : 18px;}");
document.write("TD.TOPICS {font-size : 10pt;  line-height : 18px; }");
document.write("TD.shosai1 {font-size : 10pt;  font-family:'ＭＳ Ｐゴシック';}");
document.write("-->");
document.write("</STYLE>");

function mywin(gcode)
{
	window.open("http://www.taku3.net/4dcgi/bg="+gcode,"Best5","width=410,height=300,scrollbars=1,resizable=0");
}

function _HpbJumpURL(url) 
{
  if (url != '')
  {
    window.location = url;
  }
}

function UrlJump(url)
{
 if(url != '')
  {
    window.location=url;
   }
 }
function check()
{
if(document.form1.email.value!=document.form1.email1.value){
alert('ふたつのメールアドレスが一致していません。');
return false;
}
}
