@charset "utf-8";

/*======================================

border: 1px solid #0000ff;

=======================================*/
/*---------------------------------------- feat menu */
div.databox {
	width: 300px;
	float: right;
	margin-left: 20px;
}


table.data {
	width: 290px;
	margin: 0 auto;
	padding: 0;
	background-color: #cfcfcf;
}

table.data th {
	margin: 0;
	text-align: center;
	font-weight: normal;
/*	background-color: #e6e6e6; */
	background-image:url(../img/table_bg02.gif);
	border-left: 1px solid #fff;
	border-top: 1px solid #fff; 
}

table.data td {
	padding: 5px 0 5px 7px;
	text-align: center;
	margin: 0;
	background-color: #FFF;
}

table.data th.th1 {
/*	background-color: #e6e6e6; */
	height: 30px;
	background-image:url(../img/table_bg01.gif);
}


#thwidth {
	width: 70px;
	padding: 10px 0;
}

.fonts {
	text-align: center;
	font-size: 13px;
}

.consulafter {
	font-size: 13px;
	color: #00F;
}