body { background-color: #EFC;
  color: black;
  font-size: 10pt;
  margin: 1em 1em; padding: 0; }
a:link    { color: blue; }
a:visited { color: purple; }
h1 { font-size: 1.5em;
  background-color: #480;
  color: white;
  padding: 0.2em; }
p { line-height: 1.6; }

div#menu { float: left; width: 11em;
  background-color: white;
  margin-right: 1em; padding: 0.4em; }
div#menu h2 { font-size: 1em; }
div#menu ul { font-size: 0.9em;
  list-style-type: none;
  margin-left: 0; padding-left: 0.5em; }
div#menu li { margin-bottom: 0.4em; }

div#content { float: left; width: 65%; }
div#content h2 { font-size: 1.2em;
  border: 1px solid #480;
  padding: 0.2em; }

div > *:first-child { margin-top: 0; }

/* スクロールバー付きのブロックを作る */
div#whatsnew { height: 6em; overflow: auto;
  background-color: #FFA; }
div#whatsnew h2 { font-size: 1em;
  color: #F80;
  margin: 0.2em 0;
  border-style: none; }
div#whatsnew p { font-size: 0.9em;
  margin: 0.4em 0; }

