@charset "utf-8";

.site_img {
	margin-bottom: 10px;
}

table {
	border: 1px solid #63c;
	border-collapse: collapse;
}

table tr td {
	border: 1px dotted #63c;
	padding: 10px;
}

table tr th {
	white-space: nowrap;
	border-bottom: 1px dotted #63c;
	border-right: 1px solid #63c;
	background-color: #ccf;
	padding: 10px;
}
