@charset "utf-8";
/*////////////////////////////////////////

  Faq Text Setting

/////////////////////////////////////// */

.faqTxt {
	text-align:left;
	padding-bottom:13px;
	border-bottom:1px dotted #CCCCCC;
}


.faqList {
	background-image:url(../img/list_q.gif);
	background-position:5px 10px;
	background-repeat:no-repeat;
	height:28px;
	padding:10px 0 0 33px;
	border-bottom:1px dotted #CCCCCC;
}

.question {
	background-image:url(../img/q.gif);
	background-position:5px 2px;
	background-repeat:no-repeat;
	background-color:#CCDDFF;
	color:#1F63AE;
	font-weight:bold;
	height:18px;
	padding:5px 0 0 33px;
	margin-top:8px;
	text-align:left;
}
.answer {
	background-image:url(../img/a.gif);
	background-position:5px 2px;
	background-repeat:no-repeat;
	padding:2px 0 8px 33px;
	margin-top:8px;
	text-align:left;
	border-bottom:1px dotted #CCCCCC;
	line-height:150%
}
.answer a {
	color:#1F63AE;
}

.answer a;hover {
	color:#1F63AE;
	text-decoration:underline;
}

/*////////////////////////////////////////

  Page Top Link Setting

/////////////////////////////////////// */
.top  {
	color:#1F63AE;
	text-align:right;
	line-height:180%;
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:15px;	
}

.top a {
	color:#1F63AE;
}


