@charset "utf-8";

body {
	margin: 0 auto;
	width: 820px;
}

h1 {
	background: #02A264;
	font-size: 20px;
	text-align: center;
	color: fff;
}

.siryo_list {
	margin-bottom: 22px;
	padding: 0;
	vertical-align: baseline;
	list-style: none;
}

table {
	width: 820px;
	margin-bottom: 20px;
}

tbody {
	font-size: 15px;
}

.name {
	padding-left: 20px;
}

.name a {
    color: #646464;
}

a {
	text-decoration: none;
}