@charset "utf-8";


#f_mainImage {
  PADDING: 10px 0px 10px 0px;
}

#f_contents {
  PADDING: 10px 30px 10px 30px;
}

#f_contents ul {
  LIST-STYLE-TYPE: none;
  float: left;
}

#f_contents li {
  width: 700px;
  padding: 10px 10px 10px 40px;
  background: url(../img/sitemapArrow.gif) no-repeat center;
  background-position: 20px;
  float: left;
}

#f_main h1 {
  width: 700px;
  padding: 5px 0px 5px 10px;
  border-bottom: solid 1px;
  border-left: solid 5px;
  border-left-color: #0000FF;
  font-size: 120%;
  clear: left;
  float: left;
}




