var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);


document.writeln("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > -1)
{
	if( bName == "M")
	 {	// MAC IE
	//基本
		document.writeln(".e9{font-size:9pt ; line-height: 115%}");
		document.writeln(".e10{font-size:10pt ; line-height: 115%}");
		document.writeln(".e12{font-size:12pt ; line-height: 115%}");
		document.writeln(".e14{font-size:14pt ; line-height: 115%}");
	//リスト
		document.writeln(".e9l{font-size:9pt ; line-height: 155%}");
		document.writeln(".e10l{font-size:10pt ; line-height: 155%}");
		document.writeln(".e12l{font-size:12pt ; line-height: 155%}");
		document.writeln(".e14l{font-size:14pt ; line-height: 155%}");
	 //文章
		document.writeln(".e9h{font-size:9pt ; line-height: 177%}");
		document.writeln(".e10h{font-size:10pt ; line-height: 177%}");
		document.writeln(".e12h{font-size:12pt ; line-height: 177%}");
		document.writeln(".e14h{font-size:14pt ; line-height: 177%}");
		}
	else
	{
		if( vNum < 5 )
		{	// MAC NETSCAPE 4.x
   	//基本
		document.writeln(".e9{font-size:9pt ; line-height: 115%}");
		document.writeln(".e10{font-size:10pt ; line-height: 115%}");
		document.writeln(".e12{font-size:12pt ; line-height: 115%}");
		document.writeln(".e14{font-size:14pt ; line-height: 115%}");
	//リスト
		document.writeln(".e9l{font-size:9pt ; line-height: 155%}");
		document.writeln(".e10l{font-size:10pt ; line-height: 155%}");
		document.writeln(".e12l{font-size:12pt ; line-height: 155%}");
		document.writeln(".e14l{font-size:14pt ; line-height: 155%}");
	 //文章
		document.writeln(".e9h{font-size:9pt ; line-height: 177%}");
		document.writeln(".e10h{font-size:10pt ; line-height: 177%}");
		document.writeln(".e12h{font-size:12pt ; line-height: 177%}");
		document.writeln(".e14h{font-size:14pt ; line-height: 177%}");
		}
	 	else
	 	{
			// MAC NETSCAPE 6.x~
   	//基本
		document.writeln(".e9{font-size:9pt ; line-height: 115%}");
		document.writeln(".e10{font-size:10pt ; line-height: 115%}");
		document.writeln(".e12{font-size:12pt ; line-height: 115%}");
		document.writeln(".e14{font-size:14pt ; line-height: 115%}");
	//リスト
		document.writeln(".e9l{font-size:9pt ; line-height: 155%}");
		document.writeln(".e10l{font-size:10pt ; line-height: 155%}");
		document.writeln(".e12l{font-size:12pt ; line-height: 155%}");
		document.writeln(".e14l{font-size:14pt ; line-height: 155%}");
	 //文章
		document.writeln(".e9h{font-size:9pt ; line-height: 177%}");
		document.writeln(".e10h{font-size:10pt ; line-height: 177%}");
		document.writeln(".e12h{font-size:12pt ; line-height: 177%}");
		document.writeln(".e14h{font-size:14pt ; line-height: 177%}");
		}
	 }

}
else
{
	if( bName == "M")
	{	// WIN IE
   	//基本
		document.writeln(".e9{font-size:9pt ; line-height: 115%}");
		document.writeln(".e10{font-size:10pt ; line-height: 115%}");
		document.writeln(".e12{font-size:12pt ; line-height: 115%}");
		document.writeln(".e14{font-size:14pt ; line-height: 115%}");
	//リスト
		document.writeln(".e9l{font-size:9pt ; line-height: 155%}");
		document.writeln(".e10l{font-size:10pt ; line-height: 155%}");
		document.writeln(".e12l{font-size:12pt ; line-height: 155%}");
		document.writeln(".e14l{font-size:14pt ; line-height: 155%}");
	 //文章
		document.writeln(".e9h{font-size:9pt ; line-height: 177%}");
		document.writeln(".e10h{font-size:10pt ; line-height: 177%}");
		document.writeln(".e12h{font-size:12pt ; line-height: 177%}");
		document.writeln(".e14h{font-size:14pt ; line-height: 177%}");
		}
	else
	{
		if( vNum < 5 )
		{	// WIN NETSCAPE 4.x
  
   	//基本
		document.writeln(".e9{font-size:9pt ; line-height: 115%}");
		document.writeln(".e10{font-size:10pt ; line-height: 115%}");
		document.writeln(".e12{font-size:12pt ; line-height: 115%}");
		document.writeln(".e14{font-size:14pt ; line-height: 115%}");
	//リスト
		document.writeln(".e9l{font-size:9pt ; line-height: 155%}");
		document.writeln(".e10l{font-size:10pt ; line-height: 155%}");
		document.writeln(".e12l{font-size:12pt ; line-height: 155%}");
		document.writeln(".e14l{font-size:14pt ; line-height: 155%}");
	 //文章
		document.writeln(".e9h{font-size:9pt ; line-height: 177%}");
		document.writeln(".e10h{font-size:10pt ; line-height: 177%}");
		document.writeln(".e12h{font-size:12pt ; line-height: 177%}");
		document.writeln(".e14h{font-size:14pt ; line-height: 177%}");
		}
		else
		{	// WIN NETSCAPE 6.x~
   	//基本
		document.writeln(".e9{font-size:9pt ; line-height: 115%}");
		document.writeln(".e10{font-size:10pt ; line-height: 115%}");
		document.writeln(".e12{font-size:12pt ; line-height: 115%}");
		document.writeln(".e14{font-size:14pt ; line-height: 115%}");
	//リスト
		document.writeln(".e9l{font-size:9pt ; line-height: 155%}");
		document.writeln(".e10l{font-size:10pt ; line-height: 155%}");
		document.writeln(".e12l{font-size:12pt ; line-height: 155%}");
		document.writeln(".e14l{font-size:14pt ; line-height: 155%}");
	 //文章
		document.writeln(".e9h{font-size:9pt ; line-height: 177%}");
		document.writeln(".e10h{font-size:10pt ; line-height: 177%}");
		document.writeln(".e12h{font-size:12pt ; line-height: 177%}");
		document.writeln(".e14h{font-size:14pt ; line-height: 177%}");
		}
	}
}
 document.writeln("--></STYLE>");

