if(navigator.appVersion.indexOf("Win") > 1){
	if( navigator.appName.charAt(0)=="N" && navigator.appVersion.charAt(0)==4){
		// WIN NN 4.7
		document.write("<STYLE TYPE='text/css'><!--")
		document.write(".tss { font-size: 11px; font-family: Osaka, Verdana}");
		document.write(".ss { font-size: 11px; line-height: 175%; font-family: Osaka, Verdana}");
		document.write(".ssb {  font-size: 11px; line-height: 150%; font-weight: bold}");
		document.write(".s {  font-size: 13px; line-height: 150%; font-family: Osaka, Verdana}");
		document.write(".sb {  font-size: 13px; line-height: 150%; font-weight: bold}");
		document.write(".m {  font-size: 14px; line-height: 150%}");
		document.write(".mb {  font-size: 14px; line-height: 150%; font-weight: bold}");
		document.write(".l {  font-size: 16px; line-height: 150%}");
		document.write(".lb {  font-size: 16px; line-height: 150%; font-weight: bold}");
		document.write(".s_msg { font-size: 11px; line-height: 175% ; color: #FF33CC ; font-family: Osaka, Verdana}");
		document.write(".ss_msg { font-size: 11px; line-height: 175% ; color: #FF33CC ; font-family: Osaka, Verdana}");
		document.write(".edate { font-size: 13px; font-weight: bold; font-family: Arial, Helvetica, san-serif}");
		document.write(".m_bu { font-size: 13px; font-family: Osaka, Verdana}");
		document.write(".sslink { font-size: 11px; line-height: 175%; font-family: Arial, Helvetica, sans-serif}");
		document.write("--></STYLE>");}
	else { 
		// WIN IE,NN6,7 default
		document.write("<STYLE TYPE='text/css'><!--")
		document.write(".tss { font-size: 10px; font-family: Osaka, Verdana}");
		document.write(".ss { font-size: 10px; line-height: 175%; font-family: Osaka, Verdana}");
		document.write(".ssb {  font-size: 10px; line-height: 150%; font-weight: bold}");
		document.write(".s {  font-size: 12px; line-height: 150%; font-family: Osaka, Verdana}");
		document.write(".sb {  font-size: 12px; line-height: 150%; font-weight: bold}");
		document.write(".m {  font-size: 14px; line-height: 150%}");
		document.write(".mb {  font-size: 14px; line-height: 150%; font-weight: bold}");
		document.write(".l {  font-size: 16px; line-height: 150%}");
		document.write(".lb {  font-size: 16px; line-height: 150%; font-weight: bold}");
		document.write(".s_msg { font-size: 10px; line-height: 175% ; color: #FF33CC ; font-family: Osaka, Verdana}");
		document.write(".ss_msg { font-size: 10px; line-height: 175% ; color: #FF33CC ; font-family: Osaka, Verdana}");
		document.write(".edate { font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, san-serif}");
		document.write(".m_bu { font-size: 12px; font-family: Osaka, Verdana}");
		document.write(".sslink { font-size: 10px; line-height: 175%; font-family: Arial, Helvetica, sans-serif}");
		document.write("--></STYLE>");}
}
if(navigator.appVersion.indexOf("Mac") > 1){
	if( navigator.appName.charAt(0)=="N" && navigator.appVersion.charAt(0)==5){
		//Mac NN6.X Line height𒲐
		document.write("<STYLE TYPE='text/css'><!--")
		document.write(".tss { font-size: 10px; font-family: Osaka, Verdana}");
		document.write(".ss { font-size: 10px; line-height: 125%; font-family: Osaka, Verdana}");
		document.write(".ssb {  font-size: 10px; line-height: 100%; font-weight: bold}");
		document.write(".s {  font-size: 12px; line-height: 100%; font-family: Osaka, Verdana}");
		document.write(".sb {  font-size: 12px; line-height: 100%; font-weight: bold}");
		document.write(".m {  font-size: 14px; line-height: 100%}");
		document.write(".mb {  font-size: 14px; line-height: 100%; font-weight: bold}");
		document.write(".l {  font-size: 16px; line-height: 100%}");
		document.write(".lb {  font-size: 16px; line-height: 100%; font-weight: bold}");
		document.write(".s_msg { font-size: 10px; line-height: 125% ; color: #FF33CC ; font-family: Osaka, Verdana}");
		document.write(".ss_msg { font-size: 10px; line-height: 125% ; color: #FF33CC ; font-family: Osaka, Verdana}");
		document.write(".edate { font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, san-serif}");
		document.write(".m_bu { font-size: 12px; font-family: Osaka, Verdana}");
		document.write(".sslink { font-size: 10px; line-height: 125%; font-family: Arial, Helvetica, sans-serif}");
		document.write("--></STYLE>");}
	else { 
		// Mac IE
		document.write("<STYLE TYPE='text/css'><!--")
		document.write(".tss { font-size: 9px; font-family: Osaka, Verdana}");
		document.write(".ss { font-size: 9px; line-height: 175%; font-family: Osaka, Verdana}");
		document.write(".ssb {  font-size: 9px; line-height: 150%; font-weight: bold}");
		document.write(".s {  font-size: 11px; line-height: 150%; font-family: Osaka, Verdana}");
		document.write(".sb {  font-size: 11px; line-height: 150%; font-weight: bold}");
		document.write(".m {  font-size: 14px; line-height: 150%}");
		document.write(".mb {  font-size: 14px; line-height: 150%; font-weight: bold}");
		document.write(".l {  font-size: 16px; line-height: 150%}");
		document.write(".lb {  font-size: 16px; line-height: 150%; font-weight: bold}");
		document.write(".s_msg { font-size: 9px; line-height: 175% ; color: #FF33CC ; font-family: Osaka, Verdana}");
		document.write(".ss_msg { font-size: 9px; line-height: 175% ; color: #FF33CC ; font-family: Osaka, Verdana}");
		document.write(".edate { font-size: 11px; font-weight: bold; font-family: Arial, Helvetica, san-serif}");
		document.write(".m_bu { font-size: 11px; font-family: Osaka, Verdana}");
		document.write(".sslink { font-size: 9px; line-height: 175%; font-family: Arial, Helvetica, sans-serif}");
		document.write("--></STYLE>");}
}
