/* ゲーム＿スタイル */


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

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

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

