@charset "UTF-8";
/* 基本テキスト色 */
/* 基本リンクテキスト色 */
/* screenサイズ */
/* 黄色 */
div#common-contetns {
  background: url(common-contents/common-contents.gif) repeat top;
}
div#common-contetns h2 {
  position: relative;
}
div#common-contetns h2 span.newInfo {
  display: block;
  height: 24px;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 10px;
  text-decoration: none;
  text-indent: -9999px;
  top: -2px;
  width: 42px;
  z-index: 2;
}
div#common-contetns table {
  border-collapse: separate;
  border-spacing: 10px;
  width: 800px;
  background-color: #7bcffe;
  margin: 0 auto 20px;
}
div#common-contetns table th, div#common-contetns table td {
  background-color: #278dd7;
  text-align: left;
  padding: 5px 10px;
  font-weight: bold;
  color: #ffffff;
}
div#common-contetns table th {
  width: 25%;
  vertical-align: top;
}
div#common-contetns table td {
  width: 75%;
  vertical-align: bottom;
}
div#common-contetns table:nth-of-type(5) {
  margin-bottom: 30px;
}

body {
  background: url(own-spec/body.jpg) no-repeat center 140px;
}
