#navi {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 249px;
	height: 249px;
	background-color: #000000;
}

#navi ul {
	list-style-type: none;
}

#navi ul li {
	line-height: 18pt;
}

#navi ul li a {
	color: #FA6716;
	text-decoration: none;
	font-weight: bold;
}

#navi ul li.current a {
	color: #FFFFFF;
}