/* MARVELOUS! Style Sheet Strict Version
   Last Modified	2003-01-04

   Cascading Style Sheets,level2 */

/***** color *****/

body {
	color: #000;
	background: #aaa url(../img/bg.gif) no-repeat bottom right fixed;
}

h1, th { color: #01F; background-color: #ddd }
h2 { border-color: #345 }
h3 { border-color: #345 }

a:link { color: #01b }
a:visited { color: #000 }
a:active { color: #E00; background-color: #333 }
a:hover { color: #3C0; background-color: #333 }
a.outside,
ul.gate a:link { color: #01b }
a:hover.outside,
ul.gate a:hover { color: #CE0; background-color: #000 }
A.hide { color: #CCC; text-decoration: none }

address, p.caption, div.tmenu, div.bmenu, div.example{ border-color: #333 }

/***** font *****/
h1 { font-size: 250% }
address { font-size: 90% }
span.comment { font-size: 75% }

/***** position *****/
h1 {
	text-align: center;
	line-height: 1em;
	margin-bottm: 5px;
	clear: both;
}

address {
	text-align: left;
	padding: 5px 5px 5px 5px;
	border-width: 5px 0px 0px 0px;
}

div.body { margin-left: 10%; margin-right: 10% }
div.top { text-align: center }
div { clear: both; }

div.tmenu {
	text-align: right;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 1em;
	border-width: 0px 0px 5px 0px;
}

div.bmenu {
	text-align: right;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 1em;
	border-width: 5px 0px 0px 0px;
	clear: both;
}

div.example {
	margin-left: 5%;
	margin-right: 5%;
	font-size: 90%;
	line-height: 1.2em;
}

div.date {
	text-align: right;
}

/***** border,padding *****/
h2, h3, address, div.tmenu, div.bmenu, p.caption, p.com { border-style: solid }

h2 { border-width: 1px 15px 1px 15px; padding: 0.3em }
h3 { border-width: 3px 0px 3px 0px; padding: 0.1em }
p.caption { border-width: 5px 0px 0px 5px }
img { border: none }


body { line-height: 1.4em }
table.topmenu td { padding: 0.1em 0.5em 0.1em 0.5em }

H2,H3,H4,H5,H6 {
	margin: 1.4em,0em,0em,0em;
	clear: both;
}

}

UL,OL {
	margin-bottom: 1.5em;
}
OL.roman {
	list-style-type: lower-roman;
}

EM {
	font-style: normal;
	font-weight: 900;
}
STRONG {
	font-style: normal;
	font-size: 1.3em;
}


P {
	text-indent: 1em;
}

P.com {
	text-indent: 0em;
	font-size: 0.8em;
	width: 25%;
	margin: 0.5em;
	padding-left: 0.5em;
	float: right;
	border-left: thin #CCCCCC;
}

P.caption {
	text-indent: 0em;
	font-size: 110%;
	margin-top: 1em;
}


.rclear { clear: right; }
.lclear { clear: left; }
.conceal { border: none }
hr { display: none; }
img.nodisp { display: none; }

pre.code {
	color: #000;
	background-color: #CCC;
	border-color: #000;
	border-style: solid;
	border-width: 2px;
	line-height: 1.1em;
	padding: 0.7em;
}

div.code {
	color: #000;
	background-color: #CCC;
	border-color: #000;
	border-style: solid;
	border-width: 2px;
	line-height: 1.1em;
	padding-left: 0.7em;
}
