/****** 標準 CSS *******/
/*@charset "shift_JIS";*/
/*@charset "utf-8";*/

/****** 基本設定 ******/
h2.kanteib,h2.kanteir{
  text-align: center;
  font-family: AR勘亭流H;
  font-size: 130%;
}
h2.kanteib{
  color: blue;
}
h2.kanteir{
  color: red;
}
h2.fpop{
  text-align: center;
/*  font-family: ＭＳ ゴシック;*/
  font-family: 富士ポップ;
  font-size: 110%;
  color: #990000;
}

/****** ページメイン *******/
#pagemain{
  background: right top repeat-x url(../images/top/yuuhi01.jpg);
}

/****** メイン *******/
.mainbox h1{
  color: red;
  line-height: 2.0em;
}
.mainbox{
/*  border: 1px solid #999999;*/
}
.mainbox h1{
  margin: 0;
  text-decoration: underline;
}
.mainbox .tblbox01{
  width: 520px;
}
.pl10{
  margin: 30px 0;
}

/****** テーブル用 *******/
.tblbox02{
  border: 1px solid #999999;
  background-color: #cccccc;
}

.tblbox01 th,.tblbox02 th{
  padding: 10px 8px 10px 0;
  vertical-align: top;
/*  width: 140px;*/
  text-align: center;
}
.tblbox01 td,.tblbox02 td{
  padding: 0 0 10px 0;
  vertical-align: top;
}
.tblbox01 p,.tblbox02 p{
  width: 360px;
}
.td11{
  text-align: center;
  color: fuchsia;
  font-weight: bold;
  font-size: 120%;
  line-height: 1.2em;
}

.tblbox02 th,.tblbox02 td{
  background-color: white;
}
th.left{
  text-align: left;
}

/****** メイン　リスト *******/
.mlst01{
  margin: 0 0 50px 0;
}
.mlst01 dt{
  margin: 0 0 0 24px;
  display: list-item;
  list-style: disc outside;
  color: #cc0000;
  font-style: italic;
  text-decoration: underline;
}
.mlst01 dd{
  margin: 0 0 16px 24px;
  line-height: 1.5em;
}

/****** その他 *******/
.dred{
  color: $660000;
}


