@charset "utf-8";

/*BODY*/
body {
  text-align:center;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #000000; /* 黒 */
  background-color: #202020; /* コンテナ外の色＝薄黒 (参)#EEE8AA:palegoldenrod */
}
  a {
    text-decoration: none;
    color: #00C060; /* 薄青=00C060 */
  }
  a:hover {
    color: #ff0000; /* 白=ffffff 赤=ff0000  緑=00ff00 青=0000ff 黄=ffff00 黒=000000 灰=505050 */
  }

/*CONTENT*/
#content {
  position: relative;
  margin: auto;              /* ウィンドウ幅に関係なく中央表示 */
  width: 1160px;
}

/*HEADER*/
#header {
  position: absolute;
  top: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 40px;
  margin-right: 0px;
  width: 1000px;
  height: 20px;
}
 #header table {
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   padding-right: 0px;
 }

/*GALLERY*/
#gallery {
  position: absolute;
  top: 44px;
  left: 20px;
  width: 1000px;
  height: 800px;
  background-color: #000000; /* 黒 */
}
