@charset "UTF-8";

FONT {
	font-size: 12px;
}

BODY {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.p {
	border-width: 2px 2px 2px 2px;
	border-style: groove groove groove groove;
	border-color: gray gray gray gray;
	background-color: gray;
}

.t {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 16px;
	padding-left: 4px;
}

.m {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	color: black;
	padding-left: 6px;
}

H1 {
	font-size: 14px;
	font-weight: 600;
	padding-top: 4px;
	padding-right: 20px;
	letter-spacing: 2px;
}

a {
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

tr {
	background-color: white;
}

.Class_waku01 {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	background-color: gray;
	letter-spacing: 1px;
}

th {
	font-weight: 400;
}

#main {
	width: 800px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.Class_setsumei01 {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 770px;
	height: auto;
	font-size: 14px;
}

strong {
	font-weight: 400;
}

