@charset "UTF-8";
/* ================================================================================ */
/*      1.answer CSS                                                                */  
/* ================================================================================ */

#faqUl {
	background-image: url(../images/faq_bg.jpg);
	background-repeat: repeat-y;
}
#faqLi01 {
	margin-left: 3em;
	background-image: url(../images/question.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-bottom: 1em;
	font-size: 1.4em;
	color: #003366;
	width: 460px;
}
#faqLi02 {
	margin-left: 3em;
	background-image: url(../images/question.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin-bottom: 1em;
	font-size: 1.4em;
	color: #003366;
	width: 460px;
}
#answer01 {
	background-image: url(../images/answer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.3em;
	color: #333333;
	padding-left: 30px;
	margin-left: 3.2em;
	width: 460px;
}
#answer02 {
	background-image: url(../images/answer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.3em;
	color: #333333;
	padding-left: 30px;
	margin-left: 3.2em;
	width: 460px;
}
