/* 良くあるご質問 CSS */

#sentences h2 {
	margin-right: 18px;
	margin-left: 18px;
}
#sentences ul {
	margin-top: 5px;
}
#sentences li {
	list-style-image: url(../images/faq/arrow-orange.gif);
}
#question h4 {
	background-image: url(../images/faq/icon-q.gif);
	background-repeat: no-repeat;
	color: #996600;
	padding-left: 33px;
	height: 26px;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 4px;
	font-size: 12px;
	margin-top: 5px;
	font-weight: normal;
}
#answer p {
	background-image: url(../images/faq/icon-a.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	margin-top: 10px;
	margin-right: 25px;
	margin-left: 25px;
	padding-left: 33px;
	height: 26px;
}
#pagetop {
	text-align: right;
	margin-right: 25px;
	margin-left: 25px;
	background-image: url(../images/faq/dotline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 45px;
	margin-bottom: 40px;
}
