@charset "utf-8";
/*user news*/
.news_th{
	width:60px;
	font-weight:normal;
	text-align:left;
	line-height:120%;
	vertical-align : top;
	padding:0px 0px 3px 0px;
}
.news_td{
	vertical-align : top;
	line-height:120%;
	width:600px;
	padding:0px 0px 3px 0px;
}

.table_conf {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width:680px;
}

.table_conf caption {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #FF0000;
}

.table_conf table {
	border-collapse: collapse;
	border: 1px solid #cccccc;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
}

.table_conf table th {
	border: 1px solid #cccccc;
	background-color: #003399;
	font-size: 12px;
	color: #FFFFFF;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width:150px;
}
.table_conf table td {
	border: 1px solid #cccccc;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	padding-left: 10px;
	width:530px;
}
.err_area{
	font-size:12px;
	color:#FF0000;
	margin:5px;
	line-height:120%;
	text-align:left;
}
.clear_both{
	clear: both;
	display: block;
	margin: 0px 0px -2px 0px;
	visibility: hidden;
}
* html .clear_both {
	margin: 0px 0px -16px 0px;
}
