<style type="text/css">
<!--
body{
  margin: 0;
  overflow: auto;
  }
a:link{/*リンク色*/
  color: #443977;
  text-decoration: none;
  }
a:visited{/*訪問済みリンク色*/
  color: #332966;
  text-decoration: none;
  }
a:hover,a:active{/*アクティブリンク色*/
  color: #AA4844;
  }

.parent {
    position:fixed;
    bottom:5;
    right:5px;
    background-color:burlywood; margin:0; padding:10px; width:430px;
    background-image: url(./iriguti.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.parent2 {
    position:fixed; margin:0; padding:10px; width:600px;
}

.parent3 {
    position:absolute; bottom:0; left:0
    margin:0; padding:10px; width:700px;
}

-->
</style>