if((navigator.appName=="Netscape")&&(parseInt(navigator.appVersion)<=4)){
	document.write('<link rel="stylesheet" type="text/css" href="/book/common/css/style_ns4_jp.css">');
}else if((navigator.userAgent.indexOf("MSIE 5",0)!=-1)&&(navigator.userAgent.indexOf("Mac",0)!=-1)){
	document.write('<link rel="stylesheet" type="text/css" href="/book/common/css/style_macie_jp.css">');
}