function ichikotei()
{
sx = document.body.scrollLeft;
sy = document.body.scrollTop;
kotei.style.left= sx;
kotei.style.top = sy + 10;
}
