body {
	width: 800px;
	padding: 20px;
	margin: 0px;
	text-align: left;
	line-height: 130%;
}

#back {
	width: 800px;
}
#header {
	width: 800px;
	height: 30px;
	text-align: right;
}
#contents {
	width: 800px;
	padding: 5px 5px 5px 30px;
}
#footer {
	width: 800px;
	height: 30px;
}
table {
	border-collapse: collapse;
	margin: 10px 20px 0px 10px;
	text-align: left;
}
th {
	border-collapse: collapse;
	padding: 4px;
}
.inquiry {
	width: 800px;
	height: 10px;
	text-align:right;
	font-size: x-small;
	color: gray;
}
#header:after { /* ボックスの最後でfloatをクリア */
	content: ".";
	display: block;
	height: 0;
}
#contents:after { /* ボックスの最後でfloatをクリア */
	content: ".";
	display: block;
	height: 0;
}
#footer:after { /* ボックスの最後でfloatをクリア */
	content: ".";
	display: block;
	height: 0;
}
.Privacy_Text {
	font-size: x-small;
}
.CheckItem {
	text-align: center;
	width: 20px;
}
textarea{
	width: 95%;
}
.rei_color {
	Color: #4682b4;
}
.q_font {
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/* font-weight: bold; */
}
