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

.site_img 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;
}