body {
	background-color:#e0e0e0;
	margin-top:0em;
	margin-bottom:0em;
	margin-left:2em;
	margin-right:2em;
	line-height:1.5em;
	}
A:HOVER{
	color: #008000;
}
a#deko {
	font-size: 0.8em;
	background-color: #d8d8dF;
	text-align: center;
	padding: 0.1em 1em;
	border: 2px outset #ccc ;
}
A#deko:HOVER{
	border: 2px inset #ccc;
	background-color: #fff;
}
a#deko0 {
	display:block;
	font-size: 1em;
	width:6em;
	background-color: #d8d8dF;
	text-align: center;
	padding: 0.1em 1em;
	border: 3px outset #ccc;
}
a#deko0:HOVER{
	border: 3px inset #ccc;
	background-color: #fff;
}
H1 {
	font-size:1.6em;
	font-weight:normal;
	margin-top:2em;
	margin-bottom:2em;
	text-align:center;
	line-height:2em;
}
table.tl{
	border-collapse:collapse;
	border-spacing:	0px;
	border:1px solid #000;
}
thead{
	background:		#DCDCDC	none;
	border-bottom:	3px double #000;
}

table.tl td,table.tl th{
	border:1px solid #000;
	padding-left:	0.5em;
	padding-right:	0.5em;
	line-height:	150%;
}
table.tl th{
	background-color: #dde;
}
td,th{
	padding-left:	0.5em;
	padding-right:	0.5em;
	line-height:	150%;
}
H2 {
	font-weight:bold;
	font-size:120%;
	line-height:1.4em;
	color:black;
	background-color:#DEE;
	border:1px solid #bcc;
	margin-top:2em;
	margin-bottom:1em;
	padding-left:1em;
	padding-top:0.2em;
	padding-bottom:0.1em;
}
H3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
	color: black;
	background-color: #bcc;
	border:1px solid #9aa;
	margin-top: 1em;
	margin-left:1em;
	padding-left: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.1em;
}

BLOCKQUOTE {
	line-height: 1.5em;
	padding: 0.5em;
}

PRE {
	font-size: 1em;
	line-height: 1.5em;
	margin-right: 3%;
	margin-left: 3%;
	border-width: thin;
	border-style: none;
}
UL,ol {
	margin-top: 0em;
	margin-bottom: 0em;
}

ul LI {
	line-height: 1.5em;
	list-style-image: url(rightblueball2.png);
	}
ul LI LI {
	line-height: 1.5em;
	list-style-image: url(brownball.png);
	}
ul LI LI li {
	line-height: 1.5em;
	list-style-image: url(blackball.png);
	}
div#deko {
	line-height: 1.8em;
	background-color: #DDD;
	text-align: center;
	padding: 0.1em 1em;
	border: 2px #EEE outset;
}
#naka{
	margin-left:auto;
	margin-right:auto;
	line-height:1.5em;
	}
dt,caption{
	font-weight:bold;
}
div#jump{
	background-color: #ACE;
	border-width: 1px;
	border-color: #8AC;
	border-style: solid;
	text-align:center;
	padding-top:3px;
	padding-bottom:2px;
	
}
DIV.left{
	/* ■　width値はauto。長くなるのを、50%や300pxなどの値で制限するには、htmlにstyle="width:50%" を追加すること。 */
	background-color:#cde;
	padding-top:1em;
	padding-bottom:1em;
	padding-left:1em;
	padding-right:1em;
	border:1px solid #abc;
	line-height:1.5em;
	text-align:left;
	float:left;
	margin-right:1em;
	margin-bottom:0.5em;
	}
DIV.right{
	/* ■　width値はauto。長くなるのを、50%や300pxなどの値で制限するには、htmlにstyle="width:50%" を追加すること。 */
	background-color:#cde;
	padding-top:1em;
	padding-bottom:1em;
	padding-left:1em;
	padding-right:1em;
	border:1px solid #abc;
	line-height:1.5em;
	text-align:left;
	float:right;
	margin-left:1em;
	}
