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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1em;
  color: #464646;
}
#pgContent h4 {
  font-size: 1.4em;
  color: #0d4677;
  margin-bottom: 1em;
}

#pgContent dl {
  float: left;
  margin-right: 2em;
}
#pgContent dl#english {
  margin-right: 0;
}
#pgContent dl a {
  text-decoration: none;
}
#pgContent dt {
  font-size: 1.2em;
  font-weight: bold;
  color: #464646;
  margin-bottom: 0.5em;
}
#pgContent dd {
  font-size: 1.1em;
  margin-bottom: 0.5em;
}

