/* ゆびもじ・レッスンブック */


body {
  background-color: white;
  font-size: 12px;
  line-height: 150%;
}

#container {
  border: 0px solid #333333;
  width: 700px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -350px;
}

#picture {
  position:relative;
  color: black;
  width: 700px;
  height: 500px;
}

#credit {
 width: 700px;
 text-align: right;
 margin-top: 20px;
}

