@charset "utf-8";
/* CSS Document */

/* 常見問題文字樣式
****************************************************************************************************/
.question {
	color: RGB(248,40,66);
	background-color: RGB(255,234,233);
}/*問題文字樣式*/

.answer {
	color: RGB(0,0,0);
	border: 1px solid RGB(255,212,218);
	display: block;
	padding:10px;
	background-color: RGB(255,242,243);
	width:400px;
}/*回答文字樣式*/

/* 常見問題背景圖片樣式
****************************************************************************************************/
#question_bg {
	background:url(../images/qa/question_bg.png) no-repeat 365px 0px;
}