
document.write("<STYLE TYPE='text/css'><!--")

//マックだったら（IEもネスケも両方反応）
	if(navigator.appVersion.indexOf("Mac") > 1){
		document.write("F2 {font-size:10px; line-height:100%; color:#333333;}")
		document.write("TD {font-size:10px; line-height:140%; color:#333333;}")
		document.write("bady {font-size:10px; line-height:100%; color:#333333;}")
		document.write("input,textarea,select,btn {font-size:10px; line-height:120%; color:#333333;}")
	}

//マックじゃなくて（WINの）エクスプローラだったら
	else{
		if(navigator.appName.charAt(0) == "M"){
		document.write("F2 {font-size:11px; line-height:100%; color:#333333;}")
		document.write("TD {font-size:11px; line-height:140%; color:#333333;}")
		document.write("body {font-size:11px; line-height:100%; color:#333333;}")
		document.write("input,textarea,select,btn {font-size:11px; line-height:120%; color:#333333;}")
		}

//上記以外は
	else{
		document.write("F2 {font-size:11px; line-height:100%; color:#333333;}")
		document.write("TD {font-size:11px; line-height:140%; color:#333333;}")
		document.write("body {font-size:11px; line-height:100%; color:#333333;}")
		document.write("input,textarea,select,btn {font-size:11px; line-height:120%; color:#333333;}")
		}
}

document.write("body {background-color:#ffffff; margin:0px; scrollbar-face-color:#ffffff; scrollbar-track-color:#ffffff; scrollbar-arrow-color:#ffcc00; scrollbar-highlight-color:#ffcc00; scrollbar-shadow-color:#ffffff; scrollbar-3dlight-color:#ffffff; scrollbar-darkshadow-color:#ffffff;}")
document.write("input,textarea{border-style: solid; border-color: #666666; background-color: #ffffff; border-width: 1px;}")

document.write("A:link {color: #cc6600; text-decoration:none}");
document.write("A:visited {color: #ff0000; text-decoration:none}");
document.write("A:active {color: #993333; text-decoration:underline}");
document.write("A:hover {color: #993333; text-decoration:underline}");

document.write(".link {color:#333333}");
document.write(".t1 {filter: alpha(opacity=70); background-color: #333333}");
document.write(".t2 {filter: alpha(opacity=70); background-color: #666666}");
document.write(".t3 {border: 1 solid #ffffff}");
document.write(".btn {border-style: solid; border-color: #666666; background-color: #ffffff; border-width :1px;}");

document.write(".BLD {font-weight: bold}");
document.write(".white {color: #FFFFFF}");
document.write(".yellow {color: #FFFF00}");
document.write(".red {color: #990000}");
document.write(".black {color: #000000}");

document.write(".margin10 {margin-top: 10px}");
document.write(".margin20 {margin-top: 20px}");
document.write(".margin5 {margin-top: 5px}");
document.write(".leftmargin40 {margin-left: 40px}");
document.write(".leftmargin20 {margin-left: 20px}");
document.write(".leftmargin5 {margin-left: 5px}");
document.write(".rightmargin10 {margin-right: 10px}");
document.write(".bottommargin10 {margin-bottom: 10px}");

document.write("--></STYLE>");

