/* CSS Document */
.panel{
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding:5px 0 3px 33px;
	cursor:pointer;
	margin-bottom:10px;
}
.panel a{
	text-decoration:none;
	color:#000000;
}
.panel a:hover{
	text-decoration: underline;
	color:#f00;
}
.panel-up{
	background:url(backtitle-up.gif) no-repeat scroll 10px 8px;
 }
.panel-down{
	background: url(backtitle-down.gif) no-repeat scroll 10px 8px;
}
.panel-target{
	padding:5px;
}
.panel-closed{
	display:none;
}

#contents .box div .answer {
	background: #4798ed;
	margin-left: 26px;
	padding: 10px 7px 7px 7px;
	width: 650px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
}
