@charset "utf-8";

/*------- heading ---------*/
h4 {
  clear: both;
  padding-top: 10px;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
  margin-top: 20px;
}

/*------- ul --------------*/
#leftContent ul li {
  background-image: url(/company/images/bg_li_01.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 4px;
  padding-left: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#leftContent ul li a {
  color: #007BBB;
}

#leftContent ul li a:hover {
  text-decoration: underline;
}

#leftContent .section ul {
  margin-left: 10px;
  margin-top: 5px;
}

#leftContent .section ul li {
  float: left;
  background-image: url(/company/images/bg_li_02.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-bottom: 0;
  padding: 4px;
  padding-bottom: 0;
  padding-left: 16px;
}

#leftContent .section ul li a {
  color: #007BBB;
}

#leftContent .section ul li a:hover {
  color: #007BBB;
  text-decoration: underline;
}

