@charset "utf-8";

a:link,a:active,a:visited {
  color: #FC0;
  text-decoration: none;
}
a:hover {
  color: #F06;
  text-decoration: none;
}
a:hover img{
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.clr {clear: both;}
section {overflow:hidden;}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 16px;
  background-color: #000;
  color: #EEE;
  text-align:center;
}
#wrapper{
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align:left;
}
#header ,#about,#join,#system,#under{
  margin-bottom: 5px;
  background-repeat: no-repeat;
}
#header {
  background-image: url(https://www.koukoku-syuunyuu.com/img/header_bg.jpg);
  background-position: center top;
  width: 800px;
  height: 500px;
  padding-top: 372px;
  padding-left: 460px;
  padding-right: 15px;
  padding-bottom: 11px;
}
#header h1, #header h2 ,#header p{
  display: none;
}
#about h2 {
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  height: 50px;
  display: block;
}
#about .sub1 {background-image: url(https://www.koukoku-syuunyuu.com/img/sub1.gif);}
#about .sub2 {background-image: url(https://www.koukoku-syuunyuu.com/img/sub2.gif);}
#about p {
  display: block;
  background-image: url(https://www.koukoku-syuunyuu.com/img/about_bg.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  height: 270px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 170px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #FC0;
}
#about ul {
  padding: 5px;
}
#about ul li {
  display: block;
  background-image: url(https://www.koukoku-syuunyuu.com/img/about_li.gif);
  background-repeat: no-repeat;
  background-position: left center;
  height: 40px;
  margin-bottom: 5px;
  line-height: 20px;
  padding-left: 45px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #99C;
}

#join {
  background-image: url(https://www.koukoku-syuunyuu.com/img/join_bg.gif);
  background-position: center top;
  height: 275px;
}
#join .box1, #join .box2 {
  float: left;
}
#join .box1 {
  width: 430px;
  height: 275px;
}
#join .box1 h3 {
  height: 100px;
  display: block;
  text-indent: -9999px;
}
#join .box1 p {
  padding-top: 15px;
  padding-right: 5px;
  padding-bottom: 15px;
  padding-left: 30px;
  display: block;
  line-height: 18px;
  font-weight: bold;
  color: #FC0;
}

#join .box2 {
  width: 370px;
  height: 275px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 25px;
  padding-left: 20px;
}
#system h3, #system p {
  display: none;
}

#system .box1, #system .box2 {
  background-repeat: no-repeat;
  background-position: center top;
  height: 600px;
  float: right;
}
#system .box1 {
  background-image: url(https://www.koukoku-syuunyuu.com/img/system_bg2.jpg);
  width: 470px;
}
#system .box2 {
  background-image: url(https://www.koukoku-syuunyuu.com/img/system_bg1.jpg);
  width: 330px;
}

#under {
  background-image: url(https://www.koukoku-syuunyuu.com/img/under_bg.jpg);
  background-position: center top;
  height: 300px;
  padding-top: 65px;
  padding-right: 30px;
  padding-left: 450px;
  padding-bottom: 15px;
}
#under h3 ,#under p{
  display: none;
}
#footer {
  padding: 5px;
  text-align: center;
}
