@charset "UTF-8";
/* CSS Document */
/* footer --------------------------------------*/
#foot_box {
	height: auto;
	width: 1000px;
	margin-top: 14px;
	float: left;
	background-color: #FFF;
	margin-bottom: 14px;
	}
.body #container footer #foot_box .leftnav_box {
	height: auto;
	width: 122px;
	padding-top: 10px;
	padding-right: 0px;
	float: left;
	list-style-type: none;
	margin-left: 20px;
	padding-bottom: 10px;
}
.body #container footer #foot_box .leftnav_box ul {
	list-style-type: none;
	font-size: 11px;
	color: #333;
	line-height: 20px;
	}
.body #container footer #foot_box .leftnav_box ul .stitle{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
}
