@charset "UTF-8";
#quest {
}
#quest .frame {
	background-image: url(../img/frame.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 590px;
	width: 980px;
	position: absolute;
	left: 0px;
	top: 95px;
}
#kazari {
	position: absolute;
	left: 343px;
	top: 592px;
}
#quest .title {
	position: absolute;
	left: 0px;
	top: 5px;
}
#quest .quizText {
	font-size: 160%;
	left: 100px;
	top: 100px;
	line-height: 1.35em;
	width: 760px;
	display: block;
	position: absolute;
}

#quest .answerArea {
	position: absolute;
	left: 110px;
	top: 230px;
	width: 780px;
}
#quest .answerArea .image {
	float: left;
	margin-left: 50px;
}
#quest .answerArea .image img {
	display: block;
	border: 3px solid #000;
	height: auto;
	width: 262px;
}
#quest .answerArea .buttons {
	float: right;
	text-align: center;
	margin-top: -5px;
	margin-right: 30px;
}
#quest .answerArea.noimg .buttons {
	float: none;
	margin-top: -5px;
	margin-left: 190px;
}
#quest .answerArea .buttons a {
	padding-bottom: 5px;
	font-size: 160%;
	text-decoration: none;
	color: #000;
	display: block;
	height: 70px;
	width: 400px;
	background-image: url(../img/btn1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	position: relative;
	font-weight: bold;
}
#quest .answerArea .buttons a:hover {
	background-image: url(../img/btn1-over.png);
	color: #FFF;
}
#quest .answerArea .buttons a span {
	text-align: center;
	display: block;
	padding-top: 27px;
}
#quest .answerArea.setimg .buttons {
	float: none;
	width: 730px;
	margin-left: 40px;
}
#quest .answerArea.setimg .buttons a {
	padding-bottom: 5px;
	font-size: 140%;
	text-decoration: none;
	color: #000;
	float: left;
	background-image: url(../img/btn2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 232px;
	width: 228px;
	margin-top: -10px;
	margin-right: 15px;
}
#quest .answerArea.setimg .buttons a span {
	text-align: left;
	display: block;
	padding-top: 25px;
	margin-right: 15px;
	margin-left: 15px;
}
#quest .answerArea.setimg .buttons a:hover {
	background-image: url(../img/btn2-over.png);
	color: #FFF;
}
#quest .answerArea.setimg .img {
	position: absolute;
	left: 22px;
	top: 85px;
}
#quest .answerArea.setimg .img img {
	border: 3px solid #000;
	height: auto;
	width: 174px;
}
#quest .insect  {
	position: absolute;
  left: 850px;
  top: 50px;
}
#quest .boy  {
	position: absolute;
	left: -20px;
	top: 310px;
}
#quest .girl  {
	position: absolute;
	left: 890px;
	top: 333px;
}
