#faqLink {
	text-align: center;
}
#faqLink li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	margin-right: 10px;
	padding-right: 11px;
	height: 16px;
	line-height: 16px;
	display: inline;
}
#faqLink li a {
	color: #F35958;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
#faqLink li a:hover {
	color: #F35958;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#faqLink #side {
	border-right-style: none;
}
#main h2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #868686;
	border-bottom-color: #868686;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 20px;
}

.qa {
	margin-bottom: 20px;
}
.qa dt {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 10px;
}
.qa dt img {
	vertical-align: text-bottom;
	margin-right: 15px;
}
.qa .answer {
	margin-left: 30px;
	background-image: url(../images/txt_faq02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 90px;
	line-height: 20px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.qa .click {
	text-align: right;
	padding-right: 10px;
}

.qaBottom {
	margin-bottom: 50px;
}
#main #toTop {
	margin-bottom: 20px;
}
p {
	line-height: 20px;
	text-justify:inter-ideograph; 
	text-align: justify;
}