header {
  width: 100%;
  min-width: 1300px;
  text-align: center;
  background-color: #2f3243;
}

header.fixed {
  position: fixed;
  opacity: 0.97;
  top: 0;
  left: 0;
  z-index: 2;
}

#header-logo {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background-color: #f4f0d5;
}

header.fixed #header-logo {
   display: none;
}

#gnav {
  width: 100%;
  text-align: center;
  padding: 0;
}

#gnav ul {
  width: 100%;
  list-style-type: none;
}

#gnav ul li {
  display: inline-block;
  font-size: 16px;
  padding: 1em 0.7em;
  vertical-align: top;
}

#gnav ul li a {
  color: #ffffff;
}

#gnav ul li a img {
  vertical-align: top;
  height: 1em;
  margin-left: 0.3em;
}

#gnav ul li.active a,
#gnav ul li a:hover {
  text-decoration: underline;
}

ul#gnav-1 {
  background-color: #22253b;
}

#gnav ul li#gnav-1-120 {
  padding: 1em 1em;
  background-image: url('/qcs/common/images/gnav_this_bg.png');
  background-repeat: repeat-x;
}

ul#gnav-2 {
  background-image: url('/qcs/common/images/gnav_this_bg.png');
  background-repeat: repeat-x;
}

article {
  width: 100%;
  margin: 0;
  background-color: #ffffff;
}

#article-content {
//  width: 900px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 18px;
}

#article-content table tr th,
#article-content table tr td {
  font-size: 18px;
}

article a {
  color: #000000;
}

article a:hover {
  color: #103280;
}

#article-content > h1 {
  font-family: "Yu Mincho", "YuMincho", '游明朝', serif;
  color: #ba9f50;
  font-size: 30px;
  text-align: center;
}
