/* toppage-css */
body 	{
	background-color: #FFFFDD;
	color: #000000;
	}
h1	{
	font-size: 200%;
	margin: 0px;
	}
h2 	{
	font-size: 100%;
	text-align: right;
	margin: 1em 1em;
	}
h3	{
	font-size: 130%;
	color: #000000; /* #0033CC; */
	margin: 1em 0em;
	background-color: #CCCCCC;
	border-top: double 1px #999990;
	border-bottom: double 1px #999990;
	}
ul	{
	font-size: 100%;
	list-style-type: square;
	}
a	{
	text-decoration: none;
	font-weight: bold;
	}

