body	{
	background-color:#EEFFFF;
	color:black;
	margin:0;
	padding:1em;
	}

h1	{
	font-size:1.30em;
	color:#333333;
	}

h1.top	{
	background-color:#003366;
	color:white;
	line-height:130%;
	border-style:none;
	margin:0.5em 0 0.5em 0.5em;
	padding:0 0.5em;
	font-size:1.20em;
	}


h2	{
	color:#333333;
	font-size:1.20em;
	font-weight:bold;
	margin:1em 0 0.5em 0;
	padding:0 0.5em;
	}


ul,ol	{
	margin-left:2em;
	margin-right:30%;
	line-height:150%;
	padding:0;
	}

li	{
	margin:0.3em 0 0 2em;
	padding:0;
	}

dl	{
	margin:1em;
	}

hr	{
	margin:0 0 0 0;
	}

img.plain
	{
	border-style:none;
	}

img.border
	{
	border-style:solid;
	border-width:1px;
	margin: 1em 0 1em 0;
	}

table	{
	margin:1em 0 2em 2em;
	background-color:white;
	border-collapse:collapse;
	border-width:1px;
	}

th	{
	color:#333333;
	background-color:#ffffcc;
	border-style:solid;
	border-width:1px;
	border-color:#333333;
	text-align:center;
	padding:1%;
	}

td	{
	border-style:solid;
	border-width:1px;
	border-color:#333333;
	padding:1.5%;
	white-space:nowrap;
	}

td.h	{
	text-align:center;
	vertical-align:center;
	width:20%;
	}



div.nwec
	{
	margin:0 0 0 0;
	text-align:right
	}

div.navi1
	{
	text-align:center;
	}

div.navi2
	{
	text-align:center;
	}

div.navi3
	{
	text-align:center;
	}

p.main	{
	margin-left:2em;
	margin-right:30%;
	line-height:150%;
	}

p.comment
	{
	margin-left:3em;
	margin-right:30%;
	line-height:150%;
	}




/*
a	{
	text-decoration:none;
	border-width:thin;
	border-style:none;
	}
*/
em	{
	font-style:normal;
	font-weight:bold;
	color:red;
	border-style:none;
	}

strong	{
	font-style:normal;
	font-weight:bold;
	color:red;
	border-width:thin;
	border-style:none none solid none;
	padding:0 0.2em 0 0.2em;
	}

small	{
	font-size:0.75em;
	}

big	{
	font-size:2em;
	}

q	{
	quotes:"「" "」";
	color:maroon;
	background-color:transparent;
	}

q:before	{
	content:open-quote;
	}

q:after	{
	content:close-quote;
	}

cite	{
	color:black;
	background-color:#eeeeee;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	quotes:"[" "]";
	}

cite:before	{
	content:open-quote;
	}

cite:after	{
	content:close-quote;
	}


samp	{
	color:navy;
	background-color:white;
	}

code	{
	color:green;
	background-color:white;
	}

dfn	{
	color:black;
	background-color:yellow;
	font-style:normal;
	}

abbr	{
	color:green;
	background-color:transparent;
	border-style:none none dotted none;
	border-width:thin;
	border-color:green;
	}

acronym	{
	color:green;
	background-color:transparent;
	border-style:none none dashed none;
	border-width:thin;
	border-color:green;
	}

kbd	{
	background-color:#feffff;
	border-style:solid;
	border-width:1px;
	border-color:gray;
	padding:0.2em 0.2em 0.2em 0.2em;
	}


del	{
/*	display:none;
*/	text-decoration:line-through;
	}

ins	{
	text-decoration:underline;
	}
