/*スタイルシート定義*/
mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;

document.write("<STYLE TYPE='text/css'><!--")
if(mac){
		//MAC IE NS
		document.write("body {font-Size:12px; line-height: 120%; color: #333333}")
		document.write("td {font-Size:12px; line-height: 120%}")
		document.write(".t1{font-Size:9px}")
		document.write(".t2{font-Size:12px;}")
		document.write(".t3{font-Size:14px;}")
		document.write(".r01{line-height:140%}")
		document.write(".s{font-size: xx-small}")
		document.write(".ac {font-size: 10px; color: #6C6C6C;}")
		document.write(".ft{font-Size:10px;}")
}
else{
	if(ie){
		//WIN IE
		document.write("body {font-size: x-small; line-height: 120%; color: #333333}")
		document.write("td {font-size: x-small; line-height: 120%}")
		document.write(".t1{font-Size:10px;}")
		document.write(".t2{font-Size:12px;}")
		document.write(".t3{font-Size:14px;}")
		document.write(".r01{line-height:140%}")
		document.write(".s{font-size: xx-small}")
		document.write(".ac {font-size: 10px; color: #6C6C6C;}")
		document.write(".ft{font-Size:10px;}")
	}
	else{
		//WIN NS
		document.write("body {font-Size:12px; color: #333333}")
		document.write("td {font-Size:12px;}")
		document.write(".t1{font-Size:11px;}")
		document.write(".t2{font-Size:12px;}")
		document.write(".t3{font-Size:15px;}")
		document.write(".r01{line-height:140%}")
		document.write(".s{font-Size:11px;}")
		document.write(".ac {font-size: 11px; color: #6C6C6C;}")
		document.write(".ft{font-Size:11px;}")
	}
}
/*各ブラウザ共通*/
document.write("A:link{color: #000099}")
document.write("A:visited{color: #000099}")
document.write("A:hover{color: #FF6600}")
document.write(".bt01{font-Size:10px;}")
document.write(".bt{font-Size:12px;}")
document.write(".bt:link{color: #000000}")
document.write(".bt:visited{color: #000000}")
document.write(".bt:hover{color: #000000}")
document.write(".ft:link{color: #000099; text-decoration: none;}")
document.write(".ft:visited{color: #000099; text-decoration: none;}")
document.write(".ft:hover{color: #FF6600; text-decoration: underline;}")
document.write("--></STYLE>");