document.write("<STYLE TYPE='text/css'><!--")

//マックだったら（IEもネスケも両方反応）
	if(navigator.appVersion.indexOf("Mac") > 1){
		document.write(".F1{font-size:9px; line-height:115%}")
		document.write(".F2{font-size:10px; line-height:150%}")
		document.write(".F4{font-size:12px; line-height:140%}")
		document.write(".F6{font-size:14px; line-height:115%}")
		document.write(".F10{font-size:18px; line-height:115%}")
	}

//マックじゃなくて（WINの）エクスプローラだったら
	else{
		if(navigator.appName.charAt(0) == "M"){
		document.write(".F1{font-size:10px; line-height:115%}")
		document.write(".F2{font-size:11px; line-height:150%}")
		document.write(".F4{font-size:13px; line-height:140%}")
		document.write(".F6{font-size:15px; line-height:115%}")
		document.write(".F10{font-size:19px; line-height:115%}")
		}

//上記以外は
	else{
		document.write(".F1{font-size:10px; line-height:115%}")
		document.write(".F2{font-size:11px; line-height:150%}")
		document.write(".F4{font-size:13px; line-height:140%}")
		document.write(".F6{font-size:15px; line-height:115%}")
		document.write(".F10{font-size:19px; line-height:115%}")
		}
}

document.write("A:link {color: #FF6600}");
document.write("A:visited {color: #996633}");
document.write("A:active {color: #FF6600}");
document.write("A:hover {color: #FF6600; text-decoration:underline}");
document.write("A {text-decoration:none}");

document.write("TABLE.orangeline {border:solid 1px #FF6600}");
document.write("TD.line {background-image:url(images/graydot.gif); background-repeat:repeat-x; background-position:left bottom}");
document.write("TD.dottedline {background-image:url(images/dottedline.gif); background-repeat:repeat-x; background-position:left bottom}");
document.write(".product {color: #FF6600; text-decoration:underline}");

document.write(".BLD {font-weight: bold}");
document.write(".white {color: #FFFFFF}");
document.write(".navy {color: #000066}");
document.write(".black {color: #000000}");
document.write(".red {color: #FF0000}");
//	document.write(".khaki {color: #CCCC99}");

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(".leftmargin10 {margin-left: 10px}");
//	document.write(".rightmargin10 {margin-right: 10px}");
//	document.write(".bottommargin10 {margin-bottom: 10px}");

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