/* Apple Design Style Sheet 2002 */

canUseHiragino=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('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('<!--');
	document.writeln('.K10 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-size: 10px; line-height: 130%; font-weight: normal}');
	document.writeln('.K12 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-size: 12px; line-height: 130%; font-weight: normal}');
	document.writeln('.KB12 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W6"; font-size:12px; font-weight: normal}');
	document.writeln('.K14 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-size: 14px; line-height: 130%; font-weight: normal}');
	document.writeln('.KB14 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W6"; font-size:14px; font-weight: normal}');
	document.writeln('.M12 { font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W3"; font-size: 12px; line-height: 130%; font-weight: normal}');
	document.writeln('.MB12 { font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W6"; font-size:12px; font-weight: normal}');
	document.writeln('.M14 { font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W3"; font-size: 14px; line-height: 130%; font-weight: normal}');
	document.writeln('.MB14 { font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W6"; font-size:14px; font-weight: normal}');
	document.writeln('.R10 { font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4"; font-size: 10px; line-height: 130%; font-weight: normal}');
	document.writeln('.R12 { font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4"; font-size: 12px; line-height: 130%; font-weight: normal}');
	document.writeln('.R14 { font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4"; font-size: 14px; line-height: 130%; font-weight: normal}');
	document.writeln('-->');
	document.writeln('</style>');
}