.h3 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	clear: both;
}
.h3 .l {
	float: left;
	width: 810px;
	text-align: left;
}
.h3 .l .txt {
	border: 2px solid #dededd;
	background-color: #f8f9fa;
	position: relative;
	margin-bottom: 6px;
	clear: both;
}
.h3 .l .txt .ttl {
	height: 26px;
	line-height: 26px;
	background-image: url(../img/hbg.png);
	background-position: -800px 0px;
	font-weight: bold;
	color: #f8cc4c;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}
.h3 .l .txt .cnt {
	padding: 4px;
}
.h3 .l .txt .cnt ul {
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	z-index: 1;
	position: relative;
}
.h3 .l .txt .cnt ul li {
	float: left;
	width: 330px;
	padding-right: 5px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	list-style-position: inside;
	list-style-type: none;
	background-image: url(../img/list_bullet2.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	position: relative;
}
.h3 .l .txt .cnt ul li .cnt {
	font-size: 10px;
	color: #999999;
}
.h3 .l .txt .tl {
	height: 13px;
	width: 14px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: -268px -13px;
	position: absolute;
	left: -2px;
	top: -2px;
}
.h3 .l .txt .tr {
	height: 13px;
	width: 12px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: -282px -13px;
	position: absolute;
	top: -2px;
	right: -2px;
}
.h3 .l .txt .bl {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: -268px -26px;
	height: 12px;
	width: 14px;
	position: absolute;
	left: -2px;
	bottom: -2px;
}
.h3 .l .txt .br {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: -282px -26px;
	height: 12px;
	width: 12px;
	position: absolute;
	bottom: -2px;
	right: -2px;
}

.h3 .r {
	width: 140px;
	float: left;
	margin-left: 10px;
}
.h3 .r div+div {
	margin-top: 10px;
}
.red a{color:#cc0000;}