@charset "utf-8";
h1 {
	font-size: larger;
	font-weight: bold;
	text-align: center;
}
.contentwrap {
	min-height: 95%;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	line-height: 110%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: small;
}
table {
	width: 100%;
	border-collapse: separate;
    border-spacing: 0px 10px;
}
table tr th {
	width: 7em;
	text-align: left;
	vertical-align: text-top;
}
table tr td {
	text-align: justify;
	text-justify: inter-ideograph;
	vertical-align: text-top;
}
ul {
	margin: 0px;
}
li {
	list-style-type: none;
	margin: 10px 0px;
}
