/* 良くあるご質問 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 {
	margin-top: 10px;
	margin-right: 25px;
	margin-left: 25px;
	min-height: 26px;
	background: url(../images/faq/icon-a.gif) no-repeat 0px 0px;
	padding: 5px 0px 0px 33px;
}
#pagetop {
	text-align: right;
	height: 45px;
	clear: both;
	margin: 0px 25px 40px;
	background: url(../images/faq/dotline.gif) no-repeat left bottom;
}
