@charset "utf-8";
#wrapper {
	background-image: url(../images/other/data_back.jpg);
	background-repeat: no-repeat;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}

#data_contents_box {
	overflow: hidden;
	width: 1100px;
	padding-top: 174px;
	clear: both;
}
#contents_L_box {
	float: left;
	padding-left: 70px;
	width: 960px;
	overflow: hidden;
	position: relative;
}
#data_box p {
	margin-bottom: 14px;
}
#main_title {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	position: absolute;
	left: 336px;
	top: 58px;
	width: 178px;
	text-align: center;
}

#data_box {
	width: 960px;
	color: #333;
	font-size: 13px;
	line-height: 21px;
}
#data_box .title01 {
	font-size: 14px;
	text-align: center;
	color: #666;
	margin-bottom: 10px;
}
#data_box .sub_title {
	margin-bottom: 14px;
	color: #666666;
	height: 28px;
	width: 960px;
	text-align: center;
	font-size: 13px;
	line-height: 28px;
	font-weight: bold;
	background-image: url(../images/sub_title_long.gif);
}
#data_box table {
	border-collapse: collapse;
}
#data_box table,td,th{
	border: 1px solid #66CCDB;
}

.table01 tr td {
	text-align: center;
}


#data_box a {
	text-decoration: none;
	color: #003F98;
	font-weight: bold;
}
#data_box a:hover {
	text-decoration: underline;
	color: #003F98;
	font-weight: bold;
}
#data_box .caption {
	font-size: 11px;
	color: #666;
	margin-top: 3px;
}

#data_box .green {
	color: #0066CC;
}
#data_box .bold {
	font-size: 15px;
	font-weight: bold;
	color: #003F98;
}

