@charset "UTF-8";

#news.viewAction #newsArea .cols {
  width: 640px;
  margin: 0 0 10px;
  border-top: 1px dotted #646464;
  border-bottom: 1px dotted #646464;
  padding: 20px;
}
#news.viewAction #newsArea .cols .date {
  float: left;
  width: 80px;
  color: #508EBE;
}
#news.viewAction #newsArea .cols .title {
  float: right;
  width: 540px;
}

#news.showAction #newsArea {
  margin-bottom: 20px;
  border: 1px dotted #999999;
  padding: 19px;

}
#news.showAction .cols {
  margin: 0 0 19px;
  border-bottom: 1px dotted #999999;
  padding: 0 0 19px;
  position: relative;
}
#news.showAction .cols .date {
  float: left;
  margin: 0 10px 0 0;
  color: #508EBE;
  font-weight: bold;
}
#news.showAction .cols .title {
  overflow: hidden;
  _zoom: 1;
}

#news.showAction .cols2 img {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
#news.showAction .cols2 p {
  overflow: hidden;
  _zoom: 1;
}
