body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #872d1f;
	margin: 0px;
	padding: 0px;
	background: #c7d7ef;
/*	background: #f6e2b9; */
/*	background: #eecf8d; */
/*	background: #d5baab; */
/*	background: #eef5f9; */
}

.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #048dd1;
	text-decoration: none;
	font-weight: bold;
	line-height: 150%;
}
.nonavi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #872d1f;
	text-decoration: none;
	font-weight: bold;
	line-height: 150%;
}
a:link, a:visited{
	
	text-decoration: none;
	
}
a:hover{
	text-decoration: none;
}