@charset "utf-8";

#linkList {
	padding: 10px 0 10px 0;
}
#linkList .item {
	overflow: hidden;
	width: 100%;
	padding: 32px 0 32px 0;
	background: url(../../common/images/line_between.gif) repeat-x left bottom;
	font-size: 120%;
}
#linkList .last {
	background: none;
}
#linkList .item .bnr {
	float: left;
	padding: 0 23px 0 0;
	background: url(../../common/images/line_slash.gif) repeat-y right top;
	line-height: 1;
}
#linkList .item .bnr a {
	display: block;
	background: #FFFFFF;
}
#linkList .item .bnr a:hover img{
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#linkList .item .exp {
	float: right;
	width: 570px;
	padding: 0 5px 0 0;
}
#linkList .item .exp dt {
	margin: 0 0 7px 2px;
	line-height: 1.1;
}
#linkList .item .exp dt a {
	padding: 0 0 0 17px;
	background: url(../../common/images/ico_arrow_link.gif) no-repeat left 4px;
	color: #FF7E00;
}
#linkList .item .exp dd {
	line-height: 1.4;
}


