@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;
}

.thread-box {
  width:564px;
  margin:18px 0;
  padding:17px;
  border:dashed 1px #999999;
}
h4.thread-title {
  font-weight:bold;
  font-size:1.2em;
  margin:0 0 1.6em 0;
  padding:0 0 0 8px;
  border-left:solid 4px #d31100;
}
.thread-toall {
  margin-bottom:0;
}
.res-body p {
  margin-top:.8em;
  margin-left:2.4em;
}

.submit-box {
  padding-top:18px;
  border-top:dashed 1px #999999;
  text-align:center;
}
.submit-box table {
  margin:0 auto;
}
.submit-box td {
  text-align:left;
}
