@charset "utf-8";


/* メニュー
---------------------------------------------------- */
#head-menu-wrapper {
	text-align: center;
}

#head-menu-wrapper #menubox {
	margin: 0px auto;
	width: 906px;
	height: 44px;
	border-left: 1px solid #FFFFFF;
}
#head-menu-wrapper #menubox ul {
	margin: 0px;
	padding: 0px;
}


#head-menu-wrapper li a {
	display: block;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	height: 44px;
	width: 128px;
}
#menu1 a {
	background: url(../img/head_menu11.gif) no-repeat left top;
}
#menu2 a {
	background: url(../img/head_menu12.gif) no-repeat left top;
}
#menu3 a {
	background: url(../img/head_menu13.gif) no-repeat left top;
}
#menu4 a {
	background: url(../img/head_menu14.gif) no-repeat left top;
}
#menu5 a {
	background: url(../img/head_menu15.gif) no-repeat left top;
}
#menu6 a {
	background: url(../img/head_menu16.gif) no-repeat left top;
}
#menu7 a {
	background: url(../img/head_menu17.gif) no-repeat left top;
}
#menu1 a:hover {
	background: url(../img/head_menu11.gif) no-repeat left bottom;
}
#menu2 a:hover  {
	background: url(../img/head_menu12.gif) no-repeat left bottom;
}
#menu3 a:hover  {
	background: url(../img/head_menu13.gif) no-repeat left bottom;
}
#menu4 a:hover  {
	background: url(../img/head_menu14.gif) no-repeat left bottom;
}
#menu5 a:hover  {
	background: url(../img/head_menu15.gif) no-repeat left bottom;
}
#menu6 a:hover {
	background: url(../img/head_menu16.gif) no-repeat left bottom;
}
#menu7 a:hover  {
	background: url(../img/head_menu17.gif) no-repeat left bottom;
}

#p_guard #menu7 a {
	background: url(../img/head_menu17.gif) no-repeat left bottom;
}
#p_ask #menu6 a {
	background: url(../img/head_menu16.gif) no-repeat left bottom;
}
#p_guara #menu5 a {
	background: url(../img/head_menu15.gif) no-repeat left bottom;
}
#p_house #menu4 a {
	background: url(../img/head_menu14.gif) no-repeat left bottom;
}
#p_loan #menu3 a {
	background: url(../img/head_menu13.gif) no-repeat left bottom;
}
#p_wa #menu2 a {
	background: url(../img/head_menu12.gif) no-repeat left bottom;
}


