<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 12.0.2.0 Trial for Windows">
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<TITLE>08-11-2 トップページ </TITLE>
<SCRIPT language="JavaScript">
<!--HPB_SCRIPT_SDS_60
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 slideobj;
slideobj = new Array;
var chkobj;
chkobj = true;
function HpbSlideInit() {
if (arguments.length < 4) return;
var n;
n = arguments[3];
slideobj[n] = new Array;
slideobj[n].auto = arguments[0];
slideobj[n].interval = arguments[1];
var w_str;
var base;
base = new Array;
if (isNC) {
w_str = "document." + arguments[2];
base = eval(w_str);
if (base) {
base.pos_x = base.left;
for (var div=0; div < arguments.length-3; div++) {
w_str = "base.document." + arguments[div+3];
slideobj[n][div] = eval(w_str);
if (slideobj[n][div]) {
slideobj[n][div].innerH = window.innerHeight;
slideobj[n][div].innerW = window.innerWidth;
slideobj[n][div].pos_x = slideobj[n][div].left;
slideobj[n][div].pos_y = slideobj[n][div].top;
slideobj[n][div].pos_w = slideobj[n][div].clip.width;
slideobj[n][div].pos_h = slideobj[n][div].clip.height;
slideobj[n][div].cnt = 0;
} else chkobj = false;
}
} else chkobj = false;
}
if (isN6) {
base = document.getElementById(arguments[2]);
if (base) {
base.pos_x = parseInt(base.style.left);
for (var div=0; div < arguments.length-3; div++) {
slideobj[n][div] = document.getElementById(arguments[div+3]);
if (slideobj[n][div]) {
slideobj[n][div].innerH = window.innerHeight;
slideobj[n][div].innerW = window.innerWidth;
slideobj[n][div].pos_x = parseInt(slideobj[n][div].style.left);
slideobj[n][div].pos_y = parseInt(slideobj[n][div].style.top);
slideobj[n][div].pos_w = parseInt(slideobj[n][div].style.width);
slideobj[n][div].pos_h = parseInt(slideobj[n][div].style.height);
slideobj[n][div].cnt = 0;
} else chkobj = false;
}
} else chkobj = false;
}
if (isIE) {
w_str = "document.all.item(\"" + arguments[2] + "\")";
if (eval(w_str)) {
w_str = "document.all.item(\"" + arguments[2] + "\").style";
base = eval(w_str);
if (base) base.pos_x = base.pixelLeft; else chkobj = false;
} else chkobj = false;
for (var div=0; div < arguments.length-3; div++) {
w_str = "document.all.item(\"" + arguments[div+3] + "\")";
if (eval(w_str)) {
w_str = "document.all.item(\"" + arguments[div+3] + "\").style";
slideobj[n][div] = eval(w_str);
if (slideobj[n][div]) {
slideobj[n][div].innerH = document.body.clientHeight;
slideobj[n][div].innerW = document.body.clientWidth;
slideobj[n][div].pos_x = slideobj[n][div].pixelLeft;
slideobj[n][div].pos_y = slideobj[n][div].pixelTop;
slideobj[n][div].pos_w = slideobj[n][div].pixelWidth;
slideobj[n][div].pos_h = slideobj[n][div].pixelHeight;
slideobj[n][div].cnt = 0;
} else chkobj = false;
} } }
if (!chkobj) return;
for (var div = 1; div < slideobj[n].length; div++) {
slideobj[n][div].pos_mx = new Array;
slideobj[n][div].pos_my = new Array;
slideobj[n][div].pos_mx[0] = 0 - ( base.pos_x + slideobj[n][div].pos_w );
var w_sub;
w_sub = 320-(base.pos_x+slideobj[n][div].pos_x);
if (w_sub > 0) slideobj[n][div].pos_mx[0]-=w_sub;
slideobj[n][div].pos_my[0] = slideobj[n][0].pos_y + ( slideobj[n][0].pos_h / 2 ) - ( slideobj[n][div].pos_h / 2 );
for (var p = 1; ; p++) {
slideobj[n][div].pos_mx[p] = slideobj[n][div].pos_mx[p - 1] + 20;
slideobj[n][div].pos_my[p] = slideobj[n][div].pos_my[0];
if ( slideobj[n][div].pos_mx[p] >= slideobj[n][0].pos_x + ( slideobj[n][0].pos_w / 2 ) - ( slideobj[n][div].pos_w / 2 ) ) {
slideobj[n][div].pos_mx[p] = slideobj[n][0].pos_x + ( slideobj[n][0].pos_w / 2 ) - ( slideobj[n][div].pos_w / 2 );
break;
}
}
slideobj[n][div].pos_ox = new Array;
slideobj[n][div].pos_oy = new Array;
slideobj[n][div].pos_ox[0] = slideobj[n][div].pos_mx[slideobj[n][div].pos_mx.length - 1];
slideobj[n][div].pos_oy[0] = slideobj[n][div].pos_my[0];
for (var p = 1; ; p++) {
slideobj[n][div].pos_ox[p] = slideobj[n][div].pos_ox[p - 1] + 20;
slideobj[n][div].pos_oy[p] = slideobj[n][div].pos_oy[0];
if ( slideobj[n][div].pos_ox[p] >= slideobj[n][div].innerW ) {
break;
}
}
}
slideobj[n].idiv = 1;
slideobj[n].odiv = slideobj[n].length - 1;
slideobj[n].lr = 1;
slideobj[n].itm = false;
slideobj[n].otm = false;
HpbSlideShowObj(slideobj[n][slideobj[n].idiv]);
}
function HpbSlideNext( n ) {
if ((isNC||isN6||isIE) && chkobj) {
if ( slideobj[n].auto == true ) {
if ( slideobj[n].itm == false && slideobj[n].otm == false ) {
var p;
if ( slideobj[n].lr > 0 ) {
slideobj[n].odiv = slideobj[n].idiv;
p = 0;
} else {
slideobj[n].idiv = slideobj[n].odiv;
slideobj[n].odiv += 1;
if ( slideobj[n].odiv >= slideobj[n].length ) slideobj[n].odiv = 1;
p = slideobj[n][slideobj[n].odiv].pos_ox.length - 1;
}
slideobj[n].otm = true;
setTimeout( "HpbSlideTimerOut('" + n + "'," + p + ")", slideobj[n].interval );
if ( slideobj[n].lr > 0 ) {
slideobj[n].idiv += 1;
if ( slideobj[n].idiv >= slideobj[n].length ) slideobj[n].idiv = 1;
p = 0;
} else {
p = slideobj[n][slideobj[n].idiv].pos_mx.length - 1;
}
slideobj[n].itm = true;
setTimeout( "HpbSlideTimerIn('" + n + "'," + p + ")", slideobj[n].interval );
}
}
}
}
function HpbSlideTimerIn( n, p ) {
if ((isNC||isN6||isIE) && chkobj) {
var div;
div = slideobj[n].idiv;
if (slideobj[n][div]) {
var pl;
if ( slideobj[n].lr > 0 && p == 0 ) HpbSlideShowObj(slideobj[n][div]);
HpbSlideMoveobj(slideobj[n][div],slideobj[n][div].pos_mx[p],slideobj[n][div].pos_my[p]);
pl = slideobj[n][div].pos_mx.length;
p += slideobj[n].lr;
if ( ( p < pl && slideobj[n].lr > 0 )
|| ( p >= 0 && slideobj[n].lr < 0 ) ) {
setTimeout( "HpbSlideTimerIn('" + n + "'," + p + ")", 100 );
} else {
slideobj[n].itm = false;
HpbSlideNext( n );
if ( slideobj[n].lr < 0 ) HpbSlideHideObj(slideobj[n][div]);
}
} } }
function HpbSlideTimerOut( n, p ) {
if ((isNC||isN6||isIE) && chkobj) {
var div;
div = slideobj[n].odiv;
if (slideobj[n][div]) {
var pl;
if ( slideobj[n].lr < 0 && p == ( slideobj[n][div].pos_ox.length - 1 ) ) HpbSlideShowObj(slideobj[n][div]);
HpbSlideMoveobj(slideobj[n][div],slideobj[n][div].pos_ox[p],slideobj[n][div].pos_oy[p]);
pl = slideobj[n][div].pos_ox.length;
p += slideobj[n].lr;
if ( ( p < pl && slideobj[n].lr > 0 )
|| ( p >= 0 && slideobj[n].lr < 0 ) ) {
setTimeout( "HpbSlideTimerOut('" + n + "'," + p + ")", 100 );
} else {
slideobj[n].otm = false;
HpbSlideNext( n );
if ( slideobj[n].lr > 0 ) HpbSlideHideObj(slideobj[n][div]);
}
} } }
function HpbSlideStart( n, pn, rb, sq, mv ) {
if ((isNC||isN6||isIE) && chkobj) {
if ( slideobj[n].itm == false && slideobj[n].otm == false ) {
var p;
if ( slideobj[n].lr == pn ) {
if ( pn > 0 ) {
slideobj[n].odiv = slideobj[n].idiv;
if ( sq > 0 ) {
slideobj[n].idiv += 1;
if ( slideobj[n].idiv >= slideobj[n].length ) slideobj[n].idiv = 1;
} else {
slideobj[n].idiv -= 1;
if ( slideobj[n].idiv < 1 ) slideobj[n].idiv = slideobj[n].length - 1;
}
} else {
slideobj[n].idiv = slideobj[n].odiv;
if ( sq > 0 ) {
slideobj[n].odiv += 1;
if ( slideobj[n].odiv >= slideobj[n].length ) slideobj[n].odiv = 1;
} else {
slideobj[n].odiv -= 1;
if ( slideobj[n].odiv < 1 ) slideobj[n].odiv = slideobj[n].length - 1;
}
}
} else {
slideobj[n].lr = pn;
if ( rb == false ) {
if ( pn > 0 ) {
if ( sq > 0 ) {
slideobj[n].idiv = slideobj[n].odiv + 1;
if ( slideobj[n].idiv >= slideobj[n].length ) slideobj[n].idiv = 1;
} else {
slideobj[n].idiv -= 1;
if ( slideobj[n].idiv < 1 ) slideobj[n].idiv = slideobj[n].length - 1;
}
} else {
if ( sq > 0 ) {
slideobj[n].odiv = slideobj[n].idiv + 1;
if ( slideobj[n].odiv >= slideobj[n].length ) slideobj[n].odiv = 1;
}
}
}
}
if ( mv == true ) {
if ( pn > 0 ) {
p = 0;
} else {
p = slideobj[n][slideobj[n].odiv].pos_ox.length - 1;
}
slideobj[n].otm = true;
setTimeout( "HpbSlideTimerOut('" + n + "'," + p + ")", 100 );
} else {
if ( pn > 0 ) {
HpbSlideShowObj(slideobj[n][slideobj[n].idiv]);
} else {
HpbSlideShowObj(slideobj[n][slideobj[n].odiv]);
}
}
if ( mv == true ) {
if ( pn > 0 ) {
p = 0;
} else {
p = slideobj[n][slideobj[n].idiv].pos_mx.length - 1;
}
slideobj[n].itm = true;
setTimeout( "HpbSlideTimerIn('" + n + "'," + p + ")", 100 );
} else {
if ( pn > 0 ) {
HpbSlideHideObj(slideobj[n][slideobj[n].odiv]);
} else {
HpbSlideHideObj(slideobj[n][slideobj[n].idiv]);
}
}
}
}
}
function HpbSlideShowObj(obj) {
if (obj) {
if (isNC) obj.visibility = "show";
if (isN6) obj.style.visibility = "visible";
if (isIE) obj.visibility = "visible";
lastobj = obj;
} }
function HpbSlideHideObj(obj) {
if (obj) {
if (isNC) obj.visibility = "hide";
if (isN6) obj.style.visibility = "hidden";
if (isIE) obj.visibility = "hidden";
} }
function HpbSlideMoveobj(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 HpbSlideAutoStart( n, pn, mv ) {
if ((isNC||isN6||isIE) && chkobj) {
if ( slideobj[n].itm == false && slideobj[n].otm == false && slideobj[n].auto == false ) {
if ( slideobj[n].lr != pn ) {
if ( pn > 0 ) {
} else {
slideobj[n].odiv = slideobj[n].idiv;
slideobj[n].idiv += 1;
if ( slideobj[n].idiv >= slideobj[n].length ) slideobj[n].idiv = 1;
}
}
slideobj[n].auto = true;
slideobj[n].lr = pn;
if ( mv == true ) {
HpbSlideNext( n );
} else {
HpbSlideSwap( n, pn );
}
}
}
}
function HpbSlideAutoStop( n ) {
if ((isNC||isN6||isIE) && chkobj) {
slideobj[n].auto = false;
}
}
function HpbSlideSwap( n, pn ) {
if ((isNC||isN6||isIE) && chkobj) {
if ( slideobj[n].auto == true ) {
HpbSlideStart(n,pn,false,pn,false);
setTimeout( "HpbSlideSwap('" + n + "'," + pn + ")", slideobj[n].interval );
}
}
}
</SCRIPT></HEAD>
<BODY bgcolor="white" text="black" link="red" alink="blue" vlink="green" background="blue_p6b.gif" onload="HpbSlideInit(false, -1, '_HPB_WPG_SLIDE9', 'LAYER_HPB_WPG_SLIDE9_1', 'LAYER_HPB_WPG_SLIDE9_0', 'LAYER_HPB_WPG_SLIDE9_1');">
<!--link="red"??? --> <!--BODY:本文範囲指定 bgcolor=頁背景色 link:リンクスポット色-->
<H3>介護支援デイセンター</H3>
<P><IMG src="anim.gif" width="256" height="64" border="0" alt="ゆうらくの里" style="background-color : aqua;"></P>
<H6>介護保険事業者番号1176300166</H6>
<P><IMG width="310" src="D1000106.jpg" alt="ゆうらくの里 正面" align="left" height="374">
</P>
<IMG src="logo3.gif" width="217" height="36" border="0" alt="ゆうらくの里って、、"> <!--P:段落 -->
<!--IMG:画像表示 width:比率 alt:画の説明文 align:画を左右に表示し文章を回り込ませる -->
<P><IMG src="logo1.gif" width="303" height="27" border="0" alt="生活リハビリ介護の考え方を取り入れ"></P>
<P><BR>
<BR>
<BR>
<BR>
</P>
<P> <BR>
<BR>
<BR clear="all">
<BR>
</P>
<DIV style="width : 112px;height : 142px;position : absolute;top : 700px;left : 50px;
z-index : 5;
" id="_HPB_WPG_SLIDE9">
<DIV style="width : 31px;height : 47px;position : absolute;top : 94px;left : 61px;
z-index : 3;
" id="LAYER_HPB_WPG_SLIDE9_2"><A href="javascript:HpbSlideStart('LAYER_HPB_WPG_SLIDE9_1', 1, false, 1, false);"><IMG src="m0011.gif" width="31" height="47" border="0"></A></DIV>
<DIV style="width : 32px;height : 48px;position : absolute;top : 94px;left : 19px;
z-index : 4;
" id="LAYER_HPB_WPG_SLIDE9_3"><A href="javascript:HpbSlideStart('LAYER_HPB_WPG_SLIDE9_1', 1, true, -1, false);"><IMG src="m0012.gif" width="32" height="48" border="0"></A></DIV>
<DIV style="width : 112px;height : 74px;position : absolute;top : 5px;left : 0px;
z-index : 1;
visibility : visible;
" id="LAYER_HPB_WPG_SLIDE9_0"><IMG src="nat0001.jpg" width="112" height="74" border="0"></DIV>
<DIV style="width : 112px;height : 84px;position : absolute;top : 0px;left : 0px;
z-index : 2;
visibility : hidden;
" id="LAYER_HPB_WPG_SLIDE9_1"><IMG src="oth001.jpg" width="112" height="84" border="0"></DIV>
</DIV>
<P><BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<A href="index3 subs.html"><IMG src="button1.gif" width="121" height="34" border="0" alt="サービス内容"></A><A href="index3 subt.html"><IMG src="button2.gif" width="133" height="34" border="0" alt="所在地・地図"></A><A href="index3 subform.html"><IMG src="button3.gif" width="125" height="34" border="0" alt="送信フォーム"></A><BR>
</P>
<!--A href:リンクの指定 -->
</BODY>
</HTML>
最終更新:2008年11月30日 11:55