/* CSS Document */
@charset "Shift_JIS";

/* ======= head_menu ======= */
.header {
	width: 100%;
	height: 26px;
	margin-bottom: 0;
	border-bottom: 3px solid #070A71;
	text-align: center;
	background-color: #FFF;
}
ul#menu {
	width: 730px;
	margin: 0 auto;
	padding: 0;
}
ul#menu li {
	margin-bottom: 0;
	float: left;
	list-style: none;
}
.header ul:after {
	clear: both;
}