<!--
/*-------ƒXƒ^ƒCƒ‹ƒV[ƒg‚ÌU‚è•ª‚¯-------*/

mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;

document.write("<style type=\"text/css\">");
document.write("<!--");

if(mac){
	//FOR MAC IE NS
	document.write("body { color:#666666; background-color:#FFFFFF; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; }");
	document.write(".size2s { font-size:10px; line-height:13px; font-family:Osaka; }");
	document.write(".size2 { font-size:10px; line-height:15px; font-family:Osaka; }");
	document.write(".size3s { font-size:12px; line-height:15px; font-family:Osaka; }");
	document.write(".size3 { font-size:12px; line-height:17px; font-family:Osaka; }");
	document.write("a:link { text-decoration:none; color:#666666; }");
	document.write("a:visited { text-decoration:none; color:#666666; }");
	document.write("a:hover { text-decoration:underline; color:#666666; }");
	document.write("a:active { text-decoration:none; color:#666666; }");
}
else{
	if(ie){
	//FOR WINDOWS IE
	document.write("body { color:#666666; background-color:#FFFFFF; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; }");
	document.write(".size2s { font-size:10px; line-height:13px; font-family:‚l‚r ‚oƒSƒVƒbƒN; }");
	document.write(".size2 { font-size:10px; line-height:15px; font-family:MS Gothic; }");
	document.write(".size3s { font-size:12px; line-height:15px; font-family:‚l‚r ‚oƒSƒVƒbƒN; }");
	document.write(".size3 { font-size:12px; line-height:17px; font-family:MS Gothic; }");
	document.write("a:link { text-decoration:none; color:#666666; }");
	document.write("a:visited { text-decoration:none; color:#666666; }");
	document.write("a:hover { text-decoration:underline; color:#666666; }");
	document.write("a:active { text-decoration:none; color:#666666; }");
	}
	else{
	//FOR WIN NS
	document.write("body { color:#666666; background-color:#FFFFFF; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; }");
	document.write(".size2s { font-size:11px; line-height:13px; font-family:‚l‚r ‚oƒSƒVƒbƒN; }");
	document.write(".size2 { font-size:11px; line-height:15px; font-family:MS Gothic; }");
	document.write(".size3s { font-size:12px; line-height:15px; font-family:‚l‚r ‚oƒSƒVƒbƒN; }");
	document.write(".size3 { font-size:12px; line-height:17px; font-family:MS Gothic; }");
	document.write("a:link { text-decoration:none; color:#666666; }");
	document.write("a:visited { text-decoration:none; color:#666666; }");
	document.write("a:hover { text-decoration:underline; color:#666666; }");
	document.write("a:active { text-decoration:none; color:#666666; }");
}
}
document.write("-->");
document.write("</style>")