body{
	font-size: 16px;
	color: #000000;
	text-align: center;
	margin:0px;
}
#base{
	width: 860px;
	height: 100%;
	margin:0px;
	text-align: center;
	background-image: url("wrapper.jpg");
}
#header{
	width: 850px;
	height: 80px;
	text-align: left;
	margin:0px;
	padding:20px 0px 10px 20px;

}
#contents{
	width: 812px;
	height: 100%;
	text-align: left;	
}
#footer{
	font-size: 12px;
	width: 812px;
	text-align: center;
	padding:0px 0px 10px 0px;
}
#footer a{
	color: #000000;
	text-decoration: none;
}
h1{
	color:#909fa6;
}
h2{
	border-left: solid 5px #909fa6; border-collapse: collapse;
	padding:0px 0px 0px 5px;
}
img{
	border:0;
}
.navi{
	border-bottom: solid 1px #909fa6; border-collapse: collapse;
	border-top: solid 1px #909fa6; border-collapse: collapse;
	margin:10px 0px 20px 0px;
	padding:5px 0px 5px 0px;
	width: 812px;
	text-align: left;
}