/* Main CSS */
mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;

document.write("<STYLE TYPE='text/css'><!--")
if(mac){
		//Mac IE NC
		document.write(".t09{font-Size:9px; line-height:11px}")
		document.write(".t10{font-Size:10px; line-height:12px}")
		document.write(".t14{font-Size:14px; line-height:16px}")
		document.write(".t18{font-Size:18px; line-height:22px}")
		document.write("a:link{color: #CCCCCC; text-decoration: none;}")
		document.write("a:visited{color: #CCCCCC; text-decoration: none;}")
		document.write("a:hover{color: #990000; text-decoration: underline;}")	
		document.write("body{background-color: #000000;margin: 0px;font-size: 12px;color: #FFFFFF}")
		document.write("select{color:#0163AD;background-color:#D2ECFF;} ")
                document.write(".yokoku{float: left;margin-left: 3px;margin-right: 5px;} ")
                document.write(".yokokuTxt{font-Size:12px;line-height:18px;} ")
                document.write("td.bg{background-image:url(images/bg.gif);background-color: #990000;background-repeat: repeat-x;background-position: top;} ")
                document.write("*{font-family: Osaka,‚l‚r ‚oƒSƒVƒbƒN,Hiragino Kaku Gothic Pro,ƒqƒ‰ƒMƒmŠpƒS Pro W6,sans-serif;} ")
		}
else{
	if(document.all){
		//WIN IE
		document.write(".t10{font-Size:11px; line-height:12px}")
		document.write(".t14{font-Size:14px; line-height:16px}")
		document.write(".t18{font-Size:18px; line-height:22px}")
		document.write("a:link{color: #CCCCCC; text-decoration: none;}")
		document.write("a:visited{color: #CCCCCC; text-decoration: none;}")
		document.write("a:hover{color: #990000; text-decoration: underline;}")	
		document.write("body{background-color: #000000;margin: 0px;font-size: 12px;color: #FFFFFF;scrollbar-base-color: #000000;scrollbar-track-color: #000000;scrollbar-face-color: #000000;scrollbar-shadow-color: #FFFFFF;scrollbar-darkshadow-color: #000000;scrollbar-highlight-color: #FFFFFF;scrollbar-arrow-color: #FFFFFF;}")
		document.write("select{color:#0163AD;background-color:#D2ECFF;} ")
                document.write(".yokoku{float: left;margin-left: 3px;margin-right: 5px;} ")
                document.write(".yokokuTxt{font-Size:12px;line-height:18px;} ")
                document.write("td.bg{background-image:url(images/bg.gif);background-color: #990000;background-repeat: repeat-x;background-position: top;} ")
		}
	else{
		//WIN NC
		document.write(".t09{font-Size:10px; line-height:11px}")
		document.write(".t10{font-Size:11px; line-height:12px}")
		document.write(".t14{font-Size:15px; line-height:16px}")
		document.write(".t18{font-Size:19px; line-height:22px}")
		document.write("a:link{color: #CCCCCC; text-decoration: none;}")
		document.write("a:visited{color: #CCCCCC; text-decoration: none;}")
		document.write("a:hover{color: #990000; text-decoration: underline;}")	
		document.write("body{background-color: #000000;margin: 0px;font-size: 12px;color: #FFFFFF;scrollbar-base-color: #000000;scrollbar-track-color: #000000;scrollbar-face-color: #000000;scrollbar-shadow-color: #FFFFFF;scrollbar-darkshadow-color: #000000;scrollbar-highlight-color: #FFFFFF;scrollbar-arrow-color: #FFFFFF;}")
		document.write("select{color:#0163AD;background-color:#D2ECFF;} ")
                document.write(".yokoku{float: left;margin-left: 3px;margin-right: 3px;} ")
                document.write(".yokokuTxt{font-Size:12px;line-height:18px;} ")
                document.write("td.bg{background-image:url(images/bg.gif);background-color: #990000;background-repeat: repeat-x;background-position: top;} ")
		}
}
		document.write(".t12{font-Size:12px; line-height:20px}")

/* Option CSS start */

/* Option CSS end  */

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

if(mac && document.layers)top.onresize = rebuild
function rebuild(){ parent.top.location.reload();}
