#body-header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 64px;
}

#body-header h1 {
	position: absolute;
	left: 300px;
	top: 5px;
	width: 500px;
	font-size: 14px;
	text-align: right;
	font-weight: normal;
}

#header-logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 270px;
}

#header-navi {
	position: absolute;
	width: 530px;
	height: 64px;
	left: 270px;
	top: 12px;
}

#header-navi ul {
	position: relative;
	top: 32px;
	height: 28px;
	text-align: right;
	list-style: none;
}

#header-navi li {
	display: inline;
	height: 28px;
}

#header-navi li a {
	font-size: 14px;
	text-decoration: none;
	padding: 4px 10px 3px;
	color: #505050;
	background-image: url(../images/mm_noselect_nomouse.png);
	background-repeat: repeat-x;
	border-right: 1px solid #a0a0a0;
	border-left: 1px solid #d0d0d0;
	border-bottom: 3px solid #ffdd46;
}

#header-navi li a:hover {
	background-image: url(../images/mm_noselect_mouse.png);
	color: #000;
}

