.navigation {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	width: 200px;
}

.navigation:hover{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #696967;
	text-decoration: none;
	background-color: #ffffff;
	display: block;
	width: 200px;
}

.midashi {
	font-weight: bold;
	color: #89100a;
	text-decoration: underline;
	font-size: 14px;
}
.futoji {
	font-size: 12px;
	font-weight: bold;
	color: #89100A;
	text-decoration: none;
}
.waku {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

