/* submenu */
ul.submenu       { font-size: 80%; line-height: 26px; background-color: white; text-align: center; list-style-type: none; margin: 0px; padding: 0px; border: solid 1px black; position: absolute; z-index: 10; top: 227px; left: 10px; width: 150px }
ul.submenu li        { border-bottom: 1px dotted #c0c0c0 }
ul.submenu li a     { color: black; text-decoration: none; display: block }
ul.submenu li span.text      { line-height: 120%; margin: 0px; padding: 6px; display: block }
ul.submenu ul     { list-style-type: none; margin: -1px; padding: 0px; border: none 0px black }
ul.submenu ul li    { margin: 0px; padding: 0px; border-top: 1px dotted black; border-right: 0px none; border-bottom: 0px none; border-left: 0px none }
ul.submenu li.copyright     { color: white; font-size: 80%; line-height: 130%; padding-top: 4px; padding-bottom: 4px; border: 0px }

/* other */
p#navigation       { color: #a9a9a9; font-size: 70%; margin: 0px 0px 10px; padding: 0px; position: absolute; top: 100px; left: 180px }
body      { color: black; background-color: white }
h1          { font-weight: bold; font-size: 150%; line-height: 110%; margin: 0px 0px 15px; padding: 10px 0px }
h2            { color: black; font-weight: bold; font-size: 120%; background-color: #dcdcdc; margin: 60px 0px 15px; padding: 2px }
h3      { font-size: 120%; margin: 25px 0px 5px }
/* page */
p.page   { color: #808080; text-align: right }
p.page a    { color: black; font-weight: bold; line-height: 100%; text-decoration: none; text-align: center; vertical-align: middle; padding: 4px; border: solid 1px black; width: 24px; height: 24px }

/* em < strong */
em     { font-style: normal; font-weight: bold }
strong { font-style: normal; color: red }

/* page menu */
p.pagetop   { font-size: 90%; clear: both }

/* div#content */
div#content           { font-size: 80%; background-color: white; margin-bottom: 40px; padding: 10px 10px 10px 180px; border-top: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; position: absolute; z-index: 0; top: 120px; left: 0px; width: 690px; height: auto }
div#content table     { font-size: 100%; margin-bottom: 1.5em }
div#content p.article { line-height: 150%; margin-top: 0px; margin-bottom: 1.5em }
div#content ul        { line-height: 150%; margin-left: 32px }
div#content ol        { line-height: 150%; margin-left: 32px }

/* ダウンロード用ボタン */
div#content p.download        { font-size: 150%; margin: 32px 0px; padding-left: 16px; border-left: 8px solid #dcdcdc }
