@charset "shift_jis";
/* CSS Document */
/*==========================
 　トップページ（index.html）
===========================*/
/* ナビボタン */
#top_btn ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#top_btn li {
  float: left;
}
h4.title {
  color: #333399;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 5px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
p.textp {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0px;
}
a {
  text-decoration: none;
}
.box1 {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
table.tablep {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 35px;
}
table.tablep td {
  width: 50%;
  text-align: center;
  color: #0015FF;
  font-weight: bold;
  padding: 5px;
  border: 2px solid #0015FF;
  background-color: #FFFFFF;
  border-radius: 10px;
}
/* リンク設定時　*/
.top_btn_01 a {
  background-image: url(../image/top_btn_01.jpg);
  background-repeat: no-repeat;
  height: 60px;
  width: 189px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: left top;
  display: block;
}
.top_btn_02 a {
  background-image: url(../image/top_btn_02.jpg);
  background-repeat: no-repeat;
  height: 60px;
  width: 186px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: left top;
  display: block;
}
.top_btn_03 a {
  background-image: url(../image/top_btn_03.jpg);
  background-repeat: no-repeat;
  height: 60px;
  width: 186px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: right top;
  display: block;
}
.top_btn_04 a {
  background-image: url(../image/top_btn_04.jpg);
  background-repeat: no-repeat;
  height: 60px;
  width: 189px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: right top;
  display: block;
}
/* オンマウス時　*/
.top_btn_01 a:hover {
  background-image: url(../image/top_btn_01.jpg);
  background-repeat: no-repeat;
  height: 60px;
  width: 189px;
  text-indent: -9999px;
  background-position: left bottom;
  display: block;
}
.top_btn_02 a:hover {
  background-image: url(../image/top_btn_02.jpg);
  background-repeat: no-repeat;
  height: 60px;
  width: 186px;
  text-indent: -9999px;
  background-position: left bottom;
  display: block;
}
.top_btn_03 a:hover {
  background-image: url(../image/top_btn_03.jpg);
  background-repeat: no-repeat;
  height: 60px;
  width: 186px;
  text-indent: -9999px;
  background-position: right bottom;
  display: block;
}
.top_btn_04 a:hover {
  background-image: url(../image/top_btn_04.jpg);
  background-repeat: no-repeat;
  height: 60px;
  width: 189px;
  text-indent: -9999px;
  background-position: right bottom;
  display: block;
}