/*====================FAQ	設定====================*/		
#Faq{
	background-image:url(images/faq.jpg);
	width:896px;
	height:29px;
}
.FaqTable{
	margin-top:17px;
	margin-bottom:10px;
}
.FaqTable th{
	text-align:left;
	color:#cc0000;
	font-size:14px;
}
.FaqGrayBox{
	background-color:#f8f8f8;
	padding:5px;
	border-top:#CCCCCC 1px dotted;
	border-bottom:#CCCCCC 1px dotted;
	font-size:14px;
	font-weight:bold;
	width:886px;
	margin-top:20px;
}
.FaqRedBox{
	background-color:#ffecf0;
	padding:5px;
	border-top:#CCCCCC 1px dotted;
	border-bottom:#CCCCCC 1px dotted;
	font-size:14px;
	font-weight:bold;
	width:886px;
	margin-top:20px;
}
.Answer{
	margin:10px;
}
.AnswerIcon{
	font-weight:bold;
	color:#CC0000;
	margin-right:10px;
}
.TopOfPage{
	text-align:right;
	margin-right:10px;
}
.TopOfPageIcon{
	margin-right:5px;
}
.TopOfPage a{
	text-decoration:none;
}

