@charset "utf-8";
/* CSS Document */

#linkList {
	margin-top: 25px;
}
#linkListHeader h3 {
	float: left;
	width: 83px;
	height: 21px;
	line-height: 21px;
}
#linkListHeader p {
	float: right;
	width: 817px;
	text-align: right;
	font-size: 80%;
	line-height: 21px;
}
#linkListHeader a {
	color: #b47551;
	text-decoration: none;
}
#linkListNav {
	margin-top: 9px;
}
#linkListNav li {
	float: left;
	width: 293px;
	height: 40px;
	margin-right: 10px;
}
#linkListNav li.act {
	position: relative;
	z-index: 2;
	text-align: center;
	color: #505050;
	font-weight: bold;
	line-height: 39px;
	text-decoration: none;
	background-color: #F6FCFF;
	border-top: 1px solid #acacac;
	border-left: 1px solid #acacac;
	border-right: 1px solid #acacac;
}
html>body #linkListNav li.act {
	width: 291px;
	height: 39px;
}
#linkListNav li.lastchild {
	margin-right: 0;
	width: 294px;
}
html>body #linkListNav li.lastchild {
	width: 292px;
}
#linkListNav li a {
	display: block;
	width: 293px;
	height: 40px;
	text-align: center;
	color: #969696;
	font-weight: bold;
	line-height: 39px;
	text-decoration: none;
	background-color: #fff;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}
html>body #linkListNav li a {
	width: 291px;
	height: 39px;
}
#linkListNav li a:hover {
	background-color: #F0F0F0;
}
#linkListNav li.lastchild a {
	width: 294px;
}
html>body #linkListNav li.lastchild a {
	width:292px;
}

#linkListInnerContainer {
	position: relative;
	z-index: 1;
	margin-top: -1px;
	padding: 29px 14px 14px 14px;
	background: url(../img/tour/bg_tour_list_inner.png) left top repeat-x;
	border: 1px solid #acacac;
}
#linkListInner {
	padding: 8px;
	background-color:#fff;
	border: 1px solid #969696;
}
#linkListInner dl {
	position: relative;
	width: 852px;
	padding: 3px 18px 3px 18px;
	margin-bottom: 3px;
	border: 2px solid #cacaca;
}
html>body #linkListInner dl {
	width: 812px;
}
#linkListInner dl.even {
	background-color: #F6FCFF;
}
#linkListInner dt {
	margin-bottom: 7px;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #D2D2D2;
}
#linkListInner dt a {
	font-weight: bold;
	text-decoration: none;
}
#linkListInner dd {
	padding: 0 0 5px 0;
	font-size: 80%;
}
#linkListInner dd a {
	text-decoration: none;
}
#linkListInner dd.banner {
	float: right;
	padding: 2px 0 10px 10px;
}
#linkListInner dd.url {
	position: absolute;
	top: 8px;
	right: 15px;
	color: #b47551;
	text-align: right;
}
#linkListInner dd.comment {
	height: 40px;
}
html>body #linkListInner dd.comment {
	height: auto;
	min-height: 40px;
}
