@charset "UTF-8";

/* ニュース
-----------------------------------------------------------------*/
#primary #news {
  margin-bottom: 1em;
}
#primary #news ol {
  list-style: none;
  margin-bottom: 1em;
}
#primary #news ol li {
  margin-top: 1em;
  border-bottom: 2px dotted #ccc;
}
#primary #news dl {
  margin-bottom: 1em;
}
#primary #news p.date {
  background: url("../images/news/date.gif") no-repeat;
  font-weight: bold;
  text-indent: 1.5em;
  height: 15px;
  line-height: 15px;
  margin-bottom: 0.5em;
}
#primary #news p.content {
  background: url("../images/caption2.gif") repeat-y;
  margin-left: 1em;
  padding: 0.5em 0 0.5em 1em;
}