@charset "euc-jp";
/* CSS Document */

.sheet{
	width: 90%;
	-webkit-border-radius: 5px;
	-mopz-border-radius: 5px;
	border-radius: 5px;
	background-color: #eee;
	font-size: 0.714em;
	border: solid 2px #eee;
	-webkit-box-shadow: 0px 0px 3px 3px #212121;
	box-shadow: 0px 0px 3px 3px #212121;
	margin:10px 5%;
}

.sheet caption{
	width:auto;
	-webkit-border-radius:5px;
	-mopz-border-radius:5px;
	border-radius:5px;
	background-color:#290202;
	color:#eee;
	border: solid 2px #eee; 
	border-collapse: separate;
	padding:0.25em;
	margin-bottom:0.5em;
	empty-cells: hide;
	font-size:1.4em;
	-webkit-box-shadow: 0px 3px 3px 0px #212121;
	box-shadow: 0px 3px 3px 0px #212121;
}

.sheet th{
	width:auto;
	border-style:none;
	background-color:#eee;
	color:#290202;
	border-collapse: separate;
	padding:0.25em;
	empty-cells: hide;
}

.sheet tr{
	width:auto;
	background-color:#022902;
	padding:0.25em;
}

.sheet td{
	width:auto;
	background-color:#eee;
	border-bottom: solid 1px #290202; 
	border-collapse: collapse;
	padding:0.25em;
}
