@charset "utf-8";
/* CSS Document */
#containerW {
	width: 760px;
	background-color:#FFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
#tableWaku{
	padding:16px 0 8px;
	border: 1px solid #CCEBE2;
	width: 718px;
	margin-bottom:32px;
	margin-left:20px;
}
caption{
	font-size: 125%;
	font-weight:bold;
	color: #4E5E9D;
	text-align: left;
}
table{
	width:660px;
	border-collapse: collapse;
	border:none;
	border-top:1px solid #A8C1D0;
	margin-left: 29px;
	margin-bottom: 16px;
}
td,th{
	border-bottom:1px solid #A8C1D0;
	padding:0 0 0 4px;
	font-size:85%;
	color:#7182A1;
}
.tdL{
	background-color:#EDEFF3;
	width:200px;
}
