/*　テーブル(表)の設定　*/
#container #mainContent .sentence table {
	margin: 2em 0 0 0; 
	width: 500px;
	font-size: 13px;
	background-color: #600;
}
/* ヘッダー */
#container #mainContent .sentence table tr th {
	background-color: #FFF;
	font-size: 15px;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}
#container #mainContent .sentence table tr td {
	padding: 5px;
	background-color: #FFF;
	vertical-align: text-top;
}
/*　項目の文字センター寄せ　*/
#container #mainContent .sentence table tr td.tdcenter {
	text-align: center;
	width: 60px;
	background-color: #CCC;
}

/*　計算テーブルの金額部分　*/
#container #mainContent .sentence table tr td.tdnumber {
	text-align: right;
}
#container #mainContent .sentence table tr td ul {
	margin-top: 0em;
	margin-left: -0.75em;
}
