@charset "utf-8";
#navbar a:hover {
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navbar a {
	background-color: #FFF;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: list-item;
}
.kakomi_in ul li {
	font-size: small;
	line-height: 150%;
	padding-top: 10px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navbar ul li {
	width: 150px;
	float: left;
	text-align: center;
}
