スタイルシートのクラスの仕様

#mainDisp (div)
#footerDisp (div)

#mainDisp #main (div) { width:30%; float:right; }

#mainDisp #menu (div) { margin-right:30%; }
 ※中の領域は必ず div に入れること。
modeDispの仕様
.menu_box {
  margin:1em .5em 1em 1em; padding:.5em;
  border:1px dashed orange;
  border-radius:10px; -moz-border-radius:10px;
  color:#000; font:90%/1.2 "Times New Roman";
  background-color:#ffefff;
}
menu_boxの仕様
.menu_box {
仕様の変更