@charset "UTF-8";
table#tb01{
	width:100%;
	border-collapse:separate;
	border-spacing:5px;
}
table#tb02{
	width:100%;
	border-collapse:collapse;
}
table#tb02 td{
	border:1px #660066 solid;
	padding:3px;
	vertical-align:top;
}
table#tb03{
	width:100%;
	border-collapse:collapse;
	table-layout:fixed;
}
table#tb03 td{
	border:1px #660066 solid;
	padding:3px;
	text-align:center;
	vertical-align:top;
}


