/* ページ全般 */

body {
  font-size: 0.8em;
  color: #000000;
  background: #FFFFFF;
  margin: 2;
  padding: 0;
  line-height: 1.4;
  }

.frame {
  width: 760px;
  font-size: 100%;
  background: #9acccd;
  padding: 0px;
  margin: 0px;
  }

.main-content {
  width: 610px;
  background: #ffffff;
  margin: 0px 75px;
  padding: 0px;
  }


/* ヘッダー　*/

.top-logo {
  width: 760px;
  }


/* メーニューバー */

.top-link01 {
  width: 760px;
  height: 36px;
  color: #ffffff;
  background: #a1a1a1;
  margin: 0px;
  }

.top-link02 {
  height: 18px;
  text-align: center;
  color: #ffffff;
  background: #a1a1a1;
  padding-right: 13px;
  padding-left: 13px;
  margin: 0px;
  float: left;
  }

.top-link03:link {
  color: #ffffff;
  text-decoration: none;
  }

.top-link03:visited {
  color: #ffffff;
  text-decoration: none;
  }

.top-link03:hover {
  color: #ffffff;
  text-decoration: underline;
  }
 

/* 見出し */

.h1 {
  font-size: 125%;
  font-weight: bold;
  line-height: 16px;
  color: #969696;
  margin: 0px;
  padding: 13px 14px;
  }

.h3-blue {
  font-size: 110%;
  font-weight: bold;
  color: blue;
  padding: 0px 0px 0px 5px;
  margin: 30px 30px 0px 30px;
  border-left: 12px solid #ff0000;
  border-bottom: 1px dotted #ff0000;
  }


/* ボックス要素 */

.box01 {
  padding: 0px;
  margin: 30px 20px 0px 20px;
  }

.box02 {
  font-size: 120%;
  color: #0000ff;
  border-top: 2px solid #9acccd;
  border-right: 2px solid #9acccd;
  border-bottom: 2px solid #9acccd;
  border-left: 10px solid #9acccd;
  padding: 3px 10px 3px 10px;
  margin: 0px;
  }

.box03 {
  font-size:80%;
  background: #F5F5F5;
  text-align: center;
  border: 1px #E3E3E3 solid;
  border-width: 0 1px 1px 1px;
  padding: 5px;
  white-space: nowrap;
  }

.box04 {
  padding: 5px 5px 5px 10px;
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  font-size: 80%;
  text-align: left;
  }


/* テーブル要素 */

.table01 {
  width: 520px;
  border: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
  }

.table01 th {
  padding: 5px;
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  background: #F5F5F5;
  font-size: 80%;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  white-space: nowrap; 
  }

.table01 td {
  padding: 5px;
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  font-size: 80%;
  text-align: center;
  white-space: nowrap;
  }

.table02 {
  width: 520px;
  border-top: 1px #E3E3E3 solid;
  border-right: 0px;
  border-bottm: 0px;
  border-left: 0px;
  border-collapse: collapse;
  border-spacing: 0;
  }


/* テキスト装飾関連 */

.text-black01 {
  font-size: 100%;
  padding: 0px;
  margin: 5px  25px 0px 25px;
  }

.text-black02 {
  font-size: 100%;
  padding: 0px;
  margin: 10px 10px 0px 60px;
  }

.text-black03 {
  font-size: 100%;
  padding: 0px 0px 10px 0px;
  margin: 30px 20px 0px 20px;
  }


/* リンク関連 */

.link01:link {
  color: #000000;
  text-decoration: none;
  }

.link01:visited {
  color: #000000;
  text-decoration: none;
  }

.link01:hover {
  color: #0000ff;
  text-decoration: underline;
  }

.link02:link {
  color: #ff3300;
  text-decoration: none;
  }

.link02:visited {
  color: #ff3300;
  text-decoration: none;
  }

.link02:hover {
  color: #ff3300;
  text-decoration: underline;
  }

.link03:link {
  font-weight: bold;
  color: #ff0000;
  text-decoration: none;
  }

.link03:visited {
  font-weight: bold;
  color: #ff0000;
  text-decoration: none;
  }

.link03:hover {
  font-weight: bold;
  color: #ff0000;
  text-decoration: underline;
  }


/* フッター */

#footer {
  text-align: center;
  margin: 0px;
  padding: 0px;
  }