	body
	{
		margin: 0;
		padding: 0;
		font: 65% verdana, arial, hevetica, sans-serif;
		text-align: center;
		color: #505367;
		background-color: #ffffff;
		background-image: url(db_04.gif);
	}
	
	a:link { color: #787499; text-decoration: none;}
	a:visited { color: #787499; }
	
	a:hover, a:active
	{
		color: #fff;
		background-color: #000;
	}
	
	h2
	{
		color: #fff;
		font: 90% verdana, times, "times new roman", serif;
		background-color: #2c141b;
		font-weight: bold;
		margin: 5px 0px 5px 0px;
		text-align: right;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #5B5E0E;
		font: 106% verdana, times, "times new roman", serif;
		background-color: #2c141b;
		font-weight: bold;
		margin-top: 0;
	}
	
	#container
	{
		margin: 10px auto;
		width: 595px;
		text-align: left;
		background-color: #faf5ba;
		border: 5px solid white;
	}
	
	#header
	{
		height: 400px;
		background-image: url(rojiura.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 5px solid white;
		position: relative;
	}
	
	#contents h1
	{
		font-size: 1px;
		text-align: right;
		color: #000;
		background-color: #faf5ba;
		margin: 0;
		padding: 0;
	}
	
	
	#menu
	{
		height: 15px;
		background-color: #faf5ba;
		border-bottom: 5px solid white;
	}
	
	#menu ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 165%;
	}
	
	#contents { margin: 20px 5px 5px 5px; }
	#contents p { line-height: 165%; }
	
	#footer
	{
		clear: both;
		height: 15px;
		background-color: #faf5ba;
		color: black;
		text-align: center;
		font-size: 80%;
		border-top:5px solid white;
	}
