/* newslist */
div#newslist div#list {
  padding: 0 10px 10px;
  line-height: 180%;
}

/* newsdetail */
div#newsdetail #article {
  margin: 0 0 0 10px;
}

div#newsdetail #news_date {
  font-style: italic;
}

div#newsdetail #body {
  display: block;
  margin-top: 8px;
  line-height: 160%;
}