@charset "UTF-8";
/* CSS Document */

#content {
	width: 650px;
	float: right;
	margin-top: 30px;
	font-size: 80%;
	color: #333333;
}
#sabunavi {
	width: 200px;
	float: left;
	margin-top: 30px;
	font-size: 80%;
	color: #333333;
}
#sabunavi a {
	color: #993399;
	text-decoration: none;
}
#content img {
	border-style: none;
}
#sabunavi a:hover {
	color: #990066;
	text-decoration: underline;
}
#sabunavi li {
	list-style: none;
}
