@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

a img {
  border-style: none;
}

body {
  background-image: url(img/bg.jpg);
  background-position: center top;
  background-color: #000;
}

#tv {
  width: 890px;
  height: 602px;
  position: absolute;
  background-image: url(img/tv.png);
  left: 50%;
  margin-left: -230px;
  top: 198px;
  z-index: 1;
}

#tv2 {
  width: 890px;
  height: 798px;
  position: absolute;
  background-image: url(img/tv2.png);
  left: 50%;
  margin-left: -230px;
  top: 198px;
  z-index: 1;
}

#tvframe {
  width: 794px;
  height: 462px;
  position: absolute;
  left: 50%;
  margin-left: -218px;
  top: 218px;
  z-index: 5;
}

.movie_layer {
  width: 700px;
  height: 394px;
  position: absolute;
  margin-left: 55px;
  top: 40px;
  z-index: 3;
}

#tvframe .top {
  width: 794px;
  height: 65px;
  position: relative;
  background-image: url(img/tvframe_top.png);
  z-index: 10;
}

#tvframe .left {
  width: 90px;
  height: 330px;
  position: absolute;
  top: 65px;
  background-image: url(img/tvframe_left.png);
  z-index: 10;
}

#tvframe .right {
  width: 81px;
  height: 330px;
  position: absolute;
  top: 65px;
  right: 0;
  background-image: url(img/tvframe_right.png);
  z-index: 10;
}

#tvframe .bottom {
  width: 794px;
  height: 67px;
  position: absolute;
  bottom: 0px;
  background-image: url(img/tvframe_bottom.png);
  z-index: 10;
}

#textgame {
  width: 630px;
  height: 323px;

  position: absolute;
  left: 50%;
  margin-left: -125px;
  top: 290px;
  z-index: 2;
}

#movie {
  width: 600px;
  height: 337px;
  position: absolute;
  left: 50%;
  margin-left: -118px;
  top: 280px;
  z-index: 2;
  background-color: #ccc;
}

#textgame .frame {
  width: 620px;
  height: 323px;
  border: none;
}

#inputform {
  position: absolute;
  left: 50%;
  margin-left: 105px;
  top: 735px;
  z-index: 3;
}

#inputform2 {
  width: 331px;
  height: 242px;
  position: absolute;
  left: 50%;
  margin-left: 53px;
  top: 729px;
  z-index: 3;
}

.inputiframe {
  width: 331px;
  height: 242px;
  border: none;
}

#passform input {
  height: 23px;
  font-size: 16px;
  border: 1px solid #999;
  background-color: #000;
}

#passform2 input {
  height: 12px;
  font-size: 10px;
  line-height: 10px;
  border: 1px solid #999;
  background-color: #000;
}

#passform2 .mygustid {
  width: 170px;
  margin: 0;
}

#passform2 .pw {
  margin: 0;
}

.send {
  cursor: pointer;
}

.send2 {
  width: 71px;
  height: 13px;
  margin: 3px 0 0 20px;
  cursor: pointer;
  border: none;
}

.menu01 {
  width: 270px;
  height: 125px;
  position: absolute;
  left: 50%;
  margin-left: -550px;
  top: 200px;
  z-index: 4;
}
.menu02 {
  width: 266px;
  height: 135px;
  position: absolute;
  left: 50%;
  margin-left: -530px;
  top: 550px;
  z-index: 7;
}
.menu03 {
  width: 266px;
  height: 135px;
  position: absolute;
  left: 50%;
  margin-left: -510px;
  top: 310px;
  z-index: 6;
}
.menu04 {
  width: 266px;
  height: 123px;
  position: absolute;
  left: 50%;
  margin-left: -560px;
  top: 435px;
  z-index: 7;
}

/* f */
html,
body,
input#okbutton {
  font-family: "Roboto Condensed", "Sarasa Gothic J", sans-serif;
}
#divscroll,
input#passwd {
  font-family: "Sarasa Mono J", monospace;
}
