@charset "shift_jis";
/* ----------------------------------------------------------------



   Motor Header Style



----------------------------------------------------------------- */

#motor-header {
	position: relative;
	z-index: 2000;
	border-top: 3px solid #c00;
	border-bottom: 1px solid #d0d2d4;
	background:#FFF;
}
#motor-header-inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
	min-height: 53px;
	_height: 53px;
}
/* reset

-------------------------------------------------- */

#motor-header img {
	border: none;
	vertical-align: top;
}
#motor-header p,  #motor-header ul {
	margin: 0;
	padding: 0;
}
/* motor-header-logo

-------------------------------------------------- */

#motor-header-logo {
	position: absolute;
	top: 15px;
	left: 0;
	margin: 0;
}
/* motor-header-nav

-------------------------------------------------- */

#motor-header-nav {
	position: absolute;
	top: 19px;
	right: 159px;
}
#motor-header-nav li {
	float: left;
	margin-right: 20px;
	list-style-type: none;
}
#motor-header-nav a {
	display: block;
	background-repeat: no-repeat;
	height: 14px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#motor-header-nav a:hover {
	background-position: 0 -14px;
}
#motor-header-top {
	width: 81px;
	background: url(../images/mh_nav_01.png);
}
#motor-header-lineup {
	width: 114px;
	background: url(../images/mh_nav_02.png);
}
#motor-header-shop {
	width: 98px;
	background: url(../images/mh_nav_03.png);
}
#motor-header-support {
	width: 73px;
	background: url(../images/mh_nav_04.png);
}
/* motor-header-search

-------------------------------------------------- */

#motor-header-search {
	position: absolute;
	top: 16px;
	right: 0px;
}
#motor-header-search input {
	font-size: 12px;
	vertical-align: top;
}
#MF_form_phrase {
	margin-right: 1px;
	padding: 0 5px;
	width: 90px;
	height: 19px;
	background: url(../images/mh_bg_01.png) no-repeat;
	border: none;
	line-height: 19px;
	font-size: 12px;
}
