@charset "utf-8";
/* CSS Document */

/* 常見問題文字樣式
****************************************************************************************************/
.question {
	color: RGB(0,22,84);
	background-color: RGB(206,226,255);
}/*問題文字樣式*/

.answer {
	color: RGB(24,44,73);
	border: 1px solid RGB(112,169,255);
	display: block;
	padding:10px;
	background-color: RGB(233,239,255);
	width:400px;
}/*回答文字樣式*/

/* 常見問題背景圖片樣式
****************************************************************************************************/
#question_bg {
	background:url(../images/qa/question_bg.png) no-repeat 365px 0px;
}