a:link    {font-size: 10pt; text-decoration:none;}
a:visited {font-size: 10pt; text-decoration:none;}
a:active  {font-size: 10pt; text-decoration:none;}
a:hover   {font-size: 10pt; color:#FF0000; text-decoration:underline;}
body      {font-size: 10pt}
td        {font-size: 10pt}
b         {font-size: 10pt}

h1 { font-size: 1.2em;
  background-color: #480;
  color: white;
  padding: 0.2em; }
p { line-height: 1.6; }

div#menu { float: left; width: 9em;
  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; }

