@charset "utf-8";
#content .cd_box {
	width: 820px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #003399;
	margin-bottom: 20px;
	clear: both;
	padding-top: 20px;
	overflow: hidden;
}
#content .cd_box .box_left {
	float: left;
	width: 150px;
	margin-right: 20px;
}
#content .cd_box .box_right {
	float: right;
	width: 650px;
	margin-bottom: 20px;
}
#content .cd_box .box_right .cd_info {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
#content .cd_box .box_right h3 {
	font-size: 120%;
	color: #003399;
	font-weight: bold;
}
#content .cd_box .box_right .style1 {
	color: #FF3300;
}
#content .cd_box .box_right ul {
	margin-bottom: 10px;
}
#footer {
	text-align: right;
	padding-bottom: 100px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #003399;
	width: 820px;
	padding-right: 40px;
	padding-left: 40px;
}.pagetop    {
	text-align: right;
	margin-bottom: 10px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

