#sitemap-contents {
 margin: 50px auto 0 auto;
 width: 500px;
}
#sitemap-contents p {
  background: url(../sitemap/images/sitemap-head.jpg) 90px 16px no-repeat;
  font-size: 16px;
  padding: 10px 125px;
}
#sitemap-contents p a:link {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
#sitemap-contents p a:visited {
  color: #000;
  text-decoration: none;
}
#sitemap-contents p a:hover {
  opacity:.8;
}
#sitemap-contents p.home {
  background: none;
  padding-left: 70px;
}
.border {
  background: url(../sitemap/images/border1.jpg) repeat;
  border: 0;
  display: block;
  height: 3px;
  width: 100%; 
}