var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);

document.write("<STYLE TYPE='text/css'><!--");

if(navigator.appVersion.indexOf("Mac") > -1)
{
 if( bName == "M")
  {
    // MAC IE
		document.write(".ex{font-size:10px; color:#666666}");
		document.write(".atten2{font-size:10px; color:#61742D}");
		document.write(".topics{font-size:10px;line-height:15px; padding-right:5px; padding-left:7px;}");
		document.write(".banner{font-size:10px;line-height:15px; padding-right:7px; padding-left:40px; padding-top:1px; padding-bottom:5px;}");
		document.write(".gyoukan{line-height:20px}");
		document.write(".gyoukan2{line-height:16px}");
		document.write(".gyoukan3{line-height:14px}");
		document.write(".size10{font-size:10px}");
		document.write(".copyright{font-size:10px; font-family: 'Arial', 'Helvetica', 'sans-serif'}");
		document.write("select{ font-size: 12px; color:#333333}");
		document.write("input{ font-size: 12px; color:#333333}");
		document.write("textarea{ font-size: 12px; color:#333333}");
		document.write("TD	{ font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write("A	{ text-decoration:none; color:#990000 }");
 } 
 else
 {
    if( vNum < 5 )
    {
        // MAC NETSCAPE 4.x
		document.write(".ex{font-size:10px; color:#666666}");
		document.write(".atten2{font-size:10px; color:#61742D}");
		document.write(".topics{font-size:10px;line-height:15px; padding-right:5px; padding-left:7px;}");
		document.write(".banner{font-size:10px;line-height:15px; padding-right:7px; padding-left:40px; padding-top:1px; padding-bottom:5px;}");
		document.write(".gyoukan{line-height:20px}");
		document.write(".gyoukan2{line-height:16px}");
		document.write(".gyoukan3{line-height:14px}");
		document.write(".size10{font-size:10px}");
		document.write(".copyright{font-size:10px; font-family: 'Arial', 'Helvetica', 'sans-serif'}");
		document.write("select{ font-size: 12px; color:#333333}");
		document.write("input{ font-size: 12px; color:#333333}");
		document.write("textarea{ font-size: 12px; color:#333333}");
		document.write("TD	{ font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write("A	{ text-decoration:none; color:#990000 }");
    } 
    else
    {
        // MAC NETSCAPE 6.x
		document.write(".ex{font-size:10px; color:#666666}");
		document.write(".atten2{font-size:10px; color:#61742D}");
		document.write(".topics{font-size:10px;line-height:15px; padding-right:5px; padding-left:7px;}");
		document.write(".banner{font-size:10px;line-height:15px; padding-right:7px; padding-left:40px; padding-top:1px; padding-bottom:5px;}");
		document.write(".gyoukan{line-height:20px}");
		document.write(".gyoukan2{line-height:16px}");
		document.write(".gyoukan3{line-height:14px}");
		document.write(".size10{font-size:10px}");
		document.write(".copyright{font-size:10px; font-family: 'Arial', 'Helvetica', 'sans-serif'}");
		document.write("select{ font-size: 12px; color:#333333}");
		document.write("input{ font-size: 12px; color:#333333}");
		document.write("textarea{ font-size: 12px; color:#333333}");
		document.write("TD	{ font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write("A	{ text-decoration:none; color:#990000 }");   
    }
 }
}
else
{
 if( bName == "M")
  {
    // WIN IE
		document.write(".ex{font-size:8pt; color:#666666}");
		document.write(".atten2{font-size:8pt; color:#61742D}");
		document.write(".topics{font-size:8pt;line-height:10pt; padding-right:5px; padding-left:7px;}");
		document.write(".banner{font-size:8pt;line-height:10pt; padding-right:7px; padding-left:40px; padding-top:3px; padding-bottom:7px;}");
		document.write(".gyoukan{line-height:14pt}");
		document.write(".gyoukan2{line-height:12pt}");
		document.write(".gyoukan3{line-height:10pt}");
		document.write(".size10{font-size:8pt}");
		document.write(".copyright{font-size:8pt; font-family: 'Arial', 'Helvetica', 'sans-serif'}");
		document.write("select{ font-size: 10pt; color:#333333}");
		document.write("input{ font-size: 10pt; color:#333333}");
		document.write("textarea{ font-size: 10pt; color:#333333}");
		document.write("TD	{ font-size: 10pt; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write("A	{ text-decoration:none; color:#990000}");
 } 
 else
 {
    if( vNum < 5 )
    {
        // WIN NETSCAPE 4.x
		document.write(".ex{font-size:8pt; color:#666666}");
		document.write(".atten2{font-size:8pt; color:#61742D}");
		document.write(".topics{font-size:8pt;line-height:10pt; padding-right:5px; padding-left:7px;}");
		document.write(".banner{font-size:8pt;line-height:10pt; padding-right:7px; padding-left:40px; padding-top:1px; padding-bottom:5px;}");
		document.write(".gyoukan{line-height:15pt}");
		document.write(".gyoukan2{line-height:12pt}");
		document.write(".gyoukan3{line-height:10pt}");
		document.write(".size10{font-size:8pt}");
		document.write(".copyright{font-size:8pt; font-family: 'Arial', 'Helvetica', 'sans-serif'}");
		document.write("select{ font-size: 10pt; color:#333333}");
		document.write("input{ font-size: 10pt; color:#333333}");
		document.write("textarea{ font-size: 10pt; color:#333333}");
		document.write("TD	{ font-size: 10pt; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write("A	{ text-decoration:none; color:#990000}");
    } 
    else
    {
        // WIN NETSCAPE 6.x
		document.write(".ex{font-size:8pt; color:#666666}");
		document.write(".atten2{font-size:8pt; color:#61742D}");
		document.write(".topics{font-size:8pt;line-height:10pt; padding-right:5px; padding-left:7px;}");
		document.write(".banner{font-size:8pt;line-height:10pt; padding-right:7px; padding-left:40px; padding-top:3px; padding-bottom:7px;}");
		document.write(".gyoukan{line-height:14pt}");
		document.write(".gyoukan2{line-height:12pt}");
		document.write(".gyoukan3{line-height:10pt}");
		document.write(".size10{font-size:8pt}");
		document.write(".copyright{font-size:8pt; font-family: 'Arial', 'Helvetica', 'sans-serif'}");
		document.write("select{ font-size: 10pt; color:#333333}");
		document.write("input{ font-size: 10pt; color:#333333}");
		document.write("textarea{ font-size: 10pt; color:#333333}");
		document.write("TD	{ font-size: 10pt; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write("A	{ text-decoration:none; color:#990000}");
    }
 }
}
		//--Hover-------------------
		document.write("A:Hover{color : #990000; text-decoration:underline}");

document.write("--></STYLE>");
