@charset "utf-8";
p.menu {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	background-color: #000000;
	text-align: center;
	margin: 0px;
	height: 1.5em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #000000;
	border-bottom-color: #000000;
	vertical-align: middle;
	display: block;
	border-right-style: none;
}
p.menu a {
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
	background-color: #000000;
	display: block;
	float: left;
	width: 10em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.img_float {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
