/*　インデックス　*/
#left {
  width: 570px;
  height: 1620px;
  float: left;
}

ul#eye2 {
  margin: 5px 5px 5px 5px;
  padding: 0px;
  list-style: none;
}

#eye2 li {
  margin: 0 0 10px 0;
}

.menu {
  width: 570px;
  height: 756px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.text {
  background-image: url("./style/text.png");
  width: 570px;
  height: 380px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.text ul {
  margin: 0;
  padding: 10px 0 0 20px;
}

.text li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.text img {
  max-width: 360px;
  height: auto;
}

.textleft1 {
  display: block;
  margin: 0 20px 0 0;
  width: 100px;
  height: 360px;
  float: left;
  overflow: hidden;
}
.textleft1 img {
  max-width: 100px;
}

#textleft2 {
  display: block;
  margin: 0 20px 0 0;
  width: 100px;
  height: 230px;
  float: left;
  overflow: hidden;
}

#textleft3 {
  display: block;
  margin: 0 20px 0 0;
  width: 100px;
  height: 230px;
  float: left;
  overflow: hidden;
}

.textright1 {
  font-weight: bolder;
  color: #0068b7;
  margin: 5px 0 0 0;
  padding: 0;
  overflow: hidden;
}

#old2 {
  background-image: url("./style/old2.png");
  width: 570px;
  height: 42px;
}

#old2 a {
  display: block;
  width: 570px;
  height: 42px;
}

/**
 * 右スライドボタンＩＤ（実体は無く、このＩＤの参加にある各セレクタを設定する）
 */
#btnSlideRight {
}

#btnSlideRight img {
  position: absolute;
  top: 254px;
  left: 94%;
  opacity: 0.5; /* webkit系 */
  -moz-opacity: 0.5; /* Mozilla系 */
  filter: alpha(opacity = 50); /* IE系 */
}

/**
 * 左スライドボタンＩＤ（実体は無く、このＩＤの参加にある各セレクタを設定する）
 */
#btnSlideLeft {
}

#btnSlideLeft img {
  position: absolute;
  top: 254px;
  right: 94%;
  opacity: 0.5; /* webkit系 */
  -moz-opacity: 0.5; /* Mozilla系 */
  filter: alpha(opacity = 50); /* IE系 */
}

/**
 * バナーＩＤ（実体は無く、このＩＤの参加にある各セレクタを設定する）
 */
#bunner {
}

#bunner img {
  position: relative;
  right: 3px;
  margin: 0px 0px 10px 0px;
  border-color: #ffaec9;
  border-style: outset;
}
