document.writeln("<style type='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") != -1){ // mac
	var OSver = 9;
	for (i = 0; i < navigator.plugins.length; i++) {
		if (navigator.plugins[i].filename.indexOf(".") >= 0){
			OSver = 10;
		}
	}
	if(OSver == 10){ // OS X
		if(navigator.appVersion.indexOf("Safari") !=- 1){ // Safari
			document.writeln("body{font-family:Hiragino Kaku Gothic pro, suns-self;}");
			document.writeln(".normal{color:#333333; font-size:12px; line-height:18px;}");
			document.writeln(".normal_w{color:#ffffff; font-size:12px; line-height:18px;}");
			document.writeln(".small{color:#333333; font-size:10px; line-height:14px;}");
			document.writeln(".smalltitle{color:#F3024F; font-size:10px; line-height:14px; font-weight:bold;}");
		}else{ // Safari以外
			document.writeln("body{font-family:Osaka, suns-self;}");
			document.writeln(".normal{color:#333333; font-size:12px; line-height:18px;}");
			document.writeln(".normal_w{color:#ffffff; font-size:12px; line-height:18px;}");
			document.writeln(".small{color:#333333; font-size:10px; line-height:14px;}");
			document.writeln(".smalltitle{color:#F3024F; font-size:10px; line-height:14px; font-weight:bold;}");
		}
	}else{ // 〜OS 9.x
		document.writeln("body{font-family:Osaka, suns-self;}");
		document.writeln(".normal{color:#333333; font-size:12px; line-height:18px;}");
		document.writeln(".normal_w{color:#ffffff; font-size:12px; line-height:18px;}");
		document.writeln(".small{color:#333333; font-size:10px; line-height:14px;}");
		document.writeln(".smalltitle{color:#F3024F; font-size:10px; line-height:14px; font-weight:bold;}");
	}
}else{ // win
	document.writeln("body{font-family:'ＭＳ Ｐゴシック', suns-self;}");
	document.writeln(".normal{color:#333333; font-size:12px; line-height:18px; letter-spacing:1px;}");
	document.writeln(".normal_w{color:#ffffff; font-size:12px; line-height:18px; letter-spacing:1px;}");
	document.writeln(".small{color:#333333; font-size:10px; line-height:14px; letter-spacing:1px;}");
	document.writeln(".smalltitle{color:#622C92; font-size:10px; line-height:14px; font-weight:bold; letter-spacing:1px;}");
}
document.writeln("--></style>");


function swapImg(Name,str) {
	document.images[Name].src=str;
}

function subWin(subwin,w,h,s,r) {
	window.open(subwin,"","width="+w+",height="+h+",left=0,top=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+s+",resizable="+r+"");
}
