@charset "UTF-8";
/* CSS Document */

/* headline */
#contents h3.t-data{
	height:70px;
	background-image:url(../images/hl_data.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
/* conents/float */
#contents .box-text{
	width:660px;
	height:auto;
	margin:0 auto;
    color:#333;
}
/* table */
#contents table{
	width:660px;
	height:auto;
	border-collapse:collapse;
}
#contents table tr{}
#contents table th{
	width:110px;
	height:auto;
	padding:10px 0 10px 0;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #cebab0;
}
#contents table td{
	padding:10px 0 10px 0px;
	border-bottom:1px solid #cebab0;
}
#contents table .line-top{
	border-top:1px solid #cebab0;
}