div#mobile-position {
	position: absolute;
	width: 16%;
	left: 84%;
	overflow: hidden;
	z-index: 5;
	border: 0px solid #ff0000;
	margin-top: 3px;
/*	margin-left: -3px;*/
}


ul#mobile {
	display: block;
	margin-top: 2.5em;
	padding-top: 8px;
	padding-left: 0px;
	height: 372px;
	width: 249px;
	background: url('../images/main/mobile.png') top left no-repeat;
	list-style: none;
}


ul#mobile li {
	zoom: 1;
	display: block;
	position: relative;
	background: url('../images/mobila01_active_bg.gif') top left no-repeat;
}
ul#mobile li.deactive {
	background: transparent;
	border: 0px solid #000;
}
ul#mobile li img {
	display: block;
	cursor: pointer;
}



ul#mobile li.type01 {
	z-index: 1;
	height: 38px;
	margin: 0px 0 0 41px;
	top: 94px;
	padding-top: 18px;
	padding-left: 8px;
}
ul#mobile li.type02 {
	height: 38px;
	margin: -20px 0 0 49px;
	top: 94px; //top: 91px;
	padding-top: 25px;
	padding-left: 9px;
}
ul#mobile li.type03 {
	z-index: 1;
	height: 38px;
	margin: -29px 0 0 56px;
	top: 94px; //top: 88px;
	padding-top: 18px;
	padding-left: 9px;
}
ul#mobile li.type04 {
	height: 38px;
	margin: -18px 0 0 64px;
	top: 90px; //top: 81px;
	padding-bottom: 16px;
	padding-left: 0px;
}

ul#mobile li img {
	filter: expression(fixPNG02(this));
}

ul#mobile li.type01 img {
	height: 32px;
	width: 78px;
}
ul#mobile li.type02 img {
	height: 15px;
	width: 42px;
}
ul#mobile li.type03 img {
	height: 22px;
	width: 88px;
	padding-bottom: 2px;
}
ul#mobile li.type04 img {
	height: 51px;
	width: 95px;
}


ul#mobile li a {
	display: inline;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	bottom: 0;
	background: transparent;
}
ul#mobile li a:hover {
	display: inline;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	bottom: 0;
	background: transparent;
}
