#contentgroup {
  margin-left:1em;
  margin-right:1em;
  text-align:left;
}

p.mainmenu {
  text-align:left;
  margin-left:1em;
  margin-right:1em;
  border:solid 1px #333333;
  padding:0.5em;
  line-height:140%;
}

p.count {
  border-style:solid;
  border-color:#ffcc33;
  border-width:2px;
  background-color:#ffff99;
  line-height:200%;
}

/* 学習指導要領のページの0字下げ */
div.m0 {
  line-height:150%;
}

/* 学習指導要領のページの1字下げ */
div.m1 {
  margin-left:1em;
  line-height:150%;
}

/* 学習指導要領のページの2字下げ */
div.m2 {
  margin-left:2em;
  line-height:150%;
}

/* 学習指導要領のページの3字下げ */
div.m3 {
  margin-left:3em;
  line-height:150%;
}

/* 学習指導要領のページの4字下げ */
div.m4 {
  margin-left:4em;
  line-height:150%;
}