	body{
		text-align: center;
		background-color: #000000;
		background-repeat: repeat;
		background-attachment:fixed;
		background-position:0% 0%;
		color: black; 
		margin: px;
		padding: 10px;
	}
	div.conteiner{
		margin: 0 auto;
		text-align: left;
	}
	div.conteiner{ 
		width: 1000px;
	}
	div.title{
		float: left;
		width: 1000px;
	}
	div.title {
		margin: 0px;
		font-size: 150%;
		font-family: "Franklin Gothic Medium";
		background-color: orange;
		color: white;
		text-align: left;
	}
	div.resizeimage {
		   max-width: 850px; /* ő啝 */
		   min-width: 50px; /* ŏ */
	}
	div.resizeimage img { 
		width: 80%; 	
	}
	div.navi{
		background-color: orange;
		padding: 5px;
		font-family: Monotype Corsiva;
	}
	div.navi a{
		font-size : 150%;
		color: white;
		text-decoration: none;
	}
	div.base{
		background-color: #fffaf0;
		font-family: Franklin Gothic Medium;
	}

	div.main{
		margin-left: ;
		text-align: center;
		padding: 2.5em 2.8em;
		background-color: white;
		font-family: Franklin Gothic Medium;
		color: black;
		line-height: 20px;
	}
	h2{
		font-family: Franklin Gothic Medium;
		margin: 0px;
		border-bottom: solid 3px steelblue;
	}
	h2:first-letter {
		fontsize: 200%;
		padding: 0.3em;
		color: white;
		background-color: steelblue;
		float: left;
	}
	div.main p{
		line-height: 1.4;
	}
	div.minibox {
		width: 300px;
		height: 200px;
		overflow: scroll;
		background-color: #ffffff;
		border: groove 1px black;
		padding: 0.5em;
		line-height: 1.2em;
	}
	div.footer{
		clear: both;
		background-color: orange;
		color: white;
		padding: 3px;
	}
	div.footer p.returnlink{
		text-align: center;
		margin: 0px 0px 0.5em 0px;
	}
	div.footer p.returnlink a{
		color: white;
	}
	div.footer p.copyright{
		margin: 0px;
		font-size: 80%;
		font-family: Verdana,Arial,sans-serif;
		text-align: right;
	}
[EOF]