document.writeln("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
	// mac
      document.writeln(".e9{font-size:9px; line-height:15px}")
      document.writeln('.j10{ font-family: "Hiragino maru Gothic Pro", "ƒqƒ‰ƒMƒmŠÛƒS Pro W4"; font-size:10px; line-height:15px}')
	document.writeln('.j10b{ font-weight: bold; font-family:  "Hiragino maru Gothic Pro", "ƒqƒ‰ƒMƒmŠÛƒS Pro W4"; font-size:10px; line-height:15px}')
}
else{
	if(navigator.appName.charAt(0) == "M"){
	// win_ie
     document.writeln(".e9{font-size:9px; line-height:15px}")
     document.writeln('.j10{ font-family: "‚l‚r ‚oƒSƒVƒbƒN", MS UI Gothic; font-size:11px; line-height:15px}')
     document.writeln('.j10b{ font-weight: bold; font-family: "‚l‚r ‚oƒSƒVƒbƒN", MS UI Gothic; font-size:11px; line-height:15px}')
	}
	else{
	// win_nn
      document.writeln(".e9{font-size:10px; line-height:15px}")
      document.writeln('.j10{ font-family: "‚l‚r ‚oƒSƒVƒbƒN", MS UI Gothic; font-size:11px; line-height:15px}')
	document.writeln('.j10b{ font-weight: bold; font-family: "‚l‚r ‚oƒSƒVƒbƒN", MS UI Gothic; font-size:11px; line-height:15px}')
	}
}
document.writeln("--></STYLE>");	
