canUseHiragino=false;isSafari=false;if ((navigator.userAgent.indexOf('MSIE 5.12') != -1) ||(navigator.userAgent.indexOf('MSIE 5.2') != -1) || ((navigator.userAgent.indexOf('Mozilla') != -1) && (navigator.userAgent.indexOf('Mac OS X') != -1))) {	canUseHiragino=true;	if (navigator.userAgent.indexOf('AppleWebKit') != -1){		isSafari=true;	}}if(navigator.userAgent.indexOf('MSIE 5.14') != -1){	if (navigator.plugins) {		for (i=0; i < navigator.plugins.length; i++ ) {			if (navigator.plugins[i].name.indexOf("QuickTime") >= 0 && navigator.plugins[i].filename.indexOf('.plugin')!=-1){				canUseHiragino=true;			}		}	}}if(canUseHiragino){	document.writeln('<style type="text/css">');	document.writeln('<!--');	if (isSafari){	document.writeln('.K10 { font-family: "Hiragino Kaku Gothic Pro"; font-size: 71%; line-height: 130%; font-weight: normal; }');	document.writeln('.KB10 { font-family: "Hiragino Kaku Gothic Pro"; font-size: 71%; line-height: 130%; font-weight: bold; }');	document.writeln('.aSMALL { font-family: "Hiragino Kaku Gothic Pro"; font-size: 78%; line-height: 130%; font-weight: normal; }');	document.writeln('.aSMALLBOLD { font-family: "Hiragino Kaku Gothic Pro"; font-size: 78%; line-height: 130%; font-weight: bold; }');	document.writeln('.SMALL { font-family: "Hiragino Kaku Gothic Pro"; font-size: 86%; line-height: 130%; font-weight: normal; }');	document.writeln('.SMALLBOLD { font-family: "Hiragino Kaku Gothic Pro"; font-size:86%; line-height: 130%; font-weight: bold; }');	document.writeln('.NORMAL { font-family: "Hiragino Kaku Gothic Pro"; font-size: 95%; line-height: 130%; font-weight: normal; }');	document.writeln('.NORMALBOLD { font-family: "Hiragino Kaku Gothic Pro"; font-size:95%; line-height: 130%; font-weight: bold; }');	document.writeln('.LARGE { font-family: "Hiragino Kaku Gothic Pro"; font-size: 126%; line-height: 130%; font-weight: normal; }');	document.writeln('.LARGEBOLD { font-family: "Hiragino Kaku Gothic Pro"; font-size:126%; font-weight: bold; }');	} else {	document.writeln('.K10 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-size: 71%; line-height: 130%; font-weight: normal; }');	document.writeln('.KB10 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W6"; font-size: 71%; line-height: 130%; font-weight: normal; }');	document.writeln('.aSMALL { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-size: 78%; line-height: 130%; font-weight: normal; }');	document.writeln('.aSMALLBOLD { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W6"; font-size:78%; line-height: 130%; font-weight: normal; }');	document.writeln('.SMALL { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-size: 86%; line-height: 130%; font-weight: normal; }');	document.writeln('.SMALLBOLD { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W6"; font-size:86%; line-height: 130%; font-weight: normal; }');	document.writeln('.NORMAL { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-size: 95%; line-height: 130%; font-weight: normal; }');	document.writeln('.NORMALBOLD { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W6"; font-size:95%; line-height: 130%; font-weight: normal}');	document.writeln('.LARGE { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-size: 126%; line-height: 130%; font-weight: normal; }');	document.writeln('.LARGEBOLD { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W6"; font-size:126%; font-weight: normal; }');	}		document.writeln('-->');	document.writeln('</style>');}