html,body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-image: url(../../image/body_back.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

img {
  vertical-align: bottom;
}

#container1 {
  position: relative;
  width: 800px;
  height: 600px;
  margin: 0 auto;
}

#list {
  position: absolute;
  top: 274px;
  left: 40px;
}

#text {
  position: absolute;
  height: 520px;
  top: 40px;
  right: 40px;
  width: 390px;
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 160%;
}

div span {
  display: table-cell;
  vertical-align: middle;
  height: 520px;
}

.text1 {
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 160%;
}

.text2 {
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  line-height: 160%;
}

.text3 {
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 160%;
}

a img {
  border: none;
  outline: none;
}

a {
  border: none;
  outline: none;
}

