@charset "UTF-8";

#qandaTitle {
	margin: 0 0 10px 0;
}

h3.qandaCategoryTitle {
	margin: 0 0 5px 5px;
	color: #0066FF;
}

.questionBox {
	position: relative;
	_width: 530px;
	margin: 0 0 20px 0;
	padding: 10px;
	background: #FFE595;
}

.questionTR {
	position: absolute;
		top: 0;
		right: 0;
}
.questionTL {
	position: absolute;
		top: 0;
		left: 0;
}
.questionBR {
	position: absolute;
		bottom: 0;
		right: 0;
}
.questionBL {
	position: absolute;
		bottom: 0;
		left: 0;
}
	
ul.questionList {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	background: #FFFFFF;
}

ul.questionList li {
	margin: 0 0 10px 0;
	padding: 5px 0 0 20px;
	background: url(../../images/q.gif) no-repeat left center;
}
