@charset "shift_jis";

.tab {
	list-style: none;
	height: 34px;
	position: relative;
}

.tab li a {
	width: 435px;
	height: 34px;
	display: block;
	text-decoration: none;
}

.tab li.xi_li {
	position: absolute;
	left: 0px;
	background: url(../../service/about/images/img_fit_tit_xi.gif) left top;
}

.tab li.xi_li img {
	margin-left: 138px;
}

.tab li.foma_li img {
	margin-left: 99px;
}

.tab li.foma_li.current img {
	margin-left: 121px;
}

.tab li.xi_li img {
	margin-left: 138px !important;
}

.tab li.xi_li img,
.tab li.foma_li img {
	margin-top: 8px;
}

.tab li.foma_li {
	position: absolute;
	right: 7px;
	background: url(../../service/about/images/img_fit_tit_foma.gif) right top;
}

.tab li a.m1 {
	z-index: 600;
}

.tab li a.m2 {
	z-index: 500;
}

.tab li a:hover {
	border: 0;
	z-index: 700;
	cursor: pointer;
}

.tab li a:hover em {
	background-position: right center;
	color: #050;
}

.tab li.current,
.tab li.current a {
	width: 457px;
	background-position: left bottom;
	cursor: default;
}

/*IE6,7 hack*/

.tab li.current {
	/width: 458px;
	/background-position: left bottom;
	/cursor: default;
}

.tab li.foma_li {
	/position: absolute;
	/right: 6px;
	/background: url(../../service/about/images/img_fit_tit_foma.gif) right top;
}

.tab li.current,
.tab li.current a {
	/width: 457px;
	/background-position: left bottom;
	/cursor: default;
}