
div.img-fuchi {
  background-image: url("images/shadow.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  margin:0px;
  padding:5px 12px 0px 30px;
  position: relative;
  float: left;
  text-align: center;
  }

div.img-fuchi img {
  background-color: #FFFFFF;
  border: 1px solid #A9A9A9;
  margin: -5px 5px 5px -5px;
  padding: 4px;
  position: relative;
  vertical-align: bottom;
  }
  

