/*「一般」指定*/
/* base.css */
HR{display: block;}

DIV.foot{
	text-align:	right;
	font-style:	italic;
	font-family:	serif;
}
SPAN.strong{
	font-weight:	bolder;
	font-size:	1.2em;
}
