@import url('style.css');
@charset "utf-8";
/* CSS Document */



.tbl{
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	margin: auto;
	
}

.tbl td, .tbl th{
	padding: 10px; margin: 0;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;	
	vertical-align: top;
}

