document.write("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
		// MAC IE NN
			document.write(".s {font-size: 10px;line-height: 15px}")
			document.write(".m {font-size: 12px;line-height: 18px}")
			document.write(".lnm {font-size: 12px;line-height: 18px}")
			}
		else{
	if(navigator.appName.charAt(0) == "M"){
		// WIN IE
			document.write(".s {font-size: 10px;line-height: 15px}")
			document.write(".m {font-size: 12px;line-height: 18px}")
			document.write(".lnm {font-size: 12px;line-height: 18px}")
			}
		else{
		// WIN NN
			document.write(".s {font-size: 10px;line-height: 15px}")
			document.write(".m {font-family: MS UI Gothic; font-size: 12px;line-height: 18px}")
			document.write(".lnm {font-family: MS UI Gothic; font-size: 12px;line-height:18px}")
			}
		}
		// COMMON
			document.write("A:link{text-decoration: none; color:#ffffff;}");
	document.write("a:visited{text-decoration: none; color:#ffffff;}");
	document.write("a:hover{text-decoration: none; color: #ff9900;}");
	document.write("a:active {text-decoration:none color:#ff9900; }");

	
	document.write(".bottom a:link{text-decoration: none; color:#464646;}");
	document.write(".bottom a:visited{text-decoration: none; color:#464646;}");
	document.write(".bottom a:hover{text-decoration: none; color: #ff9900;}");
	document.write(".bottom a:active {text-decoration:none; color:#ff9900; }");

	
	document.write(".mori a:link{text-decoration: none; color:#006699;}");
	document.write(".mori a:visited{text-decoration: none; color:#006699;}");
	document.write(".mori a:hover{text-decoration: none; color: #ff9900;}");
	document.write(".mori a:active {text-decoration:none; color:#ff9900; }");
				
document.write("--></STYLE>");	
