document.write('<STYLE type="text/css">body {scrollbar-face-color:#FAFAD2;SCROLLBAR-HIGHLIGHT-COLOR:#FAFAD2;SCROLLBAR-TRACK-COLOR:#FAFAD2;SCROLLBAR-DARKSHADOW-COLOR:#FAFAD2;font-family : "麗流隷書","ＭＳ 明朝","等幅明朝" ;}a:link,a:visited {text-decoration : none ; }a:hover{font-size:12pt; font-family : "麗流隷書","ＭＳ 明朝","等幅明朝" ;}a:hover {position:relative; top:2px; left:4px; text-decoration: none ;}</style>');

document.write('<DIV id="Brd_IE" style="height : 10px; right : 10px; POSITION: absolute; top : 10px; width : 10px;"><A href="http://tech.palcity.jp/link/ring/ri1.html"><IMG src="http://tech.palcity.jp/link/ring/utapal.gif" height="31" width="88" border="0"></A><BR></DIV></LAYER>');


<!--
NS = (document.layers) ? 1 : 0;
IE = (document.all) ? 1: 0;
self.onError=null;
currentX = currentY = 0;  
whichIt = null;           
lastScrollX = 0; lastScrollY = 0;
function Branding() {
if(IE) { diffY = document.body.scrollTop; diffX = document.body.scrollLeft; }
if(NS) { diffY = self.pageYOffset; diffX = self.pageXOffset; }

if(diffY != lastScrollY) {
percent = .5 * (diffY - lastScrollY);
if(percent > 0) percent = Math.ceil(percent);
else percent = Math.floor(percent);
if(IE) document.all.Brd_IE.style.pixelTop += percent;
if(NS) document.Brd.top += percent; 
lastScrollY = lastScrollY + percent;
}
if(diffX != lastScrollX) {
percent = .5 * (diffX - lastScrollX);
if(percent > 0) percent = Math.ceil(percent);
else percent = Math.floor(percent);
if(IE) document.all.Brd_IE.style.pixelLeft += percent;

if(NS) document.Brd.left += percent;
lastScrollX = lastScrollX + percent;

}       
}

if(NS || IE) action = window.setInterval("Branding()",1);

//end -->

