@charset "utf-8";
#copyright {
	float: left;
	width: 800px;
	margin-top: 10px;
}
.title {
	height: 40px;
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF0FF;
}
#title h2 {
	font-size: 12px;
	color: #FF0066;
	line-height: 30px;
}
.box {
	width: 570px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
	text-align: left;
	background-color: #FAFAFA;
}
.box dt {
	display: block;
	width: 200px;
	text-align: left;
	margin-left: 10px;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	padding-left: 10px;
	border: 1px groove #FF99CC;
	background-color: #F2F2F2;
}
.box dd {
	width: 540px;
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC8ED;
	padding-bottom: 2px;
}
.links {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 7px;
}
.links dt {
	line-height: 18px;
	font-weight: bold;
	font-size: 10px;
	padding-left: 10px;
}
.links dd {
	font-size: 10px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCCFF;
	line-height: 18px;
	padding-left: 10px;
}
