/*=============================
トップページ
=============================*/

#top-image {
  width: 376px;
  height: 376px;
  margin: 30px auto 0;
  background-image:url(../images/top_logo.jpg);
  background-repeat: no-repeat;
}

#top-image2 {
  width: 358px;
  height: 76px;
  margin: 5px auto;
}

.toptxt {
  width: 500px;
  height: 50px;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #FFFFFF;
  text-align: center;
  margin: 10px auto 0;
}

.toptxt a {
  text-decoration: none;
  color: #FFFFFF;
}

.toptxt a:link,a:visited,a:hover,a:active {
  color: #FFFFFF;
}
