@charset "UTF-8";

/* news.css */ 


/* ---------- layout  ---------- */

.body {background:url(../images2/bg.jpg);
  background-repeat:repeat-y;
  background-position:center;}

#newsBox{
  border:#330000 solid 1px;
  width:580px;
  margin:5px auto;
}

.newsDate{
  text-align:right;
  color:#330000;
  width:580px;
  font-size:13px;
  margin:0px auto;
}

.newsTitle{
  background-image:url(images/bar.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
  width:580px;
  color:#330000;
  font-size:15px;
  text-align:left;
  padding:8px;
  font-weight:bold;
}

.newsTitle2{
  background-image:url(images/bar2.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
  width:580px;
  color:#330000;
  font-size:15px;
  text-align:left;
  padding:8px;
  font-weight:bold;
}

.newsDetail{
  font-size:13px;
  color:#330000;
  text-align:left;
  padding:15px;
  line-height:1.5em;
}

.img{
  margin-right:10px;
}

.newsDetail img{
  margin:0 0 10px 10px;
}

.right {
  background-image:url(../images2/right.jpg);
  background-position:right top;
  background-repeat:no-repeat;}