body{
  margin: 0px;
  font-size: 10pt;
  color: #333333;
  background-color: #ffffff;
  }

td{ font-size: 10pt; }

a:link{ color: #4f3f6f; text-decoration: none; }
a:visited{ color: #4f3f6f; text-decoration: none; }
a:hover{ color: #7f6f5f; text-decoration: none; }
a:active{ color: #7f6f5f; text-decoration: none; }

ul{
  margin: 0.5em 0.5em 0.5em 0.5em;
  padding: 0.2em 0.2em 0.2em 0.2em;
  }
li{
  list-style: square inside;
  margin: 0.1em;
  color: #ababab;
  }

.image{
  border-style: none;
  }

/* フォント指定(連絡先) - メニュー部分 */
.mail
{
  font-family: Verdana;
  font-size: 9pt;
  color: #4c4c4c;
  margin: 1em 1em 0em 2em;
}

/* 飾り帯(1) - メニュー部分 */
.band1l{ width: 100%; height: 8px; font-size: 8px; border-style: none; }
.band1r{ width: 100%; height: 8px; font-size: 8px; border-style: none; }

/* リンク(1) - メニュー部分 */
.link1box{ padding: 2px 0.5em 1px 0.5em; border: solid 1px #bababa; color: 333333; background-color: #ffffff; letter-spacing: 0.2em; }

/* タイトル(1) */
.title1{
  white-space: nowrap;
  padding: 2px 0.5em 1px 0.5em;
  border: solid 1px #bababa;
  color: #333333;
  background-color: #ffffff;
  font-size: 13pt;
  letter-spacing: 0.2em;
  }

/* タイトル(2) */
.title2{
  white-space: nowrap;
  padding: 2px 0.5em 1px 0.5em;
  border: solid 1px #969696;
  color: #333333;
  background-color: #ffffff;
  font-size: 9pt;
  letter-spacing: 0.2em;
  }

/* その他 */
.nowrap{ white-space: nowrap; }

.list{ margin: 0.5em 0 0 1.0em; padding: 0 0 0 0; }

.borderbox{
  border-left: solid 1px #888888;
  border-right: solid 1px #888888;
  border-top: solid 1px #888888;
  border-bottom: solid 1px #888888;
  }
