#box11 {
	height: 200px;
	width: 441px;
	background-color: #FAFCF0;
	position: absolute;
	left: 300px;
	top: 896px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#box11 .box_title {
	height: 40px;
	width: 441px;
	background-image: url(images/box11_title_bg.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#box11 .box_menu {
	width: 441px;
	height: 22px;
	font-size: 12px;
	text-align: center;
}
#box11 .box_menu ul {
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
#box11 .box_menu li {
	padding-left: 1px;
	padding-right: 0px;
	line-height: 22px;
	height: 22px;
	width: 147px;
	float: left;
}
#box11 .box_menu li a {
	color: #7C6600;
	text-decoration: none;
	background-color: #EDF4CB;
	text-align: center;
	display: block;
}
#box11 .box_menu li a:hover {
	background-color: #DBE99B;
	color: #FFFFFF;
}
#box11 .article_list {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#box11 .article_list ul {
	list-style-type: none;
	font-size: 12px;
}
#box11 .article_list li {
	height: 22px;
	line-height: 22px;
}
#box11 .article_list li a {
	display: block;
	color: #003300;
	text-decoration: none;
}
#box11 .article_list li a:hover {
	background-color: #C1FB6C;
	color: #FFFFFF;
}
#box11 .article_list .article_title {
	width: 130px;
	height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#box11 .article_list .article_time {

}
#box11 .box_more {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 8px;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
#box11 .box_more a {
	text-decoration: none;
	color: #000000;
	display: block;
}
