@charset "utf-8";

h2 {
  background:url("img/subtitle.png") no-repeat;
}

* html h2 {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/subtitle.png);
}
#submenu {
  background:url("img/submenu_back.jpg") no-repeat;
}

.news-head {
  width:600px;
  padding:4px 0;
  background-color:#eeeeee;
  border-top:dashed 1px #999999;
  border-bottom:dashed 1px #999999;
}
.news-title {
  width:500px;
  float:left;
  font-weight:bold;
}
.news-date {
  width:100px;
  text-align:right;
  float:right;
}
.news-text img {
  float:left;
  margin:0 12px 12px 0;
}
