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

.qa_top {
	width:800px;
	height:50px;
	background:url(../images/public/public_bg_top.gif) bottom left no-repeat;
}

.qa_midle {
	width:740px;
	height:auto;
	background:url(../images/public/public_bg_midle.gif) top left repeat-y;
	text-align:left;
	font-size:90%;
	padding:0 30px;
	color:#494343;
}

.qa_btm {
	width:800px;
	height:50px;
	background:url(../images/public/public_bg_btm.gif) top left no-repeat;
}

