@charset "UTF-8";
/* CSS Document */


#QA #page #wrap #contents h2 {
	background-image: url(img/title.jpg);
	height: 38px;
	margin: 0px 0px 12px 0px;
	text-indent: -9999px;
	width: 740px;
}
#QA #page #wrap #contents .faqBlock {
	margin: 0px 0px 50px;
	_margin: 0px 0px 15px;
	padding: 0px;

}



#QA #page #wrap #contents .Question {
	background-image: url(img/q.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	margin: 0px;
	padding: 5px 0px 0px 50px;
}
#QA #page #wrap #contents .Answer {
	background-image: url(img/a.gif);
	background-repeat: no-repeat;
	height: 25px;
	margin: 0px 0px 0px 45px;
	padding: 5px 0px 0px 50px;
}

