

document.write("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
	// MAC IE NN
	document.write(".f9{font-size:9px; font-family :'osaka';}")
	document.write(".f_s{font-size:9px; line-height:120%; font-family :'osaka';}")
	document.write(".f10{font-size:10px; line-height:120%; font-family :'osaka';}")
	document.write(".f10_12{font-size:10px; line-height:160%; font-family :'osaka';}")
	document.write(".f10_12t{font-size:10px; line-height: 120%; font-family :'osaka';}")
	document.write(".f12{font-size:12px; line-height: 160%; font-family :'osaka';}")
	document.write(".f12tit{font-size:12px; font-family :'osaka';}")
	document.write(".f13{font-size:12px; line-height: 120%; font-family :'osaka';}")
	document.write(".f14{font-size:14px; line-height: 140%; font-family :'osaka';}")
	document.write(".tit { font-size:18px; font-weight:bold; font-family :'osaka'; } ")
	document.write(".lh180 { font-size:12px; line-height: 180%; font-family :'osaka'; } ")
	document.write(".navi1 { font-size:12px; visited-color:#999999;font-family :'osaka'; } ")
}
else{
	if(navigator.appName.charAt(0) == "M"){
	// WIN IE
	document.write(".f9{font-Size:9px; line-height:11px; font-family :'MS Gothic';}")
	document.write(".f_s{font-size:10px; line-height:120%; font-family :'MS Gothic';}")
	document.write(".f10{font-size:10px; line-height:120%; font-family :'MS Gothic';}")
	document.write(".f10_12{font-size:12px; line-height:160%;}")
	document.write(".f10_12t{font-size:12px; line-height: 120%; font-family :'MS Gothic';}")
	document.write(".f12{font-size:12px; line-height:160%; font-family :'MS Gothic';}")
	document.write(".f12tit{font-size:12px; font-family :'MS Gothic';}")
	document.write(".f13{font-size:12px; line-height:120%; font-family :'MS Gothic';}")
	document.write(".f14{font-size:13px; line-height:140%; font-family :'MS Gothic';}")
	document.write(".tit { font-size:18px; font-weight:bold; font-family :'MS Gothic'; } ")
	document.write(".lh180 { font-size:12px; line-height: 180%; font-family :'MS Gothic';} ")
	}
	else{
	// WIN NN
	document.write(".f9{font-Size:10px; line-height:12px; font-family :'MS Gothic';}")
	document.write(".f_s{font-size:11px; line-height:120%; font-family :'MS Gothic';}")
	document.write(".f10{font-size:11px; line-height:120%; font-family :'MS Gothic';}")
	document.write(".f10_12{font-size:12px; line-height:160%;}")
	document.write(".f10_12t{font-size:12px; line-height: 120%; font-family :'MS Gothic';}")
	document.write(".f12{font-size:12px; line-height:160%; font-family :'MS Gothic';}")
	document.write(".f12tit{font-size:12px; font-family :'MS Gothic';}")
	document.write(".f13{font-size:12px; line-height:120%; font-family :'MS Gothic';}")
	document.write(".f14{font-size:13px; line-height:140%; font-family :'MS Gothic';}")
	document.write(".tit { font-size:18px; font-weight:bold; font-family :'MS Gothic'; } ")
	document.write(".lh180 { font-size:12px; line-height: 180%; font-family :'MS Gothic';} ")
	}
}	
	document.write ("a:link { color : #0000cc ; text-decoration : none } ")
	document.write ("a:visited { color : #0066FF ; text-decoration : none  }") 
	document.write ("a:hover { color : #CC0000 ;text-decoration:underline }")
	document.write ("a:active { color : #0000cc ; text-decoration : none  } ")

document.write("--></STYLE>");