@charset"utf-8";

#main {
  width: 820px;
  margin: 0px;
  padding-top: 10px;
  float: left;
}

#main h2 {
  padding: 10px 0px 5px 15px;
  margin-bottom: 15px;
  font-size: 1.6em;
  font-weight: bold;
  border-bottom: solid 1px #999;
}

#main p.topic {
  margin-top: 30px;
  margin-bottom: 5px;
  padding: 2px 0px 2px 25px;
  font-weight: bold;
  line-height: 24px;
  font-size: 1.4em;
  border: solid 1px #ccc;
  background-color: #fff;
  background: url(../../notice/photo/pbg-sitemap.gif) repeat-x top;
}

#main ul {
  margin: 15px 0px 15px 0px;
  padding-bottom: 10px;
  border-bottom: solid 1px #dcdcdc;
}

#main ul#last {
  margin: 15px 0px 60px 0px;
}

#main ul li.ctg{
  margin: 0px 0px 20px 30px;
  line-height: 24px;
  font-size: 1.4em;
  font-weight: bold;
  padding-left: 15px;
  background: url(../../notice/photo/arrow-sitemap.gif) no-repeat left;
  background-position: 0px 2px;
}

#main ul li,
#main ul#last li {
  margin: 0px 0px 0px 30px;
  line-height: 24px;
  font-size: 1.4em;
  display: inline;
  padding-left: 15px;  
  background: url(../../notice/photo/arrow-sitemap.gif) no-repeat left;
  background-position: 0px 2px;
}



