@charset "utf-8";
.right{
  float: right;
}
.left{
  float: left;
  text-align: left;
  margin: 0px 0px 0px 10px;
}

/*******ニュース*********/
#td_news{
  color: #333333;
  vertical-align: top;
  padding: 0px 10px 10px 10px;
}

#news {
  width: 590px;
  font-size: small;
  border-top: 1px solid #999999;
  border-right: 4px double #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  margin: 2px 10px 0px 0px;
}
#news ul {
  clear: both;
  list-style-type: none;
  margin: 10px 0px 10px 0px;
}
#news .li_n {
  list-style-type: none;
  color: #666666;
  font-size: x-small;
  border-top: 0px dotted #999999;
  border-right: 0px dotted #999999;
  border-bottom: 1px dotted #999999;
  border-left: 0px dotted #999999;
  background-image: url(../img/point2.gif);
  background-repeat: no-repeat;
  background-position: 8px 5px;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 2px 22px;
}

#news .li_n a:link{
  width: 320px;
  color: #512E05;
  text-decoration:none;
}
#news .li_n a:visited{
  width: 320px;
  color: #512E05;
  text-decoration:none;
}
#news .li_n a:hover{
  width: 320px;
  color: #FFFFFF;
  background-color: #512E05;
  text-decoration:none;
}

.bnn{
  color: #800000;
  font-family: "Timse New Roman";
  letter-spacing: 2px;
  margin: 10px 0px 0px 0px;
}
.doc{
  color: #666666;
  font-size: x-small;
}

/*******バナー*********/
#td_banner{
  vertical-align: top;
  text-align: center;
  padding: 10px 5px 10px 5px;
}
#banner div.text{
  width: 150px;
  font-size: x-small;
  font-family: "HGP創英角ｺﾞｼｯｸUB";
  border-style: solid;
  border-color: #66604C;
  border-width: 1px;
  background-color: #F5EFDC;
  padding: 6px 0px 6px 0px;
  margin: 5px 0px 5px 0px;
}
#banner div.img{
  width: auto;
  border-width: 0px;
  margin: 5px 0px 5px 0px;
}

img.text{display: none;}

.disp{display: block;}
.nodisp{display: none;}

.style2 {
  font-size: small;
  color: #666666;
}
.style3 {
  color: #000000;
}
