/*BODY {
	background-image:url(../images/wall_f.gif);
}*/
	
A:link, A:visited, A:active, A :hover { text-decoration:none }

A:hover { color: #0066ff }

H1{
	
}
H2{
	background-color:#ffffff;
	width: 70%;
	margin: 0.5em 2em;  /*上下，左右。左右マージンを追加。*/
	border-width: 0em 0.5em 0.5em 0em;
	border-style: groove;
	border-color: #5f9ea0;
	padding: 0.5em 1em; /*パディングを追加*/
	font-family: "ＭＳ 明朝";
	color:#006400;
	
}

H3{
	background-color:#ffffff;
	width: 90%;
	margin: 0.2em 1em;  /*上下，左右。左右マージンを追加。*/
	border-width: 0em 0.1em 0.1em 0em;
	border-style: groove;
	border-color: #99ccff;
	padding: 0.2em 1em; /*パディングを追加*/
	font-family: "ＭＳ 明朝";
	color:#003399;
}

H4{
	width: 60%;
	margin: 0.5em 0em;  /*上下，左右。左右マージンを追加。*/
	padding: 0.5em 2em; /*パディングを追加*/
	font-family: "ＭＳ 明朝";
	color:#006400;
}

H5{
	width: 60%;
	margin: 0.5em 0em;  /*上下，左右。左右マージンを追加。*/
	padding: 0.5em 2em; /*パディングを追加*/
	font-family: "ＭＳ 明朝";
	color:#ff6400;
}

IMG.FIG{
	margin: 0.5em 1.5em;
	padding: 0.5em;
	display: block;
}
BLOCKQUOTE{
	margin: 2em;
	border-width: 0.3em 0em ; /*上下，左右*/
	border-style: dotted none;
	border-color: #00ccff;
	font-family:monospace;
	padding: 0.8em 1em;
	background:#ffffff;
}
BLOCKQUOTE BLOCKQUOTE{
	margin:1em 1em 1em 3em;
	border-width: thin 0em 0em 0.5em;
	border-style:solid;
	border-color:#22c #99f;
	background:#fff;
}

DT{
	width: 95%;
	margin: 1.5em 0.5em;
	padding: 0.5em 1.0em;
	border-style: double none;
	border-color: #333;
	background: #7ef;
	font-size: 1.20em;
	color: #094;
	font-family: monospace;
}

P{
	margin: 0.5em 1em 0.5em 1em;
	padding: 0.5em 0em 0.5em 1.0em;
	font-size: 0.90em;
	font-family: "ＭＳ 明朝";
}

DIV{
	padding: 0.2em 1.5em;
	
}

DD{
	margin: 0.2em 3.5em;
