BODY{
  width : 100%;
  color:#000000;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-color:#999999;
  background-image: url("img/haikei-01.gif") 
}



/* ページ全体 */
.header{
  background-color:#ffffff;
  width : 720px;
  border-bottom:solid 2px #000000;
}
.main{
  background-color:#ccebb9;
  width : 720px;
}
.sidemenu{
  background-color:#ccebb9;
  width : 140px;
  float : left;
}
.contents{
  background-color:#ccebb9;
  width : 560px;
  float : left;
  border-left:solid 2px #000000;
}



/* リンク */
a {
  text-decoration: none;
  }
a:hover {
  color: #ff0000;
  text-decoration: underline;
} 
a.under:hover  {
  color:#ff0000;
  text-decoration:none;
}
a.under {
  color:#000000;
  text-decoration:none;
}
a.wunder:hover  {
  color:#ff0000;
  text-decoration:none;
}
a.wunder {
  color:#ccebb9;
  text-decoration:none;
}
a.gunder:hover  {
  color:#ff0000;
  text-decoration:none;
}
a.gunder {
  color:#000000;
  text-decoration:none;
}
a.gunder:hover  {
  color:#ff0000;
  text-decoration:none;
}


p.left {
  margin-left:10px;
}





/* 文字の設定 */
.normal{
  font-family:"ＭＳ　Ｐゴシック","Osaka";
  font-size:80%;
  font-weight:normal;
  line-height:140%;
}
.red{
  font-size:80%;
  font-weight:bold;
  color:#ff0000;
  line-height:150%;
}
.b-red{
  text-decoration:underline;
  font-size:140%;
  font-weight:bold;
  color:#ff0000;
  line-height:200%;
}
.u-red{
  text-decoration:underline;
  font-size:120%;
  color:#ff0000;
  margin-bottom: 10px;
  line-height:120%;
}

.green{
  text-align:left;
  font-weight:bold;
  padding:2px;
  vertical-align:middle;
  background-color:#9cb28e;
}
.darkgreen{
  margin-left:10px;
  text-align:left;
  font-weight:bold;
  padding:2px;
  vertical-align:middle;
  background-color:#2d3b2f;
  color:#ccebb9;
}
.small{
  font-size:85%;
  font-weight:normal;
  line-height:150%;
}
.r-small{
  text-align:right;
  font-size:85%;
  font-weight:normal;
  line-height:150%;
}
.i-small{
  font-size:75%;
  font-weight:normal;
  line-height:100%;
}




/* リスト */
ul { 
  margin-left:12px;
　padding-left:12px;
　list-style-type:decimal;
} 




/* ボックスの設定 */
.box{
  padding: 3px;
  border:solid 1px;
  border-color:#78896e;
}　





/* 1行で左寄せと右寄せ */
.title{
　padding: 5px;
  text-align:left;
  float:left;
}　　
.date{
　margin:2px;
  text-align:right;
}
　


/* テーブル */
table.a{
　padding:5px;
  line-height:150%;
}
table.b{
  line-height:150%;
  border-left:solid 1px #666666;
  border-bottom: solid 1px #666666;
}
table.b td, table.b th{
  font-size:80%;
  font-weight:normal;
  line-height:150%;
  border-top:solid 1px #666666;
  border-right:solid 1px #666666;
}
tr.g th{
  font-size:80%;
  font-weight:normal;
  line-height:150%;
  background-color:#78896e;
}
table.c{
  font-size:80%;
  font-weight:normal;
  padding:5px 5px; 
  font-size:100%;
  font-weight:normal;
  line-height:150%;
}
tr.i th{
  font-size:75%;
  font-weight:normal;
  line-height:100%;
  background-color:#78896e;
}
table.i{
  line-height:100%;
  border-left:solid 1px #666666;
  border-bottom: solid 1px #666666;
}
table.i td, table.i th{
  font-size:75%;
  font-weight:normal;
  line-height:120%;
  border-top:solid 1px #666666;
  border-right:solid 1px #666666;
}


/* added by ari */

dt {
  font-size: 100%;
  font-weight: bolder;
  margin: 2px 0;
}



