body	{background-color: #f9ffcc;
	color: #000066;
	}

h1	{color: #ffffff;
	background-color: #005087;
	margin-top: 0;
	}

h2	{width: 300px;
	color: #ffffff;
	background-color: #005087;
	margin-top: 0;
	text-align: center;
	}

h3	{width: 200px;
	color: #ffffff;
	background-color: #005087;
	margin-top: 0;
	text-align: center;
	}


/* ヘッダー */

div#header	{text-align: center;
	}

/* コンテナ */
div#container	{width: 700px;
	font-size: 1.1em;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 1px #0000cc;
	border-right: solid 1px #0000cc;
	border-left: solid 1px #0000cc;
	border-bottom: solid 1px #0000cc;
}

/* コンテンツ */
div#content	{width: 640px;
	font-size: 0.9em;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	}

div#content hr	{color: #0000cc;
	background-color: #0000cc;
	height: 1px;
	margin-top: 40px;
	margin-bottom: 20px;
	}

/* フッター */
div#footer	{font-size: 1.6em;
	color: #ffffff;
	background-color: #005087;
	margin-top: 25px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 6px}

div#footer a { text-decoration: none ;
	color: #ffffff}
div#footer a:visited { color: #ffffff }
div#footer a:hover {color:#ffff00;
	text-decoration: underline }
