
document.write("<STYLE TYPE='text/css'><!--")

//マックだったら（IEもネスケも両方反応）
	if(navigator.appVersion.indexOf("Mac") > 1){
		document.write("BODY {font-size:11px; line-height:100%; color:#000000;}")
		document.write("TD {font-size:11px; line-height:140%; color:#000000;}")
		document.write(".F2 {font-size:10px; line-height:140%; color:#000000;}")
		document.write("DIV.head{font-size:10px; line-height:140%; color: #ffffff; margin:20px 410px 0px 43px;}")
		document.write("DIV.date{font-size:10px; line-height:140%; color: #000000; text-align:right;}")
	}

//マックじゃなくて（WINの）エクスプローラだったら
	else{
		if(navigator.appName.charAt(0) == "M"){
		document.write("BODY {font-size:12px; line-height:100%; color:#000000;}")
		document.write("TD {font-size:12px; line-height:140%; color:#000000;}")
		document.write(".F2 {font-size:11px; line-height:140%; color:#000000;}")
		document.write("DIV.head{font-size:11px; line-height:140%; color: #ffffff; margin:20px 410px 0px 43px;}")
		document.write("DIV.date{font-size:11px; line-height:140%; color: #000000; text-align:right;}")
		}

//上記以外は
	else{
		document.write("BODY {font-size:12px; line-height:100%; color:#000000;}")
		document.write("TD {font-size:12px; line-height:140%; color:#000000;}")
		document.write(".F2 {font-size:11px; line-height:140%; color:#000000;}")
		document.write("DIV.head{font-size:11px; line-height:140%; color: #ffffff; margin:20px 410px 0px 43px;}")
		document.write("DIV.date{font-size:11px; line-height:140%; color: #000000; text-align:right;}")
		}
}

document.write("body {scrollbar-face-color:#669933; scrollbar-track-color:#669933; scrollbar-arrow-color:#000000; scrollbar-highlight-color:#669933; scrollbar-shadow-color:#000000; scrollbar-3dlight-color:#000000; scrollbar-darkshadow-color:#669933;}")
document.write("input,textarea { border-style:solid;border-color:#666666;font-size:12px;color:#000000;filter:alpha(opacity=70);background-color:#ffffff;border-width:1px; }")

document.write("TABLE.headerline {border-top:solid 2px #cccccc; border-left:solid 2px #cccccc; border-right:solid 2px #cccccc;}");
document.write("TABLE.mainline {border-left:solid 2px #cccccc; border-right:solid 2px #cccccc;}");
document.write("TABLE.menuline {border-left:solid 2px #cccccc; border-right:solid 1px #669933;}");
document.write("TABLE.main2line {border-right:solid 2px #cccccc;}");
document.write("TABLE.copyrightline {border-top:solid 2px #cccccc;}");

document.write("A:link {color: #990000; text-decoration:none}");
document.write("A:visited {color: #990000; text-decoration:none}");
document.write("A:active {color: #ff0000; text-decoration:underline}");
document.write("A:hover {color: #ff0000; text-decoration:underline}");

document.write("A.head:link {color: #000000}");
document.write("A.head:visited {color: #000000}");
document.write("A.head:active {color: #666666}");
document.write("A.head:hover {color: #666666}");
document.write("A.head {text-decoration:underline}");

document.write(".t1 {filter: alpha(opacity=70); background-color: #e9e9eb; border-style: solid; border-color: #cccccc; border-width :1px;}");
document.write(".t2 {filter: alpha(opacity=70); background-color: #e9e9eb;}");
document.write(".t3 {border-style: solid; border-color: #cccccc; border-width :1px;}");
document.write(".btn {border-style: solid; border-color: #999999; font-size: 10px; color: #cccccc; background-color: #000000; 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(".margin1 {margin-top: 1px}");
document.write(".margin2 {margin-top: 2px}");
document.write(".margin5 {margin-top: 5px}");
document.write(".margin10 {margin-top: 10px}");
document.write(".margin15 {margin-top: 15px}");
document.write(".leftmargin70 {margin-left: 70px}");
document.write(".leftmargin40 {margin-left: 40px}");
document.write(".leftmargin20 {margin-left: 20px}");
document.write(".leftmargin10 {margin-left: 10px}");
document.write(".rightmargin10 {margin-right: 10px}");
document.write(".bottommargin10 {margin-bottom: 10px}");

document.write("--></STYLE>");
