@charset "utf-8";

.mainContent{
	background: url(../qanda/img/qanda_bg01.jpg) top right no-repeat;
}
.contentsBox{
	padding-left: 20px;
	font-size: 130%;
	padding-bottom: 50px;
}
.question{
	background: url(../qanda/img/qanda_line02.gif) left bottom repeat-x;
	color: #f6eca3;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
.contentsBox ul li img, .contentsBox ul li p{
	float: left;
}
.contentsBox ul{
	padding-bottom: 28px;
}
.question img{
	padding-right: 12px;
}
.question p{
	padding-top: 6px;
	width: 524px;
}
.answer img{
	margin-left: -5px;
	padding-right: 7px;
}
.answer p{
	padding-top: 9px;
	width: 524px;
}
.answer span{
	font-size: 81%;
}
.answer a{
	color: #fbf3aa;
	text-decoration: underline;
}
.answer a:hover{
	color: #fbf6c7;
	text-decoration: none;
}
/*------------ [firefox css start] ------------*/

.question p, x:-moz-broken{
	padding-top: 5px;
}
.answer p, x:-moz-broken{
	padding-top: 9px;
}

/*------------ //error.html css end ------------*/
.qandaText{
	padding-left: 36px;
	font-size: 81%;
}