@charset "utf-8";


body, th, td { line-height: 1.4; }
h1 { font-size: large; padding: 0; }
h2, h3, h4, h5, h6 { font-size: medium; }

#pagetop,
#hmenu,
#cmenu,
#aftcmenu,
#smenu,
#fmenu { display: none; }

.skip { display: none; }


/* Header */
#header { width: 100%; overflow: auto; position: relative; }
#logo { float: left; margin: 0; padding: 0; }
#sitename { margin: 0; padding: 0; position: absolute; bottom: 0; right: 0; font-size: x-small; text-align: right; color: #404040; }


/* body.grad h1 */
body.grad h1.std { border-left: 7px solid #404040; padding-left: 12px; }
body.grad#home  h1,
body.grad#entry h1 { border: none; padding: 0; }


/* Content */
#content { margin: 1em 0; }
.pagetop { display: none; }

em { font-weight: bold; }

table { border-collapse: collapse; }
table th,
table td { vertical-align: top; padding: .5em; border-bottom: thin solid #000000; }
table th { white-space: nowrap; font-weight: bold; text-align: left; }

.red { color: #ff0000; }


/* Footer */
#footer { clear: both; margin-top: 1em; }
#copyright { margin: 0; font-size: x-small; text-align: right; color: #404040; }


/* #test */
body#test div#content div.test div.main ol { list-style-type: lower-alpha; }
body#test div#content div.test div.main li em { display: none; }
