var ver_Judge = navigator.appVersion.charAt(0);var name_Judge = navigator.appName.charAt(0);/*　対応しないブラウザの場合ここから　*/if ( name_Judge == "M" && ver_Judge < 4)	location.href="getnewbrowser.html";if ( name_Judge == "N" && ver_Judge < 4)	location.href="getnewbrowser.html";/*　対応しないブラウザの場合ここまで　*//*ここから*/document.writeln("<STYLE TYPE='text/css'><!--");/*Macintoshの場合*/if(navigator.appVersion.indexOf("Mac") > -1){	if( name_Judge == "M")	 {		// MAC IE（バージョン4.x以降のスタイル）		document.writeln(".e9{font-size:9px}");		document.writeln(".e10{font-size:10px}");		document.writeln(".e12{font-size:12px}");		document.writeln(".j9{font-size:9px}");		document.writeln(".j10{font-size:10px}");		document.writeln(".j12{font-size:12px}");		document.writeln(".j14{font-size:14px}");	}	else	{		if( ver_Judge < 5 )		{			// MAC NS （バージョン4.xのスタイル）			document.writeln(".e9{font-size:9px; line-height:10px}");			document.writeln(".e10{font-size:10px; line-height:11px}");			document.writeln(".e12{font-size:12px; line-height:14px}");			document.writeln(".j9{font-size:9px; line-height:12px}");			document.writeln(".j10{font-size:10px; line-height:13px}"); 			document.writeln(".j12{font-size:12px; line-height:15px}");			document.writeln(".j14{font-size:14px; line-height:18px}");	 	}	 	else	 	{			// MAC NS（バージョン6.x以降のスタイル）			document.writeln(".e9{font-size:9px}");			document.writeln(".e10{font-size:10px}");			document.writeln(".e12{font-size:12px}");			document.writeln(".j9{font-size:9px; line-height:12px}");			document.writeln(".j10{font-size:10px; line-height:13px}"); 			document.writeln(".j12{font-size:12px; line-height:15px}");			document.writeln(".j14{font-size:14px; line-height:18px}");	 	 	}	 }}/*Windowsの場合*/else{	if( name_Judge == "M")	{		// WIN IE（バージョン4.x以降のスタイル）		document.writeln(".e9{font-size:9px; line-height:10px}");		document.writeln(".e10{font-size:10px; line-height:11px}");		document.writeln(".e12{font-size:12px; line-height:14px}");		document.writeln(".j9{font-size:10px; line-height:12px}");		document.writeln(".j10{font-size:11px; line-height:13px}");		document.writeln(".j12{font-size:12px; line-height:15px; letter-spacing:1px}");		document.writeln(".j14{font-size:14px; line-height:18px; letter-spacing:1px}");	}	else	{		if( ver_Judge < 5 )		{			// WIN NS（バージョン4.xのスタイル）			document.writeln(".e9{font-size:11px}");			document.writeln(".e10{font-size:12px; line-height:11px}");			document.writeln(".e12{font-size:14px; line-height:14px}");			document.writeln(".j9{font-size:11px; line-height:12px}");			document.writeln(".j10{font-size:11px; line-height:13px}");			document.writeln(".j12{font-size:12px; line-height:15px}");			document.writeln(".j14{font-size:15px; line-height:18px}");		}		else		{			// WIN NS （バージョン6.xのスタイル）			document.writeln(".e9{font-size:9px; line-height:10px}");			document.writeln(".e10{font-size:10px; line-height:11px}");			document.writeln(".e12{font-size:12px; line-height:14px}");			document.writeln(".j9{font-size:10px; line-height:12px}");			document.writeln(".j10{font-size:11px; line-height:13px}");			document.writeln(".j12{font-size:12px; line-height:15px; letter-spacing:1px}");			document.writeln(".j14{font-size:14px; line-height:18px; letter-spacing:1px}");		}	}} document.writeln("--></STYLE>");