@charset "utf-8";
/* CSS Document */

/*------------------------------
main  elements
------------------------------*/
h4, h5, h6{
  margin-top:30px;
  margin-bottom:5px;
}

h4{
  font-size:1.3em;
  font-weight:bold;
  background:url(../images/icon1.gif) no-repeat 0.3em left;
  padding-left:20px;
  margin-left:50px;
}
dl{
  margin-left:80px;
}
dt{
  font-size:1.2em;
  font-weight:bold;
  background:url(../images/icon1.gif) no-repeat 0.3em left;
  padding-left:20px;
  margin-top:10px;
}
dt a{
  font-weight:bold;
}
dd{
  background:url(../images/icon2.gif) no-repeat 0.3em left;
  padding-left:20px;
  margin-left:30px;
}
