/* ----------------------------------------------------- */
/* ▼グローバルナビ */
/* ----------------------------------------------------- */
.globalNav {
	clear: both;
	height: 41px !important;
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: 10px solid #dddddd;
	background: url(../mages/bg_header.gif) no-repeat bottom left;
}

.globalNav:after,
.globalNav ul:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: 0 none;
}

.globalNav ul {
	height: 41px;
	margin: 0 18px 0 18px !important;
	margin-bottom: -2px;
	padding: 0 0 0 15px;
	list-style-type: none;
	background: url(../images/nav_left.png) no-repeat top left;
}

.globalNav ul li {
	float: left;
	height: 41px;
	background: url(../images/nav_center.png) repeat-x top left;
}

.globalNav ul li a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 27px 0 15px !important;
	padding: 7px 27px 0 15px;
	line-height: 83% !important;
	background: url(../images/nav_right.png) no-repeat top right;
}

.globalNav ul li a img {
	display: block;
	margin: 0 !important;
	/* margin: 0 0 -1px 0; */
	margin: 5px 0 -1px 0;
	padding: 0 0 2px 0 !important;
	padding: 0;
	background-color: transparent !important;
}

/* for IE7 start */
*+html body .globalNav ul li a {
	height: 34px !important;
	padding: 7px 27px 0 15px !important;
}

*+html body .globalNav ul li a img {
	margin: 0 0 -2px 0 !important;
}
/* for IE7 end */