var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);
if ( bName == "M" && vNum < 4)
	location.href="common/get.html";
if ( bName == "N" && vNum < 4)
	location.href="common/get.html";

document.writeln("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > -1)
{
	if( bName == "M")
	 {
		// Mac IE
		document.writeln("body{margin-top:0}");
		document.writeln(".btnavi,.copy {font-Size:10px}");
		document.writeln(".cont,.contw,.contg,.table{font-size:11px}");
		document.writeln(".title{font-size:14px}");
		document.writeln(".sm{font-size:9px}");
		document.writeln(".jp10,.jp10-2,.jp10-3{font-Size:10px}");
		document.writeln(".jp12,.jp12-2,.jp12-3{font-Size:12px}");
		document.writeln(".jp14,.jp14-2,.jp14-3{font-Size:14px}");
		document.writeln(".navi12{font-Size:12px}");

	}
	else
	{
		if( vNum < 5 )
		{
			// Mac NETSCAPE 4.x
		document.writeln("body{margin-top:0}");
		document.writeln(".btnavi,.copy{font-Size:10px; line-height:12px}");
		document.writeln(".cont,.contw,.contg,.table{font-size:11px; line-height:11px}");
		document.writeln(".title{font-size:13px; line-height:14px}");
		document.writeln(".sm{font-size:9px; line-height:12px}");
		document.writeln(".jp10,.jp10-2,.jp10-3{font-Size:10px; line-height:13px}");
		document.writeln(".jp12,.jp12-2,.jp12-3{font-Size:12px; line-height:15px}");
		document.writeln(".jp14,.jp14-2,.jp14-3{font-Size:14px; line-height:18px}");
        document.writeln(".navi12{font-Size:12px; line-height:15px}");

	 	}
	 	else
	 	{
			// Mac NETSCAPE 6.x~
		document.writeln("body{margin-top:0}");
		document.writeln(".btnavi,.copy {font-Size:10px}");
		document.writeln(".cont,.contw,.contg,.table{font-size:12px}");
		document.writeln(".title{font-size:13px}");
		document.writeln(".sm{font-size:9px; line-height:12px}");
		document.writeln(".jp10,.jp10-2,.jp10-3{font-Size:10px; line-height:13px}");
		document.writeln(".jp12,.jp12-2,.jp12-3{font-Size:12px; line-height:15px}");
		document.writeln(".jp14,.jp14-2,.jp14-3{font-Size:14px; line-height:18px}");
		document.writeln(".navi12{font-Size:12px; line-height:15px}");

	 	}
	 }

}
else
{
	if( bName == "M")
	{
		// Win IE
		document.writeln("body{margin-top:0}");
		document.writeln(".btnavi,.copy{font-Size:12px; line-height:15px}");
		document.writeln(".cont,.contw,.contg,.table{font-size:12px; line-height:15px}");
		document.writeln(".title{font-size:13px; line-height:14px}");
		document.writeln(".sm{font-size:10px; line-height:12px}");
		document.writeln(".jp10,.jp10-2,.jp10-3{font-Size:11px; line-height:13px}");
		document.writeln(".jp12,.jp12-2,.jp12-3{font-Size:12px; line-height:15px; letter-spacing:1px}");
		document.writeln(".jp14,.jp14-2,.jp14-3{font-Size:14px; line-height:18px; letter-spacing:1px}");
		document.writeln(".navi12{font-Size:12px; line-height:15px; letter-spacing:1px}");


	}
	else
	{
		if( vNum < 5 )
		{
			// Win NETSCAPE 4.x
		document.writeln("body{margin-top:0}");
		document.writeln(".btnavi,.copy{font-Size: 12px}");
		document.writeln(".cont,.contw,.contg,.table{font-size:13px; line-height:15px;letter-spacing:1em}");
		document.writeln(".title{font-size:14px; line-height:14px}");
		document.writeln(".sm{font-size:11px; line-height:12px}");
		document.writeln(".jp10,.jp10-2,.jp10-3{font-Size:11px; line-height:13px}");
		document.writeln(".jp12,.jp12-2,.jp12-3{font-Size:12px; line-height:15px}");
		document.writeln(".jp14,.jp14-2,.jp14-3{font-Size:15px; line-height:18px}");
		document.writeln(".navi12{font-Size:12px; line-height:15px}");


		}
		else
		{
			// Win NETSCAPE 6.x~
		document.writeln("body{margin-top:0}");
		document.writeln(".btnavi,.copy{font-Size:12px; line-height:12px}");
		document.writeln(".cont,.contw,.contg,.table{font-size:11px; line-height:14px}");
		document.writeln(".title{font-size:13px; line-height:14px}");
		document.writeln(".sm{font-size:10px; line-height:12px}");
		document.writeln(".jp10,.jp10-2,.jp10-3{font-Size:11px; line-height:13px}");
		document.writeln(".jp12,.jp12-2,.jp12-3{font-Size:12px; line-height:15px; letter-spacing:1px}");
		document.writeln(".jp14,.jp14-2,.jp14-3{font-Size:14px; line-height:18px; letter-spacing:1px}");
		document.writeln(".navi12{font-Size:12px; line-height:15px; letter-spacing:1px}");

		
		}
	}
}
 document.writeln("--></STYLE>");
 

 


 


 
 
