body {
	background: #f2f2f2;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

img {
	border: 0;
}

td {
	padding-top: 15px;
	vertical-align: top;
}

#title {
	width: 706px;
	margin: 0 auto;
}

.cat_title {
	width: 706px;
	height: 92px;
	margin: 0 auto;
	clear: both;
	position: relative;
}

.btnIndex {
	position: absolute;
	top: 8px;
	left: 491px;
}

.questionLink {
	width: 702px;
	_width: 706px;
	margin: 0 auto;
	background: url(../images/bg.gif) repeat-y;
	text-align: left;
	padding-left: 4px; 
	clear: both;
}

.answerTitle {
	width: 702px;
	_width: 706px; 
	margin: 0 auto;
	background: url(../images/bg.gif) repeat-y;
	text-align: left;
	padding-left: 4px;
	clear: both;
}

.answerArea {
	width: 648px;
	_width: 706px;
	margin: 0 auto;
	background: url(../images/bg.gif) repeat-y;
	text-align: left;
	padding: 15px 30px 50px 28px;
}

.answerArea:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.answerIcon {
	float: left;
	width: 49px;
}

.answerText {
	float: left;
	width: 590px;
	padding-top: 5px;
}

.pagetopLink {
	clear: both;
	width: 680px;
	_width: 706px;
	margin: 0 auto;
	background: url(../images/bg.gif) repeat-y;
	text-align: right;
	padding: 20px 26px 20px 0;
}

.pagetopLink02 {
	clear: both;
	width: 680px;
	_width: 706px;
	margin: 0 auto;
	background: url(../images/bg.gif) repeat-y;
	text-align: right;
	padding: 20px 26px 20px 0;
}

#closeBtn {
	width: 706px;
	margin: 0 auto;
	background: url(../images/bg.gif) repeat-y;
	text-align: center;
	padding: 20px 0;
}

#footer {
	width: 706px;
	margin: 0 auto;
	padding: 0 0 50px;
}
	
	
	
