/*
	jhtmldocl.css - for Japanese HTML documents
		Copyright (C)1999-2001 Shingo Endo
*/

BODY
{
	line-height: 125%;
	padding: 2% 3%;
}

H1, H2, H3, H4, H5, H6
{
	font-style: normal;
	text-align: left;
	line-height: 100%;
}

H1
{
	font-size: 175%;
	margin-bottom: 1em;
}

H2
{
	font-size: 150%;
	margin-top: 1em;
	margin-bottom: 0;
}

H3
{
	font-size: 130%;
	margin-top: 1em;
	margin-bottom: 0;
}

H4
{
	font-size: 120%;
	margin-top: 1em;
	margin-bottom: 0;
}

H5
{
	font-size: 110%;
	margin-top: 1em;
	margin-bottom: 0;
}

H6
{
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: 0;
}

P
{
	text-indent: 1em;
}

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

PRE
{
	line-height: 115%;
}

BLOCKQUOTE
{
	font-style: normal;
}

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

TH, TD
{
	vertical-align: top;
	text-align: left;
}

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

CITE, DFN
{
	font-style: normal;
}
