// StyleSheetConfig
// Copyright(C) PRESIDENT Corporation. All rights reserved.
// Language : JavaScript
// Browser Level : IE4 NN4

mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie =(navigator.appName.charAt(0) == "M")?true:false;

document.write("<style type='text/css'><!--")


document.write("body{margin-top:0px;margin-left:0px;color:#333300}")
document.write(".e9{font-family:'Verdana','Arial','Helvetica','Sans-Serif'}")
document.write(".e10{font-family:'Verdana','Arial','Helvetica','Sans-Serif'}")
document.write(".e12{font-family:'Verdana','Arial','Helvetica','Sans-Serif'}")
document.write(".j9{font-family:'Osaka','‚l‚r‚oƒSƒVƒbƒN'}")
document.write(".j10{font-family:'Osaka','‚l‚r‚oƒSƒVƒbƒN'}")
document.write(".j12{font-family:'Osaka','‚l‚r‚oƒSƒVƒbƒN'}")

document.write("input,textarea{font-size:12px}")
document.write(".white{color:white;}")
document.write(".imeoff{ime-mode:disabled}")
document.write("a{text-decoration:none;color:white}")
document.write("a:hover{text-decoration:none;color:#000090}")
document.write("a.side{text-decoration:none;color:white}")
document.write("a:hover.side{text-decoration:none;color:yellow}")
document.write("a.normal{text-decoration:none;color:#333300}")
document.write("a:hover.normal{text-decoration:none;color:red}")
document.write("a.menu{text-decoration:none;color:gray}")
document.write("a:hover.menu{text-decoration:none;color:gray}")

if(mac){
	// Mac IE NN
	document.write(".e9{font-size:9px}")
	document.write(".e10{font-size:10px}")
	document.write(".e12{font-size:12px}")
	document.write(".j9{font-size:9x}")
	document.write(".j10{font-size:10px}")
	document.write(".j12{font-size:12px}")
}
else{
	if(ie){
	// Win IE
	document.write(".e9{font-size:9px;line-height:11px}")
	document.write(".e10{font-size:10px;line-height:12px}")
	document.write(".e12{font-size:12px;line-height:15px}")
	document.write(".j9{font-size:10x;line-height:12px}")
	document.write(".j10{font-size:11px;line-height:13px}")
	document.write(".j12{font-size:12px;line-height:15px}")
	}
	else{
	// Win NN
	document.write(".e9{font-size:11px}")
	document.write(".e10{font-size:12px;line-height:11px}")
	document.write(".e12{font-size:14px}")
	document.write(".j9{font-size:10x;line-height:11px}")
	document.write(".j10{font-size:11px;line-height:12px}")
	document.write(".j12{font-size:12px;line-height:15px}")
	}
}
document.write("--></style>");
