/*===== index ======*/

.release_lists {
  margin: 5px;
  margin-right: 10px;
}
.release_lists dt,
.release_lists dd {
  line-height: 1.5;
}
.release_lists dt { font-weight: bold; }
.release_lists dd { margin-bottom: 20px; }
#content p a,
.release_lists dd a {
  border-bottom: 1px dotted #000000;
}
#content p a:hover,
.release_lists dd a:hover {
  border-bottom: 1px dotted #800080;
  color: #800080;
}
.dot_line {
  width: 100%;
  height: 1px;
  background: url(../images/content_bg_dotted_line_x.gif) repeat-x 2px 0px;
}
/*===== content ======*/
#content { line-height: 1.5; }
#content h2 {
  padding: 8px 0 10px;
  border-bottom: 1px solid #000;
  text-indent: -5000px;
}
#content .other { background: url(../images/other/h2_other.gif) no-repeat 0 14px; }
#content .seminar { background: url(../images/seminar/h2_seminar.gif) no-repeat 0 14px; }
#content .topics { background: url(../images/topics/h2_topics.gif) no-repeat 0 14px; }

#content h3 {
  margin-bottom: 5px;
  font-weight: bold;
}
#content h4 { font-weight: normal; }
#content h5 { font-weight: bold; }
#content p { margin: 0 15px 20px 0; }
#content .first_text { margin-bottom: 0; }
#content .text a { border-bottom: 1px dotted #000; }
#content .text a:hover { border-bottom: 1px dotted #800080; }

#content ol { margin-left: 30px; }
#content ol li { text-indent: -20px; }
#content .upper_alpha li { text-indent: -10px; }

#content dd ul { margin: 0 0 0 15px; }
#content .topics li {
  padding-left: 10px;
  background: url(../images/monthly_report/li_icon.gif) no-repeat 2px 5px;
  line-height: 1.6;
}

#content .link_to_list {
  margin-right: 5px;
  background: url(../images/content_bg_dotted_line_x.gif) repeat-x 2px 1.4em;
  text-align: right;
}

#content dd { margin-bottom: 15px; }
#content dd dd { margin-bottom: 0; }
#content dd dl dd { padding-left: 14px; }
#content dd dl dd span { padding-left: 8px; display: block; }

#content a.arrow,
#content .link_to_list a {
  padding-left: 14px;
  background: url(../images/arrow_icon.gif) no-repeat 1px 0;
  border-bottom: none;
}
#content a.arrow:hover,
#content .link_to_list a:hover {
  border-bottom: none;
}
#content .release_009 dd dd {
  padding-left: 14px;
}
