.tbw_main {
	float: left;
	padding-bottom: 10px;
	width: 175px;
	padding-left: 5px;
	padding-right: 5px;
}
.tbw_feature {
	float: left;
	width: 365px;
	padding-bottom: 10px;
}
.tbw_feature dt {
	font-weight: bold;
	margin-bottom: 2px;
}
.tbw_feature dd {
	margin-bottom: 15px;
}
.tbw_fig {
	list-style-type: none;
	overflow: auto;
}
.tbw_fig li {
	float: left;
	padding-left: 5px;
	padding-bottom: 15px;
}
#contents table {
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	width: 539px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	font-size: 0.85em;
}
#contents th {
	border: 1px solid #CCCCCC;
	background-color: #F6F6F6;
	font-weight: normal;
	padding: 3px;
}
#contents td {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 3px;
}
#contents td.alignleft {
	text-align: left;
}
#contents th.nowrap {
	white-space: nowrap;
}

