var vNum = navigator.appVersion.charAt(0);var bName = navigator.appName.charAt(0);document.writeln("<STYLE TYPE='text/css'><!--");if(navigator.appVersion.indexOf("Mac") > -1){	if( bName == "M")	 {		// MAC IE			document.write("td,body,th{font-size:12px}");		// default size			document.write(".f10px{font-size:10px; line-height:12px}");			document.write(".f14px{font-size:14px}");			document.write(".f18px{font-size:18px}");				document.write(".h1{font-size:18px;font-weight: bold;color:#FFFFFF}");			document.write(".h2{font-size:16px;font-weight: bold;}");			document.write(".menu{font-size:12px; line-height:16px; letter-spacing:-0.05em}");//メニュー12px固定用			document.write(".tpass01{font-size:12px}");//パンクズ用			document.write(".foot{font-size:12px}");//フッター用			document.write(".f12pxFix{font-size:12px}");//12px固定用	}	else	{		if( vNum < 5 )		{			// MAC NETSCAPE 4.x			document.write("td,body,th{font-size:12px}") ;		// default size			document.write(".f10px{font-size:10px; line-height:12px}");			document.write(".f14px{font-size:14px}");				document.write(".f18px{font-size:18px}");				document.write(".h1{font-size:18px;font-weight: bold;color:#FFFFFF}");			document.write(".h2{font-size:16px;font-weight: bold;}");			document.write(".menu{font-size:12px; line-height:16px}"); //1メニュー12px固定用			document.write(".tpass01{font-size:12px}");//パンクズ用			document.write(".foot{font-size:12px}");//フッター用			document.write(".f12pxFix{font-size:12px}");//12px固定用	 	}	 	else	 	{			// MAC NETSCAPE 6.x~			document.write("td,body,th{font-size:12px}");		// default size			document.write(".f10px{font-size:10px; line-height:12px}");					document.write(".f14px{font-size:14px}");			document.write(".f18px{font-size:168px}");			document.write(".h1{font-size:18px;font-weight: bold;color:#FFFFFF}");			document.write(".h2{font-size:16px;font-weight: bold;}");			document.write(".menu{font-size:12px; line-height:16px}");//メニュー12px固定用			document.write(".tpass01{font-size:12px}");//パンクズ用						document.write(".foot{font-size:12px}");//フッター用			document.write(".f12pxFix{font-size:12px}");//12px固定用	 	}	 }}else{	if( bName == "M")	{		// WIN IE			document.write("td,body,th{font-size:81.25%; letter-spacing:0.02em}");		// default size			document.write(".f10px{font-size:81.25%; line-height:12px; letter-spacing:1px}");			document.write(".f14px{font-size:100%;letter-spacing:1px}");			document.write(".f18px{font-size:115%;letter-spacing:1px}");							document.write(".h1{font-size:18px;letter-spacing:1px;font-weight: bold;color:#FFFFFF}");			document.write(".h2{font-size:105%;letter-spacing:1px;font-weight: bold;}");			document.write(".menu{font-size:12px; line-height:16px; letter-spacing:-0.01em}");//メニュー12px固定用			document.write(".tpass01{font-size:12px;}");//パンクズ用			document.write(".foot{font-size:12px}");//フッター用			document.write(".f12pxFix{font-size:12px; letter-spacing:1px}");//12px固定用	}	else	{		if( vNum < 5 )		{			// WIN NETSCAPE 4.x			document.write("td,body,th{font-size:100%;}");		// default size			document.write(".f10px{font-size:90%; line-height:12px}");					document.write(".f14px{font-size:130%;}");			document.write(".f18px{font-size:170%;}");						document.write(".h1{font-size:18px;font-weight: bold;color:#FFFFFF}");			document.write(".h2{font-size:16px;font-weight: bold;}");			document.write(".menu{font-size:14px; line-height:16px}"); //12px固定用			document.write(".tpass01{font-size:12px;}");//パンクズ用			document.write(".foot{font-size:12px}");//フッター用			document.write(".f12pxFix{font-size:12px}");//12px固定用		}		else		{			// WIN NETSCAPE 6.x~			document.write("td,body,th{font-size:81.25%; letter-spacing:0.02em}");		// default size			document.write(".f10px{font-size:81.25%; line-height:12px; letter-spacing:1px}");			document.write(".f14px{font-size:100%;letter-spacing:1px}");			document.write(".f18px{font-size:115%;letter-spacing:1px}");						document.write(".h1{font-size:18px;letter-spacing:1px;font-weight: bold;color:#FFFFFF}");			document.write(".h2{font-size:16px;letter-spacing:1px;font-weight: bold;}");						document.write(".menu{font-size:12px; line-height:16px; -0.02em}"); //12px固定用			document.write(".tpass01{font-size:12px;}");//パンクズ用			document.write(".foot{font-size:12px}"); //フッター用			document.write(".f12pxFix{font-size:12px; letter-spacing:1px}");//12px固定用		}	}} document.writeln("--></STYLE>");
