#main .about-text {
    color: #555;
    font-size: 90%;
}

/*== /plan/disp_faq.html ==============================*/

#qa dl dt{
	margin-bottom: 10px;
	padding: 0 5px 5px 35px;
	background: url(images/q.gif) no-repeat 3px 0;	
}

#qa dl dd{
	margin-bottom: 30px;
	margin-left: 20px;
	padding: 0 5px 5px 35px;
	background: url(images/a.gif) no-repeat 3px 0;	
}


