/*---------------------全体囲み--------------------*/
#qa {
	width: auto;
	height: auto;
	margin: auto;
	text-align: center;
	background-color: #FFF;
	color: #333;
}
/*---------------------お仕事Q&A--------------------*/
#qa #contents {
	width: 860px;
	height: auto;
	margin: 15px auto 0 auto;
	padding: 0;
	clear: both;
	text-align: left;
}
#qa #contents #dic_main {
	width: 860px;
	height: 2900px;
	padding: 0 0 30px 0;
	background-image: URL(img/bg_middle.gif);
	background-repeat: repeat-y;
	clear: both;
}
#qa #contents #dic_main h3 {
	width: 145px;
	height: 80px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 70px;
}
#qa #contents #dic_main p {
	font-size: 16px;
	margin: 0;
	padding: 15px 300px 0 0;
	color: #630;
	float: right;
	line-height: 1.2;
}
#qa #contents #dic_main h4 {
	width: 715px;
	height: 33px;
	background-image: URL(img/br_line.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 65px;
	padding: 25px 0 0 15px;
	color: #633;
	clear: both;
	font-size: 18px;
}
#qa #contents #dic_main p.answer {
	width: 730px;
	margin: 10px 0 0 0;
	padding: 0 60px 15px 0;
	line-height: 1.8;
}
#qa #contents #dic_main p.answer a {
	color: #F06;
}


