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

/****** 基本設定 ******/

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

/****** メイン *******/
.mainbox h1{
  width: 560px;
  margin: 10px 0 16px 0;
  padding: 2px 0 2px 8px;
  font-size: 130%;
  line-height: 1.0em;
  text-align: left;
  color: white;
  background-color: #006699;
  border-left: 12px solid #cccccc;
}
.mainbox h2{
  width: 560px;
  margin: 16px 16px 8px 12px;
  font-size: 115%;
  font-weight: bold;
  line-height: 1.2em;
  color: #0066ff;
  border-bottom: 2px dotted #0066ff;
}
.mainbox p{
  width: 520px;
  margin: 10px 10px;
}
.mainbox img{
  margin: 0 10px 4px 10px;
}
.mainbox pre{
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
}
.mainbox li{
  line-height: 1.2em;
}

/****** メイン　リスト *******/
.mlst01 dt{
  margin: 0 0 8px 10px;
  padding: 2px 0 1px 4px;
  color: #ff0000;
  font-weight: bold;
  font-size: 100%;
  border-left: 10px solid #66ccff;
  border-bottom: 2px dotted #6699ff;
}
.mlst01 dd{
  margin: 0 0 24px 10px;
  padding: 0;
  line-height: 1.2em;
/*  border: 1px solid #999999;*/
}
.mlst03 dt{
  margin: 0 16px 0 40px;
  color: #009966;
  font-weight: bold;
  font-size: 100%;
}
.mlst03 dd{
  margin: 0 0 10px 40px;
}

