/* CSS Document */
#contents #quiz-head {
	width:880px;
	margin:10px 30px;
}

#contents #quiz-head img {
	width:200px;
	float:left;
}

#contents #quiz-head dl {
	width:650px;
	float:right;
}

#contents #quiz-head dt {
	width:7em;
	float:left;
}

#contents #quiz-head dd {
	margin-left:7em;
}

#contents #quiz-wrap {
	width:860px;
	margin:10px 40px;
}

#contents #quiz-prize {
	border-left:#e3007f 5px solid;
	border-right:#e3007f 5px solid;
	padding:10px;
	_padding:10px 0px;
}

#contents #quiz-prize  #tokusho {
	width:730px;
	float:left;
}

#contents #quiz-prize  #tokusho h4 {
	color:#F00;
	font-size:1.5em;
	font-weight:bold;
	margin-top:10px;
}

#contents #quiz-prize  #tokusho p {
	line-height:150%;
}


#contents #quiz-prize table {
	width:450px;
	margin-left:5px;
	border:1px solid #666;
	border-collapse:collapse;
	margin-top:1em;
}

#contents #quiz-prize table th {
	border:1px solid #666;
	border-collapse:collapse;
	text-align:center;
	padding:3px 0;
}

#contents #quiz-prize table td {
	border:1px solid #666;
	border-collapse:collapse;
	padding:3px;
}

#contents #quiz-foot {
	background-image:url(../img/quiz/quiz-foot.png);
	background-repeat:no-repeat;
	height:20px;
	_margin-left:10px;
}


