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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1em;
  color: #464646;
}
#pgContent img {
  position: relative;
  top: 0.4em;
  float: left;
  width: 15em;
  height: 11.3em;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
  background: #9c9d85;
  padding: 0.2em;
  border: solid 1px #000;
}
#pgContent a {
  color: #740f10;
  font-weight: bold;
}
#pgContent li {
  color: #001278;
  font-size: 1.1em;
  margin-bottom: 0.3em;
  font-weight: bold;
  padding-left: 1.2em;
  background: url(/imgs/global/check.gif) left 0.2em no-repeat;
}
#pgContent ul {
  margin-left: 2em;
  margin-bottom: 1.2em;
}
#pgContent ul + p {
  margin-bottom: 0;
}
