@charset "UTF-8";

#contents .inner {
	margin-bottom: 15px;
}

#contents #question {
	border: 2px solid #c66;
	background: #eed9d9;
}
#contents #question .body {
	padding: 8px 8px 0 8px;
}
#contents #question .body p,
#contents #question .body table {
	margin-bottom: 10px;
}
#contents #question .body .method h3 {
	margin-bottom: 8px;
}
#contents #question .body .method dl {
	padding: 8px;
	margin-bottom: 10px;
	border: 1px solid #000;
	background: #fff;
}
#contents #question .body .method dl dt {
	margin-bottom: 5px;
	color: #933;
}

#contents #form {
	border: 2px solid #660;
	background: #d2d293;
}
#contents #form .body {
	padding: 10px;
}
#contents #form .body p {
	margin-bottom: 10px;
}

#contents #form .body form p {
	margin-bottom: 5px;
}
#contents #form .body form p input {
	width: 300px;
}
#contents #form .body form p textarea {
	width: 530px;
}
#contents #form .body form p.submit input {
	width: 150px;
}











