var Appversion = navigator.appVersion.charAt(0);
var Appname = navigator.appName.charAt(0);


with( document ){
	write("<STYLE TYPE='text/css'><!--");
	//WIN,MAC,IE,NN,‘S‚Ä‹¤’Ê‚ÌCSS
	write(".nakanaka	{margin: 0; text-indent: -9999px}");
	write(".formsize01	{width:350px;}");
	write(".nml a:link, .nml a:visited	{color:#ff9900; text-decoration:underline}");
	write(".nml a:hover, .nml a:active	{color:#ff9900; text-decoration:underline}");
	write(".sml a:link, .sml a:visited	{color:#ff9900; text-decoration:underline}");
	write(".sml a:hover, .sml a:active	{color:#ff9900; text-decoration:underline}");
	//font size‚ÌU‚è•ª‚¯
	if(navigator.appVersion.indexOf("Mac") > -1){
		if( Appname == "M" ){
			// ¡ MAC IE
			write(".nml	{font-size:12px; color:#555555; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
			write(".sml	{font-size:10px; color:#555555; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
		}
		else{
			if( Appversion < 5 ){
				// ¡ MAC NN 4.x
				write(".nml	{font-size:12px; color:#555555; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".sml	{font-size:10px; color:#555555; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
			}
			else if( Appversion < 7 ){
				// ¡ MAC NN 6.x
				write(".nml	{font-size:12px; color:#555555; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".sml	{font-size:10px; color:#555555; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
			}
			else{
				// ¡ MAC NN 7.x
				write(".nml	{font-size:12px; color:#555555; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".sml	{font-size:10px; color:#555555; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
			}
		}
	}
	else{
		if( Appname == "M" ){
			// ¡ WIN IE
				write(".nml	{font-size:14px; color:#555555; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".sml	{font-size:11px; color:#555555; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
		}
		else{
			if( Appversion < 5 ){
				// ¡ WIN NN 4.x
				write(".nml	{font-size:14px; color:#555555; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".sml	{font-size:11px; color:#555555; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
			}
			else if( Appversion < 7 ){
				// ¡ WIN NN 6.x
				write(".nml	{font-size:14px; color:#555555; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".sml	{font-size:11px; color:#555555; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
			}
			else{
				// ¡ WIN NN 7.x
				write(".nml	{font-size:14px; color:#555555; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".sml	{font-size:11px; color:#555555; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
			}
		}
	}
	 write("--></STYLE>");
}
