/*style sukima_css ver1.0　20040414*/// バージョン取得function getBrowserVersion(){str = navigator.appName.toUpperCase();version = 0;appVer  = navigator.appVersion;if (str.indexOf("NETSCAPE") >= 0){s = appVer.indexOf(" ",0);version = eval(appVer.substring(0,s));if (version >= 5) version++;}if (str.indexOf("MICROSOFT") >= 0){appVer  = navigator.userAgent;s = appVer.indexOf("MSIE ",0) + 5;e = appVer.indexOf(";",s);ver_temp = appVer.substring(s,e);ver_b = ver_temp.indexOf("b",0);if(ver_b < 0){version = eval(appVer.substring(s,e));}else if(ver_b >= 0){version = eval(appVer.substring(s,e-1));}}return version;}var vNum = getBrowserVersion();var bName = navigator.appName.charAt(0);document.write("<style type='text/css'><!--");if(navigator.appVersion.indexOf("Mac") > -1){if(bName == "N" && vNum < 5){//for MAC NETSCAPE 4.xdocument.write("td{font-size:12px; font-family: Meiryo;}");document.write(".pix9{font-size: 9px; line-height:13px; font-family: Meiryo;}");document.write(".pix10{font-size: 10px; line-height:14px; font-family: Meiryo;}");document.write(".pix12{font-size: 12px; line-height:17px; font-family: Meiryo;}");document.write(".pix14{font-size: 14px; line-height:20px; font-family: Meiryo;}");document.write(".pix16{font-size: 16px; font-family: Meiryo;}");}else{//for MAC etcdocument.write("td{font-size:12px; font-family: Meiryo;}");document.write(".pix9{font-size: 9px; line-height:13px; font-family: Meiryo;}");document.write(".pix10{font-size: 10px; line-height:14px; font-family: Meiryo;}");document.write(".pix12{font-size: 12px; line-height:17px; font-family: Meiryo;}");document.write(".pix14{font-size: 14px; line-height:20px; font-family: Meiryo;}");document.write(".pix16{font-size: 16px; font-family: Meiryo;}");}}else{if(bName == "M"){//for WIN IEdocument.write("td{font-size:12px; font-family: Meiryo;}");document.write(".pix9{font-size: 9px; font-family: Meiryo;}");document.write(".pix10{font-size: 10px; line-height:18px; font-family: Meiryo;}");document.write(".pix12{font-size: 12px; line-height:17px; font-family: Meiryo;}");document.write(".pix14{font-size: 14px; line-height:19px; font-family: Meiryo;}");document.write(".pix16{font-size: 16px; line-height:20px; font-family: Meiryo;}");}else if(bName == "N"){if(vNum < 5){//for WIN NETSCAPE 4.xdocument.write("td{font-size:12px; font-family: Meiryo;}");document.write(".pix9{font-size: 9px; line-height:14px; font-family: Meiryo;}");document.write(".pix10{font-size: 10px; line-height:15px; font-family: Meiryo;}");document.write(".pix12{font-size: 12px; line-height:17px; font-family: Meiryo;}");document.write(".pix14{font-size: 14px; line-height:19px; font-family: Meiryo;}");document.write(".pix16{font-size: 16px; line-height:20px; font-family: Meiryo;}");}else if(vNum >= 5){//for WIN NETSCAPE 6.x~document.write("td{font-size:12px; }");document.write(".pix9{font-size: 9px; line-height:14px; font-family: Meiryo;}");document.write(".pix10{font-size: 10px; line-height:15px; font-family: Meiryo;}");document.write(".pix12{font-size: 12px; line-height:17px; font-family: Meiryo;}");document.write(".pix14{font-size: 14px; line-height:19px; font-family: Meiryo;}");document.write(".pix16{font-size: 16px; line-height:20px; font-family: Meiryo;}");}}else{//for etcdocument.write("td{font-size:12px; }");document.write(".pix9{font-size: 9px; line-height:14px; font-family: Meiryo;}");document.write(".pix10{font-size: 10px; line-height:15px; font-family: Meiryo;}");document.write(".pix12{font-size: 12px; line-height:17px; font-family: Meiryo;}");document.write(".pix14{font-size: 14px; line-height:19px; font-family: Meiryo;}");document.write(".pix16{font-size: 16px; line-height:20px; font-family: Meiryo;}");}}document.write("//--></style>");