body {
  background-color: black;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serifs;
  margin: 0;
  color: #dfdfdf;
  width: 100%;
  height: 100%;
}
#background {
  position: fixed;
  z-index: -10000;
}
#browser {
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-color: rgba(0, 0, 0, 0.7);
}
#header {
  position: fixed;
  left: 0;
  top: 14px;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
}
#header:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
#header #header-wrapper {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}
#header #header-wrapper #logo {
  float: left;
  margin: 0 0 0 50px;
  padding: 5px 0 5px;
}
#header #header-wrapper #logo img {
  height: 40px;
}
#header #header-wrapper #menu {
  width: 75%;
  height: 50px;
  float: right;
}
#header #header-wrapper #menu ul {
  margin: 0;
  padding: 0;
}
#header #header-wrapper #menu ul li {
  float: left;
  width: 30%;
  height: 50px;
  text-align: right;
  line-height: 50px;
}
#header #header-wrapper #menu ul li a {
  font-size: 1rem;
  color: #dfdfdf;
}
#container {
  width: 1000px;
  margin: 80px auto;
}
#footer {
  position: fixed;
  left: 0;
  bottom: 14px;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
}
#footer:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
#footer #footer-wrapper {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}
#footer #footer-wrapper h2 {
  margin: 12px 0 12px 50px;
  float: left;
  font-size: 25px;
  line-height: 25px;
  font-weight: normal;
}
#footer #footer-wrapper #footer-right {
  float: right;
  width: 200px;
  padding: 14px 20px 4px 0;
  line-height: 10px;
  color: #666666;
}
#footer #footer-wrapper #footer-right a {
  color: #666699;
  font-size: 12px;
}
#footer #footer-wrapper #footer-right p {
  text-align: center;
  font-size: 10px;
}
