<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows">
<META http-equiv="Content-Style-Type" content="text/css">
<TITLE></TITLE>
<SCRIPT>
<!--HPB_SCRIPT_INFO_40
//HPB_VFX_EVT Element:BODY Event:OnLoad Handler:HpbVfxinit('Layer1','HpbVfx0401','I831',0,0,0); 
//HPB_VFX_PAR Element:BODY Event:OnLoad LayerID:Layer1 Entry:HpbVfx0401 Param:I831 1stDelay:0 NxtDelay:0 Loop:0 
//-->
</SCRIPT><SCRIPT language="JavaScript">
<!--HPB_SCRIPT_VFX_40
//
//  Licensed Materials - Property of IBM
//  5724G06
//  (C) Copyright IBM Corp. 1995, 2003 All Rights Reserved.
//
var layerId       =  0; var func          =  1; var effectPattern =  2; 
var startTime     =  3; var nextLayerIdx  =  4; var nextStartTime =  5; 
var intervalTime  =  6; var repeat        =  7; var endVisibility =  8;
var posX          =  9; var posY          = 10; var posStartX     = 11;
var posStartY     = 12; var posEndX       = 13; var posEndY       = 14;
var stepX         = 15; var stepY         = 16; var frame         = 17;
var accelerationX = 18; var accelerationY = 19; var angle         = 20;
var fixedX        = 21; var fixedY        = 22; 

var appVer = parseInt(navigator.appVersion);
var isNC=false,isN6=false,isIE=false;
if (document.all && appVer >= 4) isIE=true; else
  if (document.getElementById && appVer > 4) isN6=true; else
    if (document.layers && appVer >= 4) isNC=true;
var elt;
elt = new Array;
var layerobj;
layerobj = new Array;
var lastobj;

function HpbVfxinit() {
  var w_str;
  if (isNC||isN6||isIE) {
    var n_div = arguments.length / 6;
    for (var div = 0; div < n_div; div++) {
      var args = 6 * div;
      var arg1 = arguments[args];
      var arg2 = arguments[args+1];
      var arg3 = arguments[args+2];
      var arg4 = arguments[args+3];
      var arg5 = arguments[args+4];
      var arg6 = arguments[args+5];
      elt[div] = new Array(arg1,arg2,arg3,arg4,-1,arg5,0,arg6,true,-32767,-32767,-32767,-32767,-32767,-32767,-32767,-32767,40,1.0,1.0,0,-1,-1);
  } }

  if (isNC) {
    for (i=0; i < elt.length; i++) {
      w_str = "document." + elt[i][layerId];
      layerobj[i] = eval(w_str);
      if (layerobj[i]) {
        layerobj[i].init = false;
        layerobj[i].innerH = window.innerHeight;
        layerobj[i].innerW = window.innerWidth;
        layerobj[i].pos_x = layerobj[i].left;
        layerobj[i].pos_y = layerobj[i].top;
        layerobj[i].pos_w = layerobj[i].clip.width;
        layerobj[i].pos_h = layerobj[i].clip.height;
  } } }
  if (isN6) {
    for (i=0; i < elt.length; i++) {
      layerobj[i] = document.getElementById(elt[i][layerId]);
      if (layerobj[i]) {
        layerobj[i].init = false;
        layerobj[i].innerH = window.innerHeight;
        layerobj[i].innerW = window.innerWidth;
        layerobj[i].pos_x = parseInt(layerobj[i].style.left);
        layerobj[i].pos_y = parseInt(layerobj[i].style.top);
        layerobj[i].pos_w = parseInt(layerobj[i].style.width);
        layerobj[i].pos_h = parseInt(layerobj[i].style.height);
  } } }
  if (isIE) {
    for (i=0; i < elt.length; i++) {
      w_str = "document.all.item(\"" + elt[i][layerId] + "\")";
      if (eval(w_str)) {
        w_str = "document.all.item(\"" + elt[i][layerId] + "\").style";
        layerobj[i] = eval(w_str);
        if (layerobj[i]) {
          layerobj[i].init = false;
          layerobj[i].innerH = document.body.clientHeight;
          layerobj[i].innerW = document.body.clientWidth;
          layerobj[i].pos_x = layerobj[i].pixelLeft;
          layerobj[i].pos_y = layerobj[i].pixelTop;
          layerobj[i].pos_w = layerobj[i].pixelWidth;
          layerobj[i].pos_h = layerobj[i].pixelHeight;
  } } } }

  if (isNC||isN6||isIE) {
    for (i=0; i < elt.length; i++) {
      if (layerobj[i]) {
        if (elt[i][posX] == -32767) elt[i][posX] = layerobj[i].pos_x;
        if (elt[i][posY] == -32767) elt[i][posY] = layerobj[i].pos_y;
        if (elt[i][effectPattern].charAt(0) == "A") {
          if (elt[i][posX] != -32767) elt[i][posEndX] = elt[i][posX];
          if (elt[i][posY] != -32767) elt[i][posEndY] = elt[i][posY];
          if (elt[i][effectPattern].charAt(1) == "1") {
            elt[i][posStartX] = layerobj[i].pos_w * -1;
            if (elt[i][posY] != -32767) elt[i][posStartY] = elt[i][posY];
          }
          if (elt[i][effectPattern].charAt(1) == "3") {
            if (elt[i][posX] != -32767) elt[i][posStartX] = elt[i][posX];
            elt[i][posStartY] = layerobj[i].pos_h * -1;
          }
          if (elt[i][effectPattern].charAt(1) == "5") {
            elt[i][posStartX] = layerobj[i].pos_w * -1;
            elt[i][posStartY] = layerobj[i].pos_h * -1;
          }
          if (elt[i][effectPattern].charAt(1) == "8") {
            elt[i][posStartX] = layerobj[i].pos_w * -1;
            elt[i][posStartY] = layerobj[i].innerH;
        } }
        if (elt[i][effectPattern].charAt(0) == "B") {
          if (elt[i][posX] != -32767) elt[i][posStartX] = elt[i][posX];
          if (elt[i][posY] != -32767) elt[i][posStartY] = elt[i][posY];
          if (elt[i][effectPattern].charAt(1) == "2") {
            elt[i][posEndX] = layerobj[i].pos_w * -1;
            if (elt[i][posY] != -32767) elt[i][posEndY] = elt[i][posY];
          }
          if (elt[i][effectPattern].charAt(1) == "4") {
            if (elt[i][posX] != -32767) elt[i][posEndX] = elt[i][posX];
            elt[i][posEndY] = layerobj[i].pos_h * -1;
          }
          if (elt[i][effectPattern].charAt(1) == "6") {
            elt[i][posEndX] = layerobj[i].pos_w * -1;
            elt[i][posEndY] = layerobj[i].pos_h * -1;
          }
          if (elt[i][effectPattern].charAt(1) == "7") {
            elt[i][posEndX] = layerobj[i].pos_w * -1;
            elt[i][posEndY] = layerobj[i].innerH;
        } }
        if (elt[i][effectPattern].charAt(0) == "C") {
          if (elt[i][effectPattern].charAt(1) == "2") {
            elt[i][posStartX] = layerobj[i].innerW;
            elt[i][posEndX] = layerobj[i].pos_w * -1;
            if (elt[i][posY] != -32767) {
              elt[i][posStartY] = elt[i][posY];
              elt[i][posEndY] = elt[i][posY];
            }
          }
          if (elt[i][effectPattern].charAt(1) == "1") {
            elt[i][posStartX] = layerobj[i].pos_w * -1;
            elt[i][posEndX] = layerobj[i].innerW;
            if (elt[i][posY] != -32767) {
              elt[i][posStartY] = elt[i][posY];
              elt[i][posEndY] = elt[i][posY];
            }
          }
          if (elt[i][effectPattern].charAt(1) == "3") {
            if (elt[i][posX] != -32767) {
              elt[i][posStartX] = elt[i][posX];
              elt[i][posEndX] = elt[i][posX];
            }
            elt[i][posStartY] = layerobj[i].pos_h * -1;
            elt[i][posEndY] = layerobj[i].innerH;
          }
          if (elt[i][effectPattern].charAt(1) == "4") {
            if (elt[i][posX] != -32767) {
              elt[i][posStartX] = elt[i][posX];
              elt[i][posEndX] = elt[i][posX];
            }
            elt[i][posStartY] = layerobj[i].innerH;
            elt[i][posEndY] = layerobj[i].pos_h * -1;
          }
          if (elt[i][effectPattern].charAt(1) == "7") {
            elt[i][posStartX] = layerobj[i].innerW;
            elt[i][posStartY] = layerobj[i].pos_h * -1;
            elt[i][posEndX] = layerobj[i].pos_w * -1;
            elt[i][posEndY] = layerobj[i].innerH;
          }
          if (elt[i][effectPattern].charAt(1) == "5") {
            elt[i][posStartX] = layerobj[i].pos_w * -1;
            elt[i][posStartY] = layerobj[i].pos_h * -1;
            elt[i][posEndX] = layerobj[i].innerW;
            elt[i][posEndY] = layerobj[i].innerH;
          }
          if (elt[i][effectPattern].charAt(1) == "6") {
            elt[i][posStartX] = layerobj[i].innerW;
            elt[i][posStartY] = layerobj[i].innerH;
            elt[i][posEndX] = layerobj[i].pos_w * -1;
            elt[i][posEndY] = layerobj[i].pos_h * -1;
          }
          if (elt[i][effectPattern].charAt(1) == "8") {
            elt[i][posStartX] = layerobj[i].pos_w * -1;
            elt[i][posStartY] = layerobj[i].innerH;
            elt[i][posEndX] = layerobj[i].innerW;
            elt[i][posEndY] = layerobj[i].pos_h * -1;
        } }
        if (elt[i][effectPattern].charAt(0) == "D") {
          if (elt[i][effectPattern].charAt(1) == "1") {
            elt[i][stepX] = 4;  elt[i][stepY] = 0;
          }
          if (elt[i][effectPattern].charAt(1) == "3") {
            elt[i][stepX] = 0;  elt[i][stepY] = 4;
        } }
        if (elt[i][effectPattern].charAt(0) == "F") {
          if (elt[i][effectPattern].charAt(1) == "4") {
            if (elt[i][posX] != -32767) {
              elt[i][posStartX] = elt[i][posX];
              elt[i][posEndX] = elt[i][posX] + layerobj[i].pos_w;
            }
            if (elt[i][posY] != -32767) {
              elt[i][posStartY] = elt[i][posY];
              if (elt[i][effectPattern].charAt(3) == "1") elt[i][posEndY] = elt[i][posY] + 80;
              if (elt[i][effectPattern].charAt(3) == "2") elt[i][posEndY] = elt[i][posY] + 160;
              if (elt[i][effectPattern].charAt(3) == "3") elt[i][posEndY] = elt[i][posY] + 320;
            }
            elt[i][stepX] = 0;  elt[i][stepY] = 4;
          }
          if (elt[i][effectPattern].charAt(1) == "2") {
            if (elt[i][posX] != -32767) {
              elt[i][posStartX] = elt[i][posX];
              if (elt[i][effectPattern].charAt(3) == "1") elt[i][posEndX] = elt[i][posX] + 80;
              if (elt[i][effectPattern].charAt(3) == "2") elt[i][posEndX] = elt[i][posX] + 160;
              if (elt[i][effectPattern].charAt(3) == "3") elt[i][posEndX] = elt[i][posX] + 320;
            }
            if (elt[i][posY] != -32767) {
              elt[i][posStartY] = elt[i][posY];
              elt[i][posEndY] = elt[i][posY] + layerobj[i].pos_h;
            }
            elt[i][stepX] = 4;  elt[i][stepY] = 0;
        } }
        if (elt[i][effectPattern].charAt(0) == "G") {
          if (elt[i][effectPattern].charAt(1) == "2") {
            elt[i][posStartX] = 0;
            if (elt[i][effectPattern].charAt(3) == "1") elt[i][posStartY] = 80;
            if (elt[i][effectPattern].charAt(3) == "2") elt[i][posStartY] = 160;
            if (elt[i][effectPattern].charAt(3) == "3") elt[i][posStartY] = 320;
            elt[i][posEndX] = 1;  elt[i][posEndY] = 1;
        } }
        if (elt[i][effectPattern].charAt(0) == "H") {
          if (elt[i][effectPattern].charAt(3) == "1") {
            elt[i][stepX] = 8;  elt[i][stepY] = 8;
          }
          if (elt[i][effectPattern].charAt(3) == "2") {
            elt[i][stepX] = 16;  elt[i][stepY] = 16;
          }
          if (elt[i][effectPattern].charAt(3) == "3") {
            elt[i][stepX] = 32;  elt[i][stepY] = 32;
          }
          if (elt[i][effectPattern].charAt(1) == "2") {
            elt[i][stepX] = 0;  elt[i][fixedX] = true;  elt[i][fixedY] = true;
          }
          if (elt[i][effectPattern].charAt(1) == "1") {
            elt[i][stepY] = 0;  elt[i][fixedX] = true;  elt[i][fixedY] = true;
          }
          if (elt[i][effectPattern].charAt(1) == "3") {
            elt[i][fixedX] = false;  elt[i][fixedY] = false;
        } }
        if (elt[i][effectPattern].charAt(0) == "I") {
          if (elt[i][effectPattern].charAt(3) == "1") {
            elt[i][posStartX] = 40;  elt[i][posStartY] = 40;
          }
          if (elt[i][effectPattern].charAt(3) == "2") {
            elt[i][posStartX] = 80;  elt[i][posStartY] = 80;
          }
          if (elt[i][effectPattern].charAt(3) == "3") {
            elt[i][posStartX] = 160;  elt[i][posStartY] = 160;
          }
          elt[i][posEndX] = 1;  elt[i][posEndY] = 1;  elt[i][stepX] = -32767;
          if (elt[i][effectPattern].charAt(1) == "1") {
            elt[i][posY] += elt[i][posStartY];
            elt[i][stepY] = Math.PI * 3 / 2;
            elt[i][frame] = 40;
          }
          if (elt[i][effectPattern].charAt(1) == "2") {
            elt[i][posY] -= elt[i][posStartY];
            elt[i][stepY] = Math.PI * 1 / 2;
            elt[i][frame] = 40;
          }
          if (elt[i][effectPattern].charAt(1) == "3") {
            elt[i][posX] -= elt[i][posStartX];
            elt[i][stepY] = Math.PI * 0 / 2;
            elt[i][frame] = 40;
          }
          if (elt[i][effectPattern].charAt(1) == "4") {
            elt[i][posX] += elt[i][posStartX];
            elt[i][stepY] = Math.PI * 2 / 2;
            elt[i][frame] = 40;
          }
          if (elt[i][effectPattern].charAt(1) == "5") {
            elt[i][posY] += elt[i][posStartY];
            elt[i][stepY] = Math.PI * 3 / 2;
            elt[i][frame] = -40;
          }
          if (elt[i][effectPattern].charAt(1) == "6") {
            elt[i][posY] -= elt[i][posStartY];
            elt[i][stepY] = Math.PI * 1 / 2;
            elt[i][frame] = -40;
          }
          if (elt[i][effectPattern].charAt(1) == "7") {
            elt[i][posX] -= elt[i][posStartX];
            elt[i][stepY] = Math.PI * 0 / 2;
            elt[i][frame] = -40;
          }
          if (elt[i][effectPattern].charAt(1) == "8") {
            elt[i][posX] += elt[i][posStartX];
            elt[i][stepY] = Math.PI * 2 / 2;
            elt[i][frame] = -40;
        } }
        if (elt[i][effectPattern].charAt(0) == "J") {
          if (elt[i][effectPattern].charAt(3) == "1") {
            elt[i][posStartX] = 0;  elt[i][posStartY] = 80;
          }
          if (elt[i][effectPattern].charAt(3) == "2") {
            elt[i][posStartX] = 0;  elt[i][posStartY] = 160;
          }
          if (elt[i][effectPattern].charAt(3) == "3") {
            elt[i][posStartX] = 0;  elt[i][posStartY] = 320;
          }
          elt[i][posEndX] = 1;  elt[i][posEndY] = 1;
          elt[i][stepX] = -32767;  elt[i][stepY] = 0;
          if (elt[i][effectPattern].charAt(1) == "2") {
            elt[i][accelerationY] = 0.99;  elt[i][frame] = 40;
        } }
        if (elt[i][effectPattern].charAt(0) == "K") {
          if (elt[i][effectPattern].charAt(3) == "1") {
            elt[i][posStartX] = 40;  elt[i][posStartY] = 40;
          }
          if (elt[i][effectPattern].charAt(3) == "2") {
            elt[i][posStartX] = 80;  elt[i][posStartY] = 80;
          }
          if (elt[i][effectPattern].charAt(3) == "3") {
            elt[i][posStartX] = 160;  elt[i][posStartY] = 160;
          }
          elt[i][stepX] = -32767;  elt[i][stepY] = 0;
          if (elt[i][effectPattern].charAt(1) == "1") {
            elt[i][posEndX] = 13;  elt[i][posEndY] = 12;  elt[i][frame] = 160;
          }
          if (elt[i][effectPattern].charAt(1) == "2") {
            elt[i][posEndX] = 7;  elt[i][posEndY] = 2;  elt[i][frame] = 160;
          }
          if (elt[i][effectPattern].charAt(1) == "3") {
            elt[i][posEndX] = 11;  elt[i][posEndY] = 4;  elt[i][frame] = 160;
          }
          if (elt[i][effectPattern].charAt(1) == "4") {
            elt[i][posEndX] = 7;  elt[i][posEndY] = 4;  elt[i][frame] = 160;
        } }
        if (elt[i][effectPattern].charAt(2) == "1") elt[i][intervalTime] = 200;
        if (elt[i][effectPattern].charAt(2) == "2") elt[i][intervalTime] = 100;
        if (elt[i][effectPattern].charAt(2) == "3") elt[i][intervalTime] = 50;
        if ( elt[i][startTime] >= 0 ) setTimeout( "HpbVfxtimer(" + i + ")", elt[i][startTime] );
} } } }

function HpbVfxtimer(tid) {
  if (isNC||isN6||isIE) {
    if (layerobj[tid]) {
      var func_str;
      func_str = elt[tid][func] + "( tid, elt[tid], layerobj[tid] )";
      eval(func_str);
} } }

function HpbVfxshowobj(obj) {
  if (obj) {
    if (isNC) obj.visibility = "show";
    if (isN6) obj.style.visibility = "visible";
    if (isIE) obj.visibility = "visible";
    lastobj = obj;
} }

function HpbVfxhideobj(obj) {
  if (obj) {
    if (isNC) obj.visibility = "hide";
    if (isN6) obj.style.visibility = "hidden";
    if (isIE) obj.visibility = "hidden";
} }

function HpbVfxmoveobj(obj,x,y) {
  if (obj) {
    if (isNC) {obj.left=x;obj.top=y;}
    if (isN6) {obj.style.left=x+"px";obj.style.top=y+"px";}
    if (isIE) {obj.left=x;obj.top=y;}
} }

function HpbVfxclipobj(obj,t,r,b,l) {
  if (obj) {
    if (isNC) {obj.clip.left=l;obj.clip.top=t;obj.clip.right=r;obj.clip.bottom=b;}
    if (isN6) obj.style.clip = "rect(" + t + "px," + (r-l) + "px," + (b-t) + "px," + l + "px)";
    if (isIE) obj.clip = "rect(" + t + "," + r + "," + b + "," + l + ")";
} }

function HpbVfx0001(tid,et,ob) {
  var x;  var y;
  if (ob) {
    if (ob.init == false) {
      if (et[stepX] != -32767) ob.stepX = et[stepX] * Math.cos(et[angle]);
      else ob.stepX = (et[posEndX] - et[posStartX]) / et[frame];
      if (et[stepY] != -32767) ob.stepY = et[stepY] * Math.sin(et[angle]);
      else ob.stepY = (et[posEndY] - et[posStartY]) / et[frame];
      if (ob.stepX > 0 && ob.stepX < 1) ob.stepX = 1;
      if (ob.stepX < 0 && ob.stepX > -1) ob.stepX = -1;
      if (ob.stepY > 0 && ob.stepY < 1) ob.stepY = 1;
      if (ob.stepY < 0 && ob.stepY > -1) ob.stepY = -1;
      if (et[posStartX] != -32767) ob.x = et[posStartX];
      else if (ob.stepX > 0) ob.x = 0 - ob.pos_w; else ob.x = ob.innerW - ob.pos_w;
      if (et[posStartY] != -32767) ob.y = et[posStartY];
      else if (ob.stepY > 0) ob.y = 0 - ob.pos_h; else ob.y = ob.innerH - ob.pos_h;
      if (et[posEndX] != -32767) ob.posEndX = et[posEndX];
      else if (ob.stepX > 0) ob.posEndX = ob.innerW - ob.pos_w; else ob.posEndX = 0 - ob.pos_w;
      if (et[posEndY] != -32767) ob.posEndY = et[posEndY];
      else if (ob.stepY > 0) ob.posEndY = ob.innerH - ob.pos_h; else ob.posEndY = 0 - ob.pos_h;
      HpbVfxshowobj(ob);
      ob.init = true;  ob.frame = 0;
    }
    ob.stepX = ob.stepX * et[accelerationX];
    if (ob.stepX > 0 && ob.stepX < 1) ob.stepX = 1;
    if (ob.stepX < 0 && ob.stepX > -1) ob.stepX = -1;
    ob.stepY = ob.stepY * et[accelerationY];
    if (ob.stepY > 0 && ob.stepY < 1) ob.stepY = 1;
    if (ob.stepY < 0 && ob.stepY > -1) ob.stepY = -1;
    ob.x += ob.stepX;  ob.y += ob.stepY;
    var endX;  var endY;
    endX = false;  endY = false;
    if (ob.stepX > 0) if (ob.x >= ob.posEndX) {endX = true;  ob.x = ob.posEndX;}
    if (ob.stepX < 0) if (ob.x <= ob.posEndX) {endX = true;  ob.x = ob.posEndX;}
    if (ob.stepX == 0) endX = true;
    if (ob.stepY > 0) if (ob.y >= ob.posEndY) {endY = true;  ob.y = ob.posEndY;}
    if (ob.stepY < 0) if (ob.y <= ob.posEndY) {endY = true;  ob.y = ob.posEndY;}
    if (ob.stepY == 0) endY = true;
    HpbVfxmoveobj(ob,Math.round( ob.x ),Math.round(ob.y));
    if (endX == true && endY == true) {
      if (et[endVisibility] == false) HpbVfxhideobj(ob);
      ob.init = false;
      if (et[repeat] == true) setTimeout("HpbVfxtimer(" + tid + ")",et[startTime]);
      else if (et[nextLayerIdx] >= 0) setTimeout("HpbVfxtimer(" + et[nextLayerIdx] + ")",et[nextStartTime]);
    } else setTimeout("HpbVfxtimer(" + tid + ")",et[intervalTime]);
} }

function HpbVfx0101(tid,et,ob) {
  var cl;  var cr;  var ct;  var cb;  var tm;  var x;  var y;
  if (ob) {
    if (ob.init == false) {
      if (et[stepX] != -32767) ob.cs_x = et[stepX]; else ob.cs_x = ob.pos_w / et[frame];
      if (et[stepY] != -32767) ob.cs_y = et[stepY]; else ob.cs_y = ob.pos_h / et[frame];
      ob.c_x = 0;  ob.c_y = 0;
      HpbVfxshowobj(ob);
      ob.init = true;
    }
    tm = false;
    cl = 0;  cr = ob.pos_w;  ct = 0;  cb = ob.pos_h;
    x = ob.pos_x;  y = ob.pos_y;
    if (et[fixedX] == false) {
      if (ob.cs_x > 0) {
        ob.c_x += ob.cs_x;
        if (cr > ob.c_x) {
          cl = cr - ob.c_x;  tm = true;  x = ob.pos_x - ob.pos_w + ob.c_x;
      } }
      if (ob.cs_x < 0) {
        ob.c_x += ob.cs_x;  cr = ob.c_x * -1;
        if (cr < ob.pos_w) {
          tm = true;  x = ob.pos_x + ob.pos_w + ob.c_x;
        } else cr = ob.pos_w;
      }
    } else {
      if (ob.cs_x > 0) {
        ob.c_x += ob.cs_x;
        if (cr > ob.c_x) {cr = ob.c_x;  tm = true;}
      }
      if (ob.cs_x < 0) {
        ob.c_x += ob.cs_x;  cl = ob.c_x * -1;
        if (cl < ob.pos_w) {tm = true;  cl = ob.pos_w - cl;} else cl = 0;
    } }
    if (et[fixedY] == false) {
      if (ob.cs_y > 0) {
        ob.c_y += ob.cs_y;
        if (cb > ob.c_y) {ct = cb - ob.c_y;  tm = true;  y = ob.pos_y - ob.pos_h + ob.c_y;}
      }
      if (ob.cs_y < 0) {
        ob.c_y += ob.cs_y;  cb = ob.c_y * -1;
        if ( cb < ob.pos_h ) {tm = true;  y = ob.pos_y + ob.pos_h + ob.c_y;} else cb = ob.pos_h;
      }
    } else {
      if (ob.cs_y > 0) {
        ob.c_y += ob.cs_y;
        if (cb > ob.c_y) {cb = ob.c_y;  tm = true;}
      }
      if (ob.cs_y < 0) {
        ob.c_y += ob.cs_y;  ct = ob.c_y * -1;
        if (ct < ob.pos_h) {tm = true;  ct = ob.pos_h - ct;} else ct = 0;
    } }
    HpbVfxclipobj(ob,ct,cr,cb,cl);
    HpbVfxmoveobj(ob,x,y);
    if (tm) setTimeout("HpbVfxtimer(" + tid + ")",et[intervalTime]);
    else {
      if (et[endVisibility] == false) HpbVfxhideobj(ob);
      ob.init = false;
      if (et[repeat] == true) setTimeout("HpbVfxtimer(" + tid + ")",et[startTime]);
      else if (et[nextLayerIdx] >= 0) setTimeout("HpbVfxtimer(" + et[nextLayerIdx] + ")",et[nextStartTime]);
} } }

function HpbVfx0201(tid,et,ob) {
  var cl;  var cr;  var ct;  var cb;  var tm;  var x;  var y;
  if (ob) {
    if (ob.init == false) {
      if (et[stepX] != -32767) ob.cs_x = et[stepX]; else ob.cs_x = ob.pos_w / et[frame];
      if (et[stepY] != -32767) ob.cs_y = et[stepY]; else ob.cs_y = ob.pos_h / et[frame];
      ob.c_w = et[posEndX] - et[posStartX];  ob.c_h = et[posEndY] - et[posStartY];
      ob.c_x = 0;  ob.c_y = 0;
      HpbVfxshowobj(ob);
      ob.init = true;
    }
    tm = false;
    cl = 0;  cr = ob.pos_w;  ct = 0;  cb = ob.pos_h;
    x = et[posStartX];  y = et[posStartY];
    if (ob.cs_x > 0) {
      ob.c_x += ob.cs_x;
      if (ob.c_x < (ob.pos_w - ob.c_w)) {
        cl = ob.c_x;  cr = cl + ob.c_w;
        tm = true;
      } else cl = ob.pos_w - ob.c_w;
    }
    if (ob.cs_x < 0) {
      ob.c_x += ob.cs_x;  cr = ob.pos_w + ob.c_x;
      if (cr > ob.c_w) {cl = cr - ob.c_w;  tm = true;}
      else cr = ob.c_w;
    }
    if (ob.cs_y > 0) {
      ob.c_y += ob.cs_y;
      if (ob.c_y < (ob.pos_h - ob.c_h)) {
        ct = ob.c_y;  cb = ct + ob.c_h;
        tm = true;
      } else ct = ob.pos_h - ob.c_h;
    }
    if (ob.cs_y < 0) {
      ob.c_y += ob.cs_y;  cb = ob.pos_h + ob.c_y;
      if (cb > ob.c_h) {ct = cb - ob.c_h;  tm = true;}
      else cb = ob.c_h;
    }
    HpbVfxclipobj(ob,ct,cr,cb,cl);
    x -= cl;  y -= ct;
    HpbVfxmoveobj(ob,x,y);
    if (tm) setTimeout( "HpbVfxtimer(" + tid + ")",et[intervalTime]);
    else {
      if (et[endVisibility] == false) HpbVfxhideobj(ob);
      ob.init = false;
      if (et[repeat] == true) setTimeout("HpbVfxtimer(" + tid + ")",et[startTime]);
      else if (et[nextLayerIdx] >= 0) setTimeout("HpbVfxtimer(" + et[nextLayerIdx] + ")",et[nextStartTime]);
} } }

function HpbVfx0301(tid,et,ob) {
  var x;  var y;  var tx;  var ty;
  if (ob) {
    if (ob.init == false) {
      if (et[stepX] != -32767) ob.step = et[stepX]; else ob.step = (Math.PI * 2) / et[frame];
      ob.boundX = et[posStartX];  ob.boundY = et[posStartY];
      ob.angle = 0.0;
      HpbVfxshowobj(ob);
      ob.init = true;
    }
    tx = Math.cos(ob.angle * et[posEndX]) * ob.boundX;  ty = Math.sin(ob.angle * et[posEndY]) * ob.boundY;
    if (et[fixedX] != 0) tx = Math.abs(tx) * et[fixedX];
    if (et[fixedY] != 0) ty = Math.abs(ty) * et[fixedY];
    x = et[posX];  y = et[posY];
    x += tx * Math.cos(et[angle]);  y += tx * Math.sin(et[angle]);
    x += ty * Math.cos(et[angle] + (Math.PI / 2));  y += ty * Math.sin(et[angle] + (Math.PI / 2));
    HpbVfxmoveobj(ob,Math.round(x),Math.round(y));
    if (et[accelerationX] != 1.0 || et[accelerationY] != 1.0) {
      ob.boundX *= et[accelerationX];  ob.boundY *= et[accelerationY];
      if (ob.boundX < 4  && ob.boundY < 4) {
        ob.init = false;
        if (et[repeat] == true) setTimeout("HpbVfxtimer(" + tid + ")",et[startTime]);
        else if (et[nextLayerIdx] >= 0) setTimeout("HpbVfxtimer(" + et[nextLayerIdx] + ")",et[nextStartTime]);
      } else {
        ob.angle += ob.step;
        setTimeout("HpbVfxtimer(" + tid + ")",et[intervalTime]);
      }
    } else {
      if (ob.angle >= (2 * Math.PI)) {
        ob.init = false;
        if (et[repeat] == true) setTimeout("HpbVfxtimer(" + tid + ")",et[startTime]);
        else if (et[nextLayerIdx] >= 0) setTimeout("HpbVfxtimer(" + et[nextLayerIdx] + ")",et[nextStartTime]);
      } else {
        ob.angle += ob.step;
        setTimeout("HpbVfxtimer(" + tid + ")",et[intervalTime]);
} } } }

function HpbVfx0311(tid,et,ob) {
  var x;  var y;  var ws;
  if (ob) {
    if (ob.init == false) {ob.setp = 0;  HpbVfxshowobj(ob);  ob.init = true;}
    x = et[posX];  y = et[posY];
    if (et[fixedX] == true) ws = ob.setp;
    else {
      ws = Math.round(Math.random() * 4);
      if (ws > 3) ws = 0;
    }
    if (ws == 1) x += et[stepX];
    if (ws == 3) x -= et[stepX];
    if (et[fixedY] == true) ws = ob.setp;
    else {
      ws = Math.round(Math.random() * 4);
      if (ws > 3) ws = 0;
    }
    if (ws == 1) y += et[stepY];
    if (ws == 3) y -= et[stepY];
    HpbVfxmoveobj(ob,Math.round(x),Math.round(y));
    ob.setp ++;
    if (ob.setp >= 4) {
      ob.init = false;
      if (et[repeat] == true) setTimeout("HpbVfxtimer(" + tid + ")",et[startTime]);
      else if (et[nextLayerIdx] >= 0) setTimeout("HpbVfxtimer(" + et[nextLayerIdx] + ")",et[nextStartTime]);
    } else setTimeout("HpbVfxtimer(" + tid + ")",et[intervalTime]);
} }

function HpbVfx0401(tid,et,ob) {
  var x;  var y;  var tx;  var ty;
  if (ob) {
    if (ob.init == false) {
      if (et[stepX] != -32767) ob.step = et[stepX]; else ob.step = (Math.PI * 2) / et[frame];
      ob.angle = 0.0;
      HpbVfxshowobj(ob);
      ob.init = true;
    }
    tx = Math.cos((ob.angle * et[posEndX]) + et[stepY]) * et[posStartX];
    ty = Math.sin((ob.angle * et[posEndY]) + et[stepY]) * et[posStartY];
    x = et[posX];  y = et[posY];
    x += tx * Math.cos(et[angle]);  y += tx * Math.sin(et[angle]);
    x += ty * Math.cos(et[angle] + (Math.PI / 2));  y += ty * Math.sin(et[angle] + (Math.PI / 2));
    HpbVfxmoveobj(ob,Math.round(x),Math.round(y));
    if (Math.abs(ob.angle) >= (2 * Math.PI)) {
      ob.init = false;
      if (et[repeat] == true) setTimeout("HpbVfxtimer(" + tid + ")",et[startTime]);
      else if (et[nextLayerIdx] >= 0) setTimeout("HpbVfxtimer(" + et[nextLayerIdx] + ")",et[nextStartTime]);
    } else {
      ob.angle += ob.step;
      setTimeout("HpbVfxtimer(" + tid + ")",et[intervalTime]);
} } }

function HpbVfx0501(tid,et,ob) {
  if (ob) {
    if (ob.init == false) {HpbVfxshowobj(ob);  ob.init = true;}
    var px;  var py;
    if (isNC) {px = window.pageXOffset;  py = window.pageYOffset;}
    if (isN6) {px = window.pageXOffset;  py = window.pageYOffset;}
    if (isIE) {px = document.body.scrollLeft;  py = document.body.scrollTop;}
    HpbVfxmoveobj(ob,Math.round(px + et[posX]),Math.round(py + et[posY]));
    setTimeout("HpbVfxtimer(" + tid + ")",et[intervalTime]);
} }
//-->
</SCRIPT><SCRIPT language="JavaScript" src="CheckPassword80.js"></SCRIPT></HEAD>
<BODY background="y8b.gif" onload="HpbVfxinit('Layer1','HpbVfx0401','I831',0,0,0);">
<DIV style="width : 125px;height : 125px;top : 16px;left : 8px;
  position : absolute;
  z-index : 1;
  visibility : hidden;
" id="Layer1"><A href="osirase.html" target="_blank"><IMG src="takenokosrs" width="105" height="144" border="0"></A></DIV>
<P align="center"><IMG src="hptopyuukikiboudannketu.jpg" width="480" height="136" border="0"><BR>
<BR>
<FONT color="#000000" face="MS UI Gothic" size="+1"><BR>
</FONT>　　<FONT size="+1"><B><FONT color="#ff0000" size="7" face="HGP創英角ﾎﾟｯﾌﾟ体">生徒募集中！</FONT></B></FONT><BR>
<FONT size="5" face="HG創英角ﾎﾟｯﾌﾟ体"><A href="srsseitobosyuu.pdf" target="_blank">募集案内</A></FONT><BR>
<BR>
<B><FONT size="4" face="MS UI Gothic">平成26年度開校式は4月6日（日）13:00からです</FONT></B><BR>
<B><FONT size="+2" color="#ff0000">平成26年度より協会登録料500円が別途必要になります！</FONT></B><BR>
<FONT color="#ff0000" size="+1"><B>詳しくは <A href="tourokuryou.pdf" target="_blank">こちら</A> をご確認ください<BR>
</B><BR>
</FONT><FONT size="3"><B><FONT face="MS UI Gothic"><A href="h26nyuukou1.pdf" target="_blank">入校申込書</A></FONT><FONT color="#000000" face="MS UI Gothic"> </FONT></B><FONT color="#ff0000" face="MS UI Gothic" size="-1">4月1日変更済</FONT><B><FONT color="#000000" face="MS UI Gothic"><BR>
<A href="h26kenkou.pdf" target="_blank">健康調査票<BR>
</A><A href="h26tyuusya.pdf" target="_blank">駐車場使用申請書<BR>
</A><A href="h26yougu.pdf" target="_blank">用具申込書<BR>
</A></FONT><FONT face="MS UI Gothic"><A href="h26sidouin1.pdf" target="_blank">指導員登録申請書</A></FONT><FONT color="#000000" face="MS UI Gothic">　</FONT></B><FONT color="#ff0000" face="MS UI Gothic" size="-1">4月1日変更済</FONT></FONT><FONT color="#000000" size="2" face="MS UI Gothic"><BR>
<BR>
<BR>
<BR>
<IMG src="h26haru" width="64" height="64" border="0"><BR>
<B><A href="http://weather.yahoo.co.jp/weather/jp/27/6200/27205.html" target="_blank">吹田市の天気予報</A></B><BR>
<BR>
<BR>
</FONT><BR>
<FONT face="MS UI Gothic" color="#000000"><FONT size="3"><B><FONT color="#000000"><FONT size="3"><FONT color="#ff0000"><IMG height="62" src="ruggerman_srs.gif" width="62" border="0"></FONT><FONT color="#ff0000" size="+3" face="HGP創英角ﾎﾟｯﾌﾟ体">安全対策委員から</FONT></FONT><FONT face="MS UI Gothic" size="2"><BR>
</FONT></FONT></B></FONT></FONT><B><BR>
<FONT face="MS UI Gothic" color="#000000">*</FONT><FONT face="MS UI Gothic"><FONT color="#ff0000">SRS熱中症マニュアル</FONT><BR>
<A href="nettyuusyou.pdf" target="_blank">こちら</A>をクリック<BR>
<BR>
＊<FONT color="#000000" size="3"><FONT color="#000000"><FONT color="#ff0000">日本協会からの通達↓<BR>
</FONT><FONT color="#000000"><A href="http://www.rugby-japan.jp/hm/summer_2011.html" target="_blank">夏季の練習についての注意ならびに夏合宿に向けてのお願い</A></FONT><BR>
</FONT></FONT><FONT size="3"><BR>
</FONT>＊<FONT size="3" color="#ff0000">重要！！</FONT><FONT size="3"><BR>
<A href="http://www.rugby-japan.jp/about/committee/safe/concussion2011/guideline.html" target="_blank">脳震盪について</A></FONT><FONT color="#000000" size="3"><BR>
<BR>
*</FONT><FONT color="#ff0000" size="3">スポーツ保険</FONT><FONT color="#000000" size="3">の請求手続きが変わりました！<BR>
事故発生時は安全対策委員に報告してください。<BR>
<A href="hoken2011.pdf" target="_blank">詳細はこちら</A><BR>
</FONT><BR>
</FONT></B><BR>
<BR>
<FONT 
face="AR P丸ゴシック体M" color=#000000><B><IMG height="37" alt="次回の予定" src="zikaiyotei.gif" width="219" border="0"><BR>
<BR>
</B></FONT><FONT 
face="AR P丸ゴシック体M" color=#000000><B><FONT color=#000000 size=3><IMG src="0005.gif" width="43" height="43" border="0"></FONT></B></FONT><A href="2014tyuusyazyou.pdf" target="_blank"><FONT color="#ff0000" size="5" face="HG創英角ﾎﾟｯﾌﾟ体">平成26年度駐車場当番表</FONT></A><BR>
<FONT face="MS UI Gothic" color="#000000" size="5"><FONT color="#000000" size="3"><BR>
</FONT><FONT color="#ff00ff" size="6"><FONT color="#ff00ff" size="6"><FONT color="#ff00ff" size="6">【幼年・小学生】</FONT><FONT color="#ff00ff"><BR>
</FONT></FONT></FONT></FONT><BR>
<B><FONT size="5" face="MS UI Gothic"><FONT color="#ff0000">6月21日(土)<BR>
<FONT size="5" face="MS UI Gothic" color="#009900">高学年練習<BR>
<FONT color="#990099">8:50〜10:50<BR>
</FONT></FONT></FONT></FONT><A href="http://www.expo70.or.jp/sports/facility/general-sports-ground/" target="_blank"><FONT color="#000099" size="5" face="MS UI Gothic">万博総合スポーツ広場NO.7</FONT></A></B><BR>
<BR>
<BR>
<B><FONT size="5" face="MS UI Gothic"><FONT color="#ff0000">6月22日(日)<BR>
<FONT size="5" face="MS UI Gothic" color="#009900">練習<BR>
<FONT color="#ff0000"><FONT size="5" face="MS UI Gothic" color="#009900">
<FONT color="#990099">8:50〜10:50<BR>
</FONT></FONT></FONT><A href="http://www.expo70.or.jp/sports/facility/general-sports-ground/" target="_blank"><FONT color="#000099">万博総合スポーツ広場NO.7</FONT></A><BR>
<BR>
</FONT></FONT></FONT></B><B><BR>
<FONT size="3" face="MS UI Gothic"><FONT color="#ff0000"><FONT size="3"><A href="2012mana-.pdf" target="_blank">指導者の態度・応援者として</A></FONT>(日本協会)<BR>
<A href="2012kansenmana-.pdf" target="_blank">ＳＲＳ観戦マナー</A></FONT></FONT><BR>
<BR>
<BR>
<BR>
</B><FONT size="5" face="MS UI Gothic"><FONT color="#000000"><FONT color="#000000"><FONT color="#ff00ff" size="6">【中学部】</FONT><B><FONT color="#ff0000"><BR>
</FONT></B></FONT></FONT></FONT><BR>
<B><FONT size="5" face="MS UI Gothic"><FONT color="#ff0000">6月21日(土)・22日（日）<BR>
<FONT size="5" face="MS UI Gothic" color="#009900">全国大会・関西予選<BR>
</FONT></FONT></FONT></B><BR>
<BR>
<B><FONT size="5" face="MS UI Gothic"><FONT color="#ff0000"><FONT size="5" face="MS UI Gothic" color="#009900"><BR>
</FONT></FONT></FONT><FONT color="#000099" size="5" face="MS UI Gothic"></FONT></B><BR>
<FONT face="AR P丸ゴシック体M" color=#000000 
size=+1><FONT 
color=#000000 size=3><BR>
<IMG height="43" alt="最新情報" src="logosaisin.gif" width="203" border="0"><BR>
<BR>
</FONT></FONT><B><FONT face="AR P丸ゴシック体M" color=#000000 
size=+1><FONT color="#000000" size="4"><BR>
</FONT></FONT></B><FONT size="+1" face="HG丸ｺﾞｼｯｸM-PRO" color="#ff0000"><B>６年生<A href="http://www.npo-heroes.com/" target="_blank">ヒーローズカップ決勝大会</A>の応援<BR>
ありがとうございました！</B></FONT><BR>
<BR>
<FONT face="MS UI Gothic"><B><A href="20140211tizu.pdf" target="_blank"></A><BR>
１月２６日遠征試合の<A href="20140126kekka.pdf" target="_blank">結果</A></B></FONT><BR>
<BR>
<B><FONT face="AR P丸ゴシック体M" color=#000000 
size=+1><FONT 
color=#000000 size=3><BR>
</FONT><A href="http://www.navyreds.com/irugby/modules/nrblog/?page_id=1079" target="_blank"><FONT color="#000000" size="5">「金澤功貴君を支援する会」</FONT></A><FONT 
color=#000000 size=3><BR>
皆さんのご支援をよろしくお願いします。<BR>
<BR>
*スクールでも支援金を受け付けております。<BR>
＊振込口座<BR>
りそな銀行 高槻支店 普通0297951<BR>
吹田ラグビースクール 会計 森岡茂雄<BR>
<BR>
<BR>
<BR>
</FONT><FONT 
color=#000000 size=3><BR>
１０月２０日大阪市体育協会杯<BR>
４年生優勝しました。おめでとう！<BR>
<IMG src="DSC007631.jpg" width="480" height="360" border="0"><BR>
<BR>
<BR>
<BR>
「All Out!!完勝!!関西ジャンボリー!!」<BR>
<IMG src="201306306nen1.jpg" width="480" height="360" border="0"><BR>
結果は<A href="20130639kekka.pdf" target="_blank">こちら</A><BR>
<BR>
<BR>
<BR>
</FONT><FONT color="#000000" size="4" face="HG創英角ﾎﾟｯﾌﾟ体">京都成章杯</FONT><FONT color="#ff0000" size="6" face="HG創英角ﾎﾟｯﾌﾟ体">優勝！</FONT><FONT 
color=#000000 size=3><BR>
詳細は<A href="http://www.eonet.ne.jp/~srfc/" target="_blank">こちら</A><BR>
高校関係者の皆様ありがとうございました。<BR>
</FONT></FONT></B><IMG src="20130602seisho1.jpg" width="480" height="360" border="0"><FONT face="AR P丸ゴシック体M" color=#000000 
size=+1><FONT color="#000000" size="2"><BR>
タカヒロ、ケンタありがとう</FONT></FONT><B><FONT face="AR P丸ゴシック体M" color=#000000 
size=+1><FONT 
color=#000000 size=3><BR>
<BR>
<BR>
<BR>
5月12日北摂大会の<A href="20130512kekka.pdf" target="_blank">結果</A><BR>
<IMG src="20130512syuugou1.jpg" width="480" height="360" border="0"><BR>
<BR>
</FONT></FONT></B><B><BR>
<BR>
</B></P>
<CENTER>
<TABLE height="601" cellpadding="1" width="742" border="1">
<COLGROUP>
<COL span=3 vAlign=center align=middle width=230>

  <TBODY>
<TR vAlign=center align=middle>
<TH width=273 height=185><A href="2010nendo1nensei.html" target="_blank"><IMG src="20090614younen21.jpg" width="234" height="177" border="0"></A></TH>
      <TH height="185" width="305"><FONT size=-1><A href="2010nendo2nensei.html" target="_blank"><IMG src="200908301nen1.jpg" width="234" height="177" border="0"></A></FONT></TH>
      <TH nowrap height="185" align="center" width="252"><FONT size=-1><A href="2010nendo3nensei.html" target="_blank"><IMG src="2009gassyuku2nen1.jpg" width="233" height="175" border="0"></A></FONT></TH>
    </TR>
<TR>
<TH width=273 height=199><FONT size=-1><A href="2010nendo4nensei.html" target="_blank"><IMG src="200908303nen1.jpg" width="234" height="177" border="0"></A></FONT></TH>
      <TH height="199" width="305"><FONT size=-1><IMG height="183" src="srs-top1.jpg" width="229" border="0"></FONT></TH>
      <TH height="199" align="center" width="252"><A href="2010nendo5nensei.html" target="_blank"><IMG src="2009gassyuku4nen1.jpg" width="233" height="175" border="0"></A></TH>
    </TR>
<TR>
<TH width=273 height=195><A href="2010nendo6nensei.html" target="_blank"><IMG src="2009gassyuku5nen1.jpg" width="233" height="156" border="0"></A></TH>
      <TH height="195" width="305"><FONT size=-1><A href="2010nendotyu1.html" target="_blank"><IMG src="200908306nen1.jpg" width="234" height="177" border="0"></A></FONT></TH>
      <TH height="195" align="center" width="252"><IMG src="tyuugakuyuusyou3.jpg" width="229" height="172" border="0"></TH>
    </TR>
  </TBODY>
</TABLE>
<BR>
<IMG src="30thanniversary.jpg" width="159" height="108" border="0"></CENTER>
<CENTER>
<TABLE border=0>
<TBODY>
<TR>
<TD align=left 
width=767><B><FONT face="HG丸ｺﾞｼｯｸM-PRO">吹田ラグビースクールは2012年に創立34周年を迎えました。<BR>
      大阪府下には26のラグビースクールがあり、昭和53年に府下で10番目に誕生した歴史あるスクールです。<BR>
      <BR>
      吹田ラグビースクールのジャージは黄色と黒のタイガージャージです。<BR>
      それぞれの色の意味は 黄色＝「希望」　黒＝「団結」　です。<BR>
      つまり、一人一人が希望を持って前に突き進み、困難に負けず、全員が団結して壁を乗り越えてほしいという願いがジャージにこめられています。<BR>
      また、スクールのシンボルマークは「大阪緑の１００選」にも選ばれている「千里の竹林」に育つ「たけのこ」をモチーフにしたもので<BR>
      「たけのこの様に真っ直ぐにすくすくと伸びてほしい」という子供たちへの思いの象徴です。<BR>
      <BR>
      昨年までにスクールを巣立った生徒数は1,000名を越え、現在も高校・大学・トップリーグや日本代表など多方面で活躍中です！<BR>
      今年度は幼年部・小学部・中学部あわせて約140名の生徒と70名近い指導員（ボランティア）が在籍し月4回の練習日に<A href="http://map.yahoo.co.jp/pl?nl=34.48.39.068&amp;el=135.32.24.117&amp;sc=3&amp;la=0" target="_blank">万博少年球技場</A>の「芝のグラウンド」という恵まれた環境で汗を流しています！<BR>
      <BR>
      体験入学は随時受付しております。お気軽にお越しください！</FONT></B></TD>
    </TR>
  </TBODY>
</TABLE>
</CENTER>
<P align=center><BR>
<A href="http://www.suita-rs.com/page012.html" target="contents"><IMG height="64" alt="メール アイコン" src="img0201.gif" width="64" align="middle" border="0"><BR>お問い合わせはこちらまで</A><BR>
<BR>
<BR>
<A href="http://ayfreenet.web.infoseek.co.jp/" target="_blank"><IMG height="31" src="hpgaro_banner_4.gif" width="88" border="0"></A><BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
</P>
</BODY>
</HTML>