/*
	jhtmldoc.css - for Japanese HTML documents
		Copyright (C)2001, 2002 Shingo Endo
*/

BODY
{
	color: WindowText;
	background-color: Window;
	line-height: 1.25;
	margin-left: 5%;
	margin-right: 5%;
}

P, BLOCKQUOTE, DD
{
	margin-top: 0.25em;
	margin-bottom: 0.75em;
}

DT
{
	margin-top: 0.75em;
	margin-bottom: 0.25em;
}

DT + DT
{
	margin-top: 0.25em;
}

PRE, UL, OL, DL, TABLE
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

H1, H2, H3, H4, H5, H6
{
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
}

H2, H3, H4, H5, H6
{
	text-align: left;
}

H1
{
	font-size: 1.5em;
	background-color: ThreeDLightShadow;
	text-align: center;
	margin-bottom: 1em;
	margin-left: -3%;
	margin-right: -3%;
	padding: 1em;
}

H2
{
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: -3%;
	margin-right: -3%;
	padding-top: 1em;
	border-width: 1px 0 0 0;
	border-color: WindowText;
	border-style: dotted;
}

H3
{
	font-size: 1.25em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	margin-left: -2%;
	border-width: 0 0 2px 0;
	border-color: ThreeDShadow;
	border-style: solid;
}

H4
{
	font-size: 1.125em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	margin-left: -1%;
}

H5
{
	font-size: 1em;
	margin-top: 1.5em;
	margin-bottom: 0.25em;
	margin-left: 0%;
}

H6
{
	font-size: 1em;
	margin-top: 1.25em;
	margin-bottom: 0.25em;
	margin-left: 0%;
}

P
{
	text-indent: 1em;
}

LI P
{
	text-indent: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
}

BLOCKQUOTE
{
	margin-left: 0.5em;
	margin-right: 1em;
	padding-left: 0.5em;
	border-width: 0 0 0 thick;
	border-color: ThreeDShadow;
	border-style: none none none solid;
}

PRE
{
	line-height: 1.15;
	padding: 0.5em;
	background-color: ThreeDLightShadow;
}

UL, OL
{
	padding-left: 0;
}

UL
{
	margin-left: 1.5em;
}

OL
{
	margin-left: 2em;
}

UL UL, OL OL, UL OL, OL UL
{
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

DL
{
	margin-left: 1.5em;
}

DT
{
	display: list-item;
	list-style-type: disc;
}

DL > DD > DL > DT
{
	list-style-type: circle;
}

DL > DD > DL > DL > DD > DT
{
	list-style-type: square;
}

DD
{
	margin-left: 0;
}

TABLE
{
	border-width: 1px 0;
	border-color: WindowText;
	border-style: solid;
	caption-side: top;
	border-collapse: separate;
	border-spacing: 0.5em 0.125em;
}

THEAD
{
	border-width: 0 0 1px 0;
	border-color: WindowText;
	border-style: dotted;
}

CAPTION
{
	font-size: 0.9em;
	margin-bottom: 0;
	white-space: nowrap;
}

TH, TD
{
	vertical-align: baseline;
	border-style: none;
}

TH
{
	text-align: left;
}

ADDRESS
{
	font-style: normal;
	margin-top: 2em;
}

EM
{
	font-style: normal;
	text-decoration: underline;
}

STRONG
{
	font-weight: bold;
}

CITE, DFN
{
	font-style: normal;
}
