#contents{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.data_title{
	width: 1000px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 30px;
	font-size: 120%;
	font-weight: 600;
}

.data_frame{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
	background: -moz-linear-gradient(top, #FFF, #eee);
	background: -webkit-gradient(linear, left top, left bottom, #fff, #eee);
	background: linear-gradient(top, #fff, #eee);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: #999 0px 1px 2px 1px;
	-webkit-box-shadow: #999 2px 2px 2px 2px;
}

.data_inner{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#copyright{
	width: 1000px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	border-top: solid 1px #ddd;
}