@charset "UTF-8";
.naviGroup {
	height: 25px;
	width: 360px;
	margin-bottom: 20px;
	clear: both;
}
.navi {
	height: 23px;
	width: 89px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #EEE;
	float: left;
}
.navi#return {
	height: 23px;
	width: 88px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
.navi a:link {
	color: #EEE;
	display: block;
}
.navi a:visited {
	display: block;
	text-decoration: none;
}
.navi a:hover {
	background-color: #E5F1FF;
	display: block;
}
