@charset "UTF-8";

.list {
  margin: 0 0 0 18px;
  padding: 0;
  list-style: disc outside;
}

.list li {
  padding-top: 10px;
}

.num-list2 dt {
    float: left;
    clear: left;
    width: 2.5em;
    padding: 0 0 10px;
}
.num-list2 dd {
    margin-left: 2.5em;
    padding: 0 0 10px;
}

#top-list {
  list-style: none;
    margin: 0 0 0 15px;
}

#top-list li {
  padding-left: 22px;
  background: url(../img/arrow.gif) left 0.3em no-repeat;
  margin-bottom: 15px;
}

#top-list a:link, #top-list a:active, #top-list a:visited {
  text-decoration: none;
}

#top-list a:hover {
  text-decoration: underline;
}