*{margin:0; padding:0;}

html {
    overflow-y:scroll;
}

body {
  background-image: url(img/img_back.gif);
  background-repeat: repeat;
  text-align:center;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS UI Gothic',sans-serif;
  color: #666666;
}

a.txt {/*リンクされた文字*/
  color: #666666;
  font-style:normal;
  text-decoration:none;
}
a:hover.txt {/*マウスをのせたとき*/
  color:#ffffff;
  font-style:normal;
  background-color:#CCCC99;
  text-decoration:none;
}
a:active.txt {/*クリック中*/
  color:#FFFF99;
  text-decoration:underline;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity:0.5;
  opacity:0.5;
}

#wrap { width:730px; text-align:left; margin:0 auto; }
#inner { margin:0;}

#mainw {
  width:450px;
  height:365px;
  float:left;
  background-color:#ffffff;
  }

#sidew {
  width:280px;
  height:365px;
  float:right;
  background-color:#ffffff;
  }

#banner{
  background-color:#ffffff;
  width:730px;
  height:95px;
  text-align:center;
  }

#header{ width:730px; padding: 30px 0 0 0;  }

#footer{
  width:730px;
  text-align:right;
  margin:2 0 0 0;
  color: #666666;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 11px;
  letter-spacing: 0.1em;
  clear:both;
}

.clear { clear:both; }
.clear hr { display:none; }
.news{  margin:28 5 0 0; }
.photo{  margin:40 0 0 25; }
.banner{  margin:0 30 0 25; }
.banner2{  margin:0 30 0 0; }

iframe {  width: 250px; height: 290px;  }
/*iframe.topnews { border: none; }  dotted  double dashed*/
iframe.topnews { border: 2px #b6b6b6 dotted; }
