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

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