@charset "utf-8";
/* CSS Document */

.nav_container {
	width:200px;
	height:auto;
	float:right;
}
.nav_title {
	margin-left:9px;
}
.nav_ul {
	width:190px;
	margin-top:30px;
	border-top:1px solid #cccccc;
	overflow:visible;
}
.nav_ul li {
	width:190px;
	height:22px;
	border-bottom:1px solid #cccccc;
	overflow:visible;
}
.nav_ul li a {
	margin:7px 0 0 10px;
	width:190px;
	height:15px;
	line-height:15px;
	color:#666666;
	display:block;
	background:url(../images/igxe_us_index_51.jpg) no-repeat;
	background-position:170px -15px;
}
.nav_ul li a:hover {
	color:#d91616;
	background-position:170px 0px;
}
.sns {
	width:auto;
	height:20px;
	margin-top:30px;
}
.sns ul li {
	margin-left:10px;
	line-height:20px;
	float:left;
}
