@charset "utf-8";
/* CSS Document */
 
#company_range_home {
    position:relative;
	height:153px;
	width:218px;
}
#company_range_home > a {
	position:absolute;
	top:0px;
	left:6px;
	height:153px;
	width:218px;
	z-index:0;
}
 
#company_range_home > a img {
	border:none;
}
 
#company_range_home > a.show {
	z-index:500
}
