@charset "utf-8";
/* CSS Document */

#head{
	width:520px;
	height:40px;
	float:left;
	position:relative;
}

#body{
	width:520px;
	height:auto;
	float:left;
	position:relative;
}
#ask{
	width:auto;
	height:auto;
	float:left;
	position:relative;
}
#find{
	width:auto;
	height:auto;
	float:right;
	position:relative;
	top:10px;
}
#page{
	width:520px;
	height:30px;
	position:relative;
	float:left;
	top: 15px;
}
#QA{
	width:520px;
	height:auto;
	position:relative;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6C6C6C;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
#QA-title{
	width:520px;
	height:auto;
	position:relative;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
	vertical-align: baseline;
}
.q-a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #6C6C6C;
	border: 1px solid #FFFFFF;
}
.q-a a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #6C6C6C;
	text-decoration: none;
}
.q-a a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #5C2A80;
	}
#question{
	width:520px;
	float:left;
	height:auto;
	position:relative;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #5C2A80;
}
.question-infor-title{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ABABAB;
	font-size: 12pt;
	color: #030303;
	line-height: 24px;
}
.question-infor-title-none{
	font-size: 12pt;
	color: #030303;
	line-height: 24px;
}
.question-infor-none{
	font-size: 12pt;
	color: #575757;
	line-height: 24px;
}

.question-infor{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ABABAB;
	font-size: 12pt;
	color: #575757;
	line-height: 24px;
}
#answer{
	width:520px;
	float:left;
	height:auto;
	position:relative;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #6C6C6C;
	margin-top: 5px;
}
#asking{
	position: relative;
	float: left;
	top: 10px;
}

