@charset "UTF-8";


#subt {
	border-bottom: solid #cfcec4 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
}
table {
	border-bottom: solid #dfdfdf 1px;
	border-collapse: collapse;
	width: 638px;
}
th {
	background-color: #eeeeee;
	text-align: left;
	border-top: solid #dfdfdf 1px;
	border-left: solid #dfdfdf 1px;
	padding: 5px;
	white-space: nowrap;
}
td {
	border-top: solid #dfdfdf 1px;
	border-left: solid #dfdfdf 1px;
	border-right: solid #dfdfdf 1px;
	padding: 5px 10px;
}

#form1 .bt {
	text-align: center;
	margin: 10px 0;
}
#form1 .bt input {
	margin-right: 10px;
	background-color: #d4d0c8;
	padding: 5px 10px;
	border-left: solid #FCF6EC 1px;
	border-top: solid #FCF6EC 1px;
	border-bottom: solid #64625E 1px;
	border-right: solid #64625E 1px;
}
#form1 input,#form1 select,#form1 textarea {
	border: solid #DDDBD6 1px;
	vertical-align: middle;
}
#form1 .nb {
	border-left: none;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
#form1 table td {
	line-height:　1.8;
}
.space {
	padding: 0 0 10px;
}
.space5 {
	padding: 0 0 5px;
}
.note {
	margin: 0 0 20px;
	padding: 15px;
	font-size: 80%;
	line-height: 1.6;
	border: solid #DDDBD6 2px;
}

a {
	text-decoration: underline;
	color: #433d33;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}