* {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
body {
	background: #EAD5B8;
}
#wrapper {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}
#close {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper h1 {
	background: url(../class/images/answer_head.jpg) no-repeat;
	text-indent: -9999px;
	height: 53px;
}
#wrapper #contents {
	padding: 10px 25px;
	background: #FAF7E4;
}
#close {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	background: #FAF7E4 url(../teacher/name/images/contents_foot.gif) no-repeat bottom;
	height: 35px;
}
#close a {
	background: url(../teacher/name/images/close.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 80px;
	float: right;
}
#close a:hover {
	background: url(../teacher/name/images/close.gif) no-repeat 0px 3px;
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 80px;
	float: right;
}
#wrapper #contents #question {
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom: 1px solid #660000;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	line-height: 140%;
}
#wrapper #contents #answer {
	margin-bottom: 50px;
	line-height: 140%;
}
