mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;

ie=(navigator.appName.charAt(0)=="M")?true:false;

document.write("<STYLE TYPE='text/css'><!--");
if(mac){
	document.write('.font1 {font-size:9px; line-height:12px; font-family:"osaka","MS UI Gothic"}');
	document.write('.font2 {font-size:10px; line-height:14px; font-family:"osaka","MS UI Gothic"}');
	document.write('.font3 {font-size:12px; line-height:16px; font-family:"osaka","MS UI Gothic"}');
	document.write('.font4 {font-size:16px; line-height:20px; font-family:"osaka","MS UI Gothic"}');
	document.write('.font5 {font-size:20px; line-height:22px; font-family:"osaka","MS UI Gothic"}');
	}
else
	{
	document.write('.font1 {font-size:10px; line-height:14px; font-family:"osaka","MS UI Gothic"}');
	document.write('.font2 {font-size:12px; line-height:16px; font-family:"osaka","MS UI Gothic"}');
	document.write('.font3 {font-size:14px; line-height:18px; font-family:"osaka","MS UI Gothic"}');
	document.write('.font4 {font-size:20px; line-height:24px; font-family:"osaka","MS UI Gothic"}');
	document.write('.font5 {font-size:22px; line-height:26px; font-family:"osaka","MS UI Gothic"}');
	}

document.write('//--></STYLE>');

function InputCheck()
	{
	if (document.form1.email.value != document.form1.chk_email.value) {window.alert("お届け先のEメールアドレスと確認用のアドレスが一致しません。");
	return false;
	}
return true;
}
