@charset "utf-8";
body{
  background-color: #FFF;
}
div{
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 12px;
  line-height: 180%;
}
input{
  background-color: #FFF;
  border: dotted 1px #006;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 12px;
  color: #20233F;
  margin-top: 5px;
  padding: 3px;
}
img{
  border: 0px;
}
iframe{
  margin-bottom: 10px;
}
a, a:visited{
  color: #369;
  text-decoration: underline;
}
a:hover, a:active{
  color: #F96;
  text-decoration: underline overline;
}

#title{
  clear: both;
  background: url(img/title.png) center no-repeat;
  width: 100%;
  height: 300px;
  margin-top: 30px;
  text-align: center;
}
#content{
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: left;
}
#alpha{
  float: left;
  width: 480px;
}
#beta{
  float: right;
  width: 370px;
  text-align: center;
}

#cover{
  width: 100%;
  height: 350px;
  background: url(img/cover.png) center no-repeat;
}

#link{
  color: #20233F;
  width: 350px;
  padding: 20px 10px 10px 10px;
  margin-bottom: 30px;
}
#link img{
  width: 200px;
  height: 40px;
}

#footer{
  color: #20233F;
  font-size:11px;
  margin: 10px 0px 30px 10px;
  text-align: left;
}

.frame{
  background-color: #FFF;
  border: solid 1px #006;
  margin: 10px 0px;
}
.text{
  color: #20233F;
  padding: 10px;
}
.top-m{
  font-size: 15px;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  padding: 10px 0px;
  border: solid 1px #F99;
  background-color: #FF9;
}
.space{
  color: #D90F23;
  text-decoration: underline;
}
.topic{
  font-size: 13px;
  color: #FFF;
  background-color: #036;
  font-weight: bold;
  padding: 5px;
}

