mac = (navigator.appVersion.indexOf('Mac') != -1)?true:false;
nn4 = (navigator.appVersion.indexOf('4.') != -1)?true:false;
safari = (navigator.appVersion.indexOf('Safari') != -1)?true:false;
ie = (navigator.appName.charAt(0) == "M")?true:false;


document.write("<style type='text/css'><!--");

if(mac)
{
	if(ie)
	{
		document.write (".headline{font-size:100%; line-height:110%; font-weight:bold}");
		document.write (".common{font-size:85%; line-height:170%}");
		document.write (".commonNLH{font-size:85%}");
		document.write (".small{font-size:70%; line-height:110%}");
		document.write (".linktext{text-decoration:none}");
		document.write ("a:hover{color:#003399; text-decoration:underline}");
	}
	else if(safari)
	{
		document.write (".headline{font-size:125%; line-height:110%; font-weight:bold; font-family:Hiragino Kaku Gothic Pro}");
		document.write (".common{font-size:105%; line-height:170%; font-family:Hiragino Kaku Gothic Pro}");
		document.write (".commonNLH{font-size:105%; font-family:Hiragino Kaku Gothic Pro}");
		document.write (".small{font-size:90%; line-height:120%; font-family:Hiragino Kaku Gothic Pro}");
		document.write (".linktext{text-decoration:none}");
		document.write ("a:hover{color:#003399; text-decoration:underline}");
	}
	else
	{
		document.write (".headline{font-size:110%; line-height:110%; font-weight:bold; font-family:Hiragino Kaku Gothic Pro,Osaka,Helvetica}");
		document.write (".common{font-size:95%; line-height:160%; font-family:Hiragino Kaku Gothic Pro,Osaka,Helvetica}");
		document.write (".commonNLH{font-size:95%; font-family:Hiragino Kaku Gothic Pro,Osaka,Helvetica}");
		document.write (".small{font-size:75%; line-height:110%; font-family:Hiragino Kaku Gothic Pro,Osaka,Helvetica}");
		document.write (".linktext{text-decoration:none}");
		document.write ("a:hover{color:#003399; text-decoration:underline}");
	}
}
else
{
	if(ie)
	{
		document.write (".headline{font-size:100%; line-height:120%; font-weight:bold;}");
		document.write (".common{font-size:85%; line-height:180%}");
		document.write (".commonNLH{font-size:85%}");
		document.write (".small{font-size:75%; line-height:120%}");
		document.write (".linktext{text-decoration:none}");
		document.write ("a:hover{color:#003399; text-decoration:underline}");
	}
	else if(nn4)
	{
		document.write (".headline{font-size:130%; line-height:160%; font-weight:bold}");
		document.write (".common{font-size:115%; line-height:160%}");
		document.write (".commonNLH{font-size:115%}");
		document.write (".small{font-size:95%; line-height:125%}");
		document.write (".linktext{text-decoration:none}");
		document.write ("a:hover{color:#003399; text-decoration:underline}");
	}
	else
	{
		document.write (".headline{font-size:100%; line-height:120%; font-weight:bold; font-family:‚l‚r ‚oƒSƒVƒbƒN,Arial}");
		document.write (".common{font-size:95%; line-height:150%; font-family:‚l‚r ‚oƒSƒVƒbƒN,Arial}");
		document.write (".commonNLH{font-size:95%; font-family:‚l‚r ‚oƒSƒVƒbƒN,Arial}");
		document.write (".small{font-size:75%; line-height:120%; font-family:‚l‚r ‚oƒSƒVƒbƒN,Arial}");
		document.write (".linktext{text-decoration:none}");
		document.write ("a:hover{color:#003399; text-decoration:underline}");
	}
}

document.write("--></style>");