/* CSS Document */

table.jueki, table.jirei{
	width:95%;
	margin:0 4% 20px;
	border-collapse: collapse;
	border-spacing: 0; 
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
}

table.jueki th, table.jueki td, table.jirei th, table.jirei td{
	padding:5px;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

table.jueki th, table.jirei th{
	width:24% !important;
	background-color: #F0E9DA;
}

div.santei{
	width:95%;
	margin:-14px 4% 20px 2%;
	padding:10px;
	background-color:#EAF1FF;
	border:1px solid #aaa;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}