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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1.5em;
  color: #464646;
}
#pgContent ul {
  margin-bottom: 1.2em;
}
#pgContent li {
  color: #001278;
  font-size: 1.1em;
  margin-bottom: 0.8em;
  font-weight: bold;
  padding-left: 1em;
  background: url(/imgs/global/block.gif) left 0.5em no-repeat;
}
#pgContent p + p span{
  text-decoration: underline;
}
#pgContent ul + p {
  
  margin-bottom: 0;
}
#pgContent img {
  float: left;
  width: 17.5em;
  height: 13em;
  position: relative;
  top: 0.5em;
  background: #9c9d85;
  padding: 0.2em;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
  border: solid 1px #000;
}
