/*イメージのプリロード*/
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

/*スタイルシート定義*/
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("A:link{color: #FF6600}")
		document.write("A:visited{color: #FD812F}")
		document.write("A:active{color: #FD812F}")
		document.write("A:hover{color: #FD812F}")
		document.write(".t2{font-Size:10px; line-height:14px}")
		document.write(".t2a{font-Size:10px; line-height:18px}")
		document.write(".t2b{font-Size:10px}")
		document.write(".t2c{font-Size:10px; line-height:16px}")
		document.write(".t3{font-Size:12px; line-height:18px}")
		document.write(".t4{font-Size:14px; line-height:18px}")
		document.write(".t5{font-Size:18px; line-height:22px}")
}
else{
	if(ie){
		//WIN IE
		document.write("A:link{color: #FF6600}")
		document.write("A:visited{color: #FD812F}")
		document.write("A:active{color: #FD812F}")
		document.write("A:hover{color: #FD812F}")
		document.write(".t2{font-Size:11px; line-height:14px}")
		document.write(".t2a{font-Size:11px; line-height:18px}")
		document.write(".t2b{font-Size:11px}")
		document.write(".t2c{font-Size:11px; line-height:16px}")
		document.write(".t3{font-Size:12px; line-height:18px}")
		document.write(".t4{font-Size:14px; line-height:18px}")
		document.write(".t5{font-Size:18px; line-height:22px}")
	}
	else{
		//WIN NS
		document.write("A:link{color: #FF6600}")
		document.write("A:visited{color: #FD812F}")
		document.write("A:active{color: #FD812F}")
		document.write("A:hover{color: #FD812F}")
		document.write(".t2{font-Size:11px; line-height:14px}")
		document.write(".t2a{font-Size:11px; line-height:18px}")
		document.write(".t2b{font-Size:11px}")
		document.write(".t2c{font-Size:11px; line-height:16px}")
		document.write(".t3{font-Size:12px; line-height:17px}")
		document.write(".t4{font-Size:15px; line-height:18px}")
		document.write(".t5{font-Size:18px; line-height:22px}")
	}
}

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