@charset "utf-8";
/* CSS Document */

table{
	width:750px;
	margin:30px auto;
	border:0;
	padding:0;
}
td{
	padding:5px;
	margin:0;
	line-height:160%;
}

td.ttitle{
	margin:0;
	width:150px;
	background:#CCC;
}

.black{
	background:#000;
	height:1px;
	padding:0;
	margin:0;
}

.under{
	background:#999;
	font-weight:bold;
	padding:0 4px;
}

.tabletitle{
	font-size:16px;
	font-weight:bold;
}
