/* 各項目見出し */
h1 {
  margin-top: 40px;
  color: #BF7BFF;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

h2 {
  width: 940px;
  height: 31px;
  padding: 35px 0;
  margin: 40px auto 30px;
  border-top: 1px solid #C2C1CA;
  border-bottom: 1px solid #C2C1CA;
  text-align: center;
}

h2.middle {
  width: 940px;
  height: 31px;
  padding: 35px 0;
  margin: 60px auto 30px;
  border-top: 1px solid #C2C1CA;
  border-bottom: 1px solid #C2C1CA;
  text-align: center;
}


/* テキスト */
#kaitori_info {
  padding: 0 0 30px;
  text-align: center;
}

.col_red {
  color: #FF0000;
}


/* 打ち消し線 */
.uchikeshi {
  color: #FF0000;
  text-decoration: line-through;
}


/* リンク */
a:link {
  color: #000;
  font-style: normal;
  text-decoration: underline;
}

a:visited {
  color: #000;
  font-style: normal;
  text-decoration: underline;
}

a:hover {
  color: #BF7BFF;
  font-style: normal;
  text-decoration: underline;
}

a:link.top {
  color: #FFF;
  text-decoration: none;
}

a:visited.top {
  color: #FFF;
  text-decoration: none;
}

a:hover.top {
  color: #BF7BFF;
  text-decoration: none;
}

#top_page:hover {
  color: #BF7BFF;
}

a img {
  border: none;
  outline: none;
}

a {
  border: none;
  outline: none;
}