body{
	 color:			#000000;
	 background-color:	#ffffff;
	 background-image:	url(../bcg.gif);	/*	NN4では、このファイルではなくHTMLに対する相対パスになってしまう。*/
	 background-repeat:	repeat;
	 font-size:		12pt;
	 font-style:		normal;
	 font-weight:		normal;
	 text-align:		left;
	 vertical-align:	baseline;
	 margin-left:		4em;
	 margin-right:		4em;
}

h1{
	 color:			#660000;
	 font-size:		20pt;
	 font-weight:		bold;
	 margin-left:		10%;
}

h2{
	 color:			#660000;
	 font-size:		16pt;
	 font-weight:		bold;
	 margin-left:		6%;
}

h3{
	 color:			#660000;
	 font-size:		14pt;
	 font-weight:		bold;
	 margin-left:		3%;
}

p{
	 text-indent:		1em;
}

dl.cl{
	 display:		compact;
}

em{
	 font-style:		normal;
	 font-weight:		600;
}

strong{
	 color:			#ff0000;
	 font-style:		normal;
	 font-weight:		600;
}

hr{
	 height:		1px;
	 color:			#999999;
	 margin-left:		auto;
	 margin-right:		auto;
	 width			80%;
}


.date{
	 color:			#333333;
	 font-family:		monospace;
	 font-size:		small;
}

.new{
	 color:			#ff0000;
}

body.jissentsumi{
	 background-color:	#ffffff;
	 background-image:	none;
}

.hidden{
	 background-color:	#ffffff;
	 color:			#ffffff;	/*	背景と同じ色。	*/
}

.hidden a{
	 background-color:	#ffffff;
	 color:			#ffffff;	/*	背景と同じ色。	*/
}

span.hiddenlink a{
	 color:			#000000;	/*	周りの文字と同じ色	*/
	 text-decoration:	none;
}

.rightimage{
	 border-width:		0px;
	 float:			right;
}

.leftimage{
	 border-width:		0px;
	 float:			left;
}

.clearboth{
	 clear:			both;
}

