@charset "utf-8";
/* CSS Document */

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  color: #464646;
  margin-bottom: 1em;
}
#pgContent #lastP {
  margin-bottom: 0;
}
#pgContent img {
  float: left;
  position: relative;
  top: 0.5em;
  width: 11em;
  height: 18.1em;
  margin-right: 1em;
  background: #9c9d85;
  padding: 0.2em;
  border: solid 1px #000;
}
#pgContent h4 {
  font-size: 1.4em;
  color: #0d4677;
  margin-bottom: 0.5em;
  clear: left;
}
#pgContent ul {
  margin-bottom: 1.2em;
}
#pgContent li {
  color: #001278;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  padding-left: 1em;
  background: url(/imgs/global/block.gif) left 0.5em no-repeat;
}
