@charset "utf-8";
/* CSS Document */


div.foo {
	display: table;
	margin: 0 auto;
}
div.foo p {
	display: table-cell;
	padding: 4px;
	vertical-align: middle;
}
p.bar {
	border: 1px gray solid;
	border-radius: 4px;
	text-align: center;
}
span.wmaru {
	padding: 3px 3px 1px 3px !important;
	border-radius: 10px;
}

table.table1 {
	margin-left: 8px;
}
table.table1 th,
table.table1 td {
	padding: 4px 12px 0 12px;
	border: 1px gray, solid;
}
table.table1 th {
	background-color: darkgray;
}
table.table1 td {
	background-color: lightgray;
}
table.table1 th.blank {
	background-color: transparent;
	border: none;
}
