var Appversion = navigator.appVersion.charAt(0);
var Appname = navigator.appName.charAt(0);
var Safari = navigator.userAgent.indexOf("Safari") != -1;

with( document ){
	write("<STYLE TYPE='text/css'><!--");
	//WIN,MAC,IE,NN,Á´¤Æ¶¦ÄÌ¤ÎCSS
	write(".search {width:114px; height: 18px; background-color:#ffffff; border-color: #7e7259; border-style: solid; border-width: 1px; padding: 0;}");
	write(".searchKeyword {width:225px; height: 18px; background-color:#ffffff; border-color: #7e7259; border-style: solid; border-width: 1px; padding: 0;}");
	write(".fsize160 {width:160px; height: 18px; background-color:#ffffff; border-color: #7e7259; border-style: solid; border-width: 1px; padding: 0;}");
	write(".fsize230 {width:230px; height: 18px; background-color:#ffffff; border-color: #7e7259; border-style: solid; border-width: 1px; padding: 0;}");
	write(".fsize520 {width:520px; height: 18px; background-color:#ffffff; border-color: #7e7259; border-style: solid; border-width: 1px; padding: 0;}");
	write(".fsize625 {width:625px; height: 305px; background-color:#ffffff; border-color: #7e7259; border-style: solid; border-width: 1px; padding: 0;}");
	write(".nml a:link, .nml a:visited	{color:#000000; text-decoration:none}");
	write(".nml a:hover, .nml a:active	{color:#000000; text-decoration:underline}");
	write(".nmlBold a:link, .nmlBold a:visited	{color:#666666; text-decoration:none}");
	write(".nmlBold a:hover, .nmlBold a:active	{color:#3399cc; text-decoration:underline}");
	write(".nmlBlue a:link, .nmlBlue a:visited	{color:#3399cc; text-decoration:none}");
	write(".nmlBlue a:hover, .nmlBlue a:active	{color:#3399cc; text-decoration:underline}");
	write(".nmlBlueBold a:link, .nmlBlueBold a:visited	{color:#3399cc; text-decoration:none}");
	write(".nmlBlueBold a:hover, .nmlBlueBold a:active	{color:#3399cc; text-decoration:underline}");
	write(".nmlRed a:link, .nmlRed a:visited	{color:#3399cc; text-decoration:none}");
	write(".nmlRed a:hover, .nmlRed a:active	{color:#3399cc; text-decoration:underline}");
	write(".sml a:link, .sml a:visited	{color:#666666; text-decoration:none}");
	write(".sml a:hover, .sml a:active	{color:#3399cc; text-decoration:underline}");
	write(".big a:link, .big a:visited	{color:#666666; text-decoration:none}");
	write(".big a:hover, .big a:active	{color:#3399cc; text-decoration:underline}");
	write(".bigWhite a:link, .bigWhite a:visited	{color:#333333; text-decoration:underline}");
	write(".bigWhite a:hover, .bigWhite a:active	{color:#000000; text-decoration:underline}");
	write(".bigBold a:link, .bigBold a:visited	{color:#666666; text-decoration:none}");
	write(".bigBold a:hover, .bigBold a:active	{color:#3399cc; text-decoration:underline}");
	//font size¤Î¿¶¤êÊ¬¤±
	if(navigator.appVersion.indexOf("Mac") > -1){
		if(Safari){
			// ¢£ Safari
			write(".nml	{font-size:10px; color:#000000; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
			write(".nmlBold	{font-size:10px; color:#666666; font-style:normal; font-weight:bold; line-height: 16px; text-decoration:none}");
			write(".nmlBlue	{font-size:10px; color:#3399cc; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
			write(".nmlRed	{font-size:10px; color:#cc0000; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
			write(".nmlBlueBold	{font-size:10px; color:#3399cc; font-style:normal; font-weight:bold; line-height: 16px; text-decoration:none}");
			write(".sml	{font-size:10px; color:#666666; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
			write(".big	{font-size:12px; color:#666666; font-style:normal; font-weight:normal; line-height: 22px; text-decoration:none}");
			write(".bigWhite	{font-size:12px; color:#333333; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}")
			write(".bigBold	{font-size:12px; color:#666666; font-style:normal; font-weight:bold; line-height: 22px; text-decoration:none}");
		}else if( Appname == "M" ){
			// ¢£ MAC IE
			write(".nml	{font-size:10px; color:#000000; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
			write(".nmlBold	{font-size:10px; color:#666666; font-style:normal; font-weight:bold; line-height: 16px; text-decoration:none}");
			write(".nmlBlue	{font-size:10px; color:#3399cc; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
			write(".nmlBlueBold	{font-size:10px; color:#3399cc; font-style:normal; font-weight:bold; line-height: 16px; text-decoration:none}");
			write(".nmlRed	{font-size:10px; color:#cc0000; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
			write(".sml	{font-size:10px; color:#666666; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
			write(".big	{font-size:12px; color:#666666; font-style:normal; font-weight:normal; line-height: 22px; text-decoration:none}");
			write(".bigWhite	{font-size:12px; color:#333333; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
			write(".bigBold	{font-size:12px; color:#666666; font-style:normal; font-weight:bold; line-height: 22px; text-decoration:none}");
		}
		else{
			if( Appversion < 5 ){
				// ¢£ MAC NN 4.x
				write(".nml	{font-size:10px; color:#000000; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".nmlBold	{font-size:10px; color:#666666; font-style:normal; font-weight:bold; line-height: 16px; text-decoration:none}");
				write(".nmlBlue	{font-size:10px; color:#3399cc; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".nmlBlueBold	{font-size:10px; color:#3399cc; font-style:normal; font-weight:bold; line-height: 16px; text-decoration:none}");
				write(".nmlRed	{font-size:10px; color:#cc0000; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".sml	{font-size:10px; color:#666666; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
				write(".big	{font-size:12px; color:#666666; font-style:normal; font-weight:normal; line-height: 22px; text-decoration:none}");
				write(".bigWhite	{font-size:12px; color:#333333; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
				write(".bigBold	{font-size:12px; color:#666666; font-style:normal; font-weight:bold; line-height: 22px; text-decoration:none}");
			}
			else if( Appversion < 7 ){
				// ¢£ MAC NN 6.x
				write(".nml	{font-size:10px; color:#000000; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".nmlBold	{font-size:10px; color:#666666; font-style:normal; font-weight:bold; line-height: 16px; text-decoration:none}");
				write(".nmlBlue	{font-size:10px; color:#3399cc; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".nmlBlueBold	{font-size:10px; color:#3399cc; font-style:normal; font-weight:bold; line-height: 16px; text-decoration:none}");
				write(".nmlRed	{font-size:10px; color:#cc0000; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".sml	{font-size:10px; color:#666666; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
				write(".big	{font-size:12px; color:#666666; font-style:normal; font-weight:normal; line-height: 22px; text-decoration:none}");
				write(".bigWhite	{font-size:12px; color:#333333; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
				write(".bigBold	{font-size:12px; color:#666666; font-style:normal; font-weight:bold; line-height: 22px; text-decoration:none}");
			}
			else{
				// ¢£ MAC NN 7.x
				write(".nml	{font-size:10px; color:#000000; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".nmlBold	{font-size:10px; color:#666666; font-style:normal; font-weight:bold; line-height: 16px; text-decoration:none}");
				write(".nmlBlue	{font-size:10px; color:#3399cc; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".nmlBlueBold	{font-size:10px; color:#3399cc; font-style:normal; font-weight:bold; line-height: 16px; text-decoration:none}");
				write(".nmlRed	{font-size:10px; color:#cc0000; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".sml	{font-size:10px; color:#666666; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
				write(".big	{font-size:12px; color:#666666; font-style:normal; font-weight:normal; line-height: 22px; text-decoration:none}");
				write(".bigWhite	{font-size:12px; color:#333333; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}")
				write(".bigBold	{font-size:12px; color:#666666; font-style:normal; font-weight:bold; line-height: 22px; text-decoration:none}");
			}
		}
	}
	else{
		if( Appname == "M" ){
			// ¢£ WIN IE
				write(".nml	{font-size:11px; color:#000000; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".nmlBold	{font-size:11px; color:#666666; font-style:normal; font-weight:bold; line-height: 16px; text-decoration:none}");
				write(".nmlBlue	{font-size:11px; color:#3399cc; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".nmlBlueBold	{font-size:11px; color:#3399cc; font-style:normal; font-weight:bold; line-height: 16px; text-decoration:none}");
				write(".nmlRed	{font-size:11px; color:#cc0000; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".sml	{font-size:11px; color:#666666; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
				write(".big	{font-size:12px; color:#666666; font-style:normal; font-weight:normal; line-height: 22px; text-decoration:none}");
				write(".bigWhite	{font-size:12px; color:#333333; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
				write(".bigBold	{font-size:12px; color:#666666; font-style:normal; font-weight:bold; line-height: 22px; text-decoration:none}");
		}
		else{
			if( Appversion < 5 ){
				// ¢£ WIN NN 4.x
				write(".nml	{font-size:11px; color:#000000; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".nmlBold	{font-size:11px; color:#666666; font-style:normal; font-weight:bold; line-height: 16px; text-decoration:none}");
				write(".nmlBlue	{font-size:11px; color:#3399cc; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".nmlBlueBold	{font-size:11px; color:#3399cc; font-style:normal; font-weight:bold; line-height: 16px; text-decoration:none}");
				write(".nmlRed	{font-size:11px; color:#cc0000; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".sml	{font-size:11px; color:#666666; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
				write(".big	{font-size:14px; color:#666666; font-style:normal; font-weight:normal; line-height: 22px; text-decoration:none}");
				write(".bigWhite	{font-size:14px; color:#333333; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
				write(".bigBold	{font-size:14px; color:#666666; font-style:normal; font-weight:bold; line-height: 22px; text-decoration:none}");
			}
			else if( Appversion < 7 ){
				// ¢£ WIN NN 6.x
				write(".nml	{font-size:11px; color:#000000; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".nmlBold	{font-size:11px; color:#666666; font-style:normal; font-weight:bold; line-height: 16px; text-decoration:none}");
				write(".nmlBlue	{font-size:11px; color:#3399cc; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".nmlBlueBold	{font-size:11px; color:#3399cc; font-style:normal; font-weight:bold; line-height: 16px; text-decoration:none}");
				write(".nmlRed	{font-size:11px; color:#cc0000; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".sml	{font-size:11px; color:#666666; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
				write(".big	{font-size:14px; color:#666666; font-style:normal; font-weight:normal; line-height: 22px; text-decoration:none}");
				write(".bigWhite	{font-size:14px; color:#333333; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
				write(".bigBold	{font-size:14px; color:#666666; font-style:normal; font-weight:bold; line-height: 22px; text-decoration:none}");
			}
			else{
				// ¢£ WIN NN 7.x
				write(".nml	{font-size:11px; color:#000000; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".nmlBold	{font-size:11px; color:#666666; font-style:normal; font-weight:bold; line-height: 16px; text-decoration:none}");
				write(".nmlBlue	{font-size:11px; color:#3399cc; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".nmlBlueBold	{font-size:11px; color:#3399cc; font-style:normal; font-weight:bold; line-height: 16px; text-decoration:none}");
				write(".nmlRed	{font-size:11px; color:#cc0000; font-style:normal; font-weight:normal; line-height: 16px; text-decoration:none}");
				write(".sml	{font-size:11px; color:#666666; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
				write(".big	{font-size:14px; color:#666666; font-style:normal; font-weight:normal; line-height: 22px; text-decoration:none}");
				write(".bigWhite	{font-size:14px; color:#333333; font-style:normal; font-weight:normal; line-height: 18px; text-decoration:none}");
				write(".bigBold	{font-size:14px; color:#666666; font-style:normal; font-weight:bold; line-height: 22px; text-decoration:none}");
			}
		}
	}
	 write("--></STYLE>");
}

