
/* body */
BODY,TH,TD {
	color: #000000;
	background-color: #b0e0e6; 
	/* マージン */
	margin-left: 10%; 
	margin-right: 10%; 
	line-height:170%;    /* 行間 */
}

A:link  {
	color: #191970;
}
A:visited {
	color: #708090
}
A:active {
	color: #ff0000;
}
A{
	texe-decoration: none;
}
H3 {
	font-size: medium;
	font-weight: bold;

	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0%;
	margin-right:2%;
	padding: 0.5em;

	border-style: solid;
	border-color: #ff0000;
	border-width: thin 0 0 0.5em;
}

H4{
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2%;
	margin-right: 30%;

	border-color: #000080;
	border-style: solid none none solid;
	border-width: thin 0 0 0.5em
}

dd {
	margin-left: 2em; 
}
li {
	margin-left: -3%;
}

/* 引用 */
pre {
/* 背景 */
	background-color: #f0f8ff;
/* マージン */
	margin-top: 0em;
	margin-left: 3%;
	margin-right: 5%;
}

/* 脚注 */
p.foottext {
	font-size: 0.8em
}