@charset "utf-8";

@import url("common.css");

h2.mainttl {
	font-size: 18px;
	border-bottom: solid 3px #75b409;
	line-height: 100%;
	padding: 0 0 3px 0;
}

h3 {
	background: url(../img/help_folder.gif) no-repeat;
	height: 30px;
	line-height: 100%;
	color: #fff;
}
h3 span {
	display: block;
	padding: 8px 0 3px 0;
	margin: 0 0 0 38px;
}

dl.faq {
	width: 640px;
	padding: 0 0 30px 0;
}
dl.faq dt {
	background: url(../img/help_q.gif) no-repeat;
	height: 30px;
	line-height: 100%;
	color: #fc0;
	margin: 20px 0 0 0;
}
dl.faq dt strong {
	display: block;
	padding: 10px 0 10px 30px;
	background: url(../img/dotted.gif) bottom no-repeat;
}
dl.faq dd p {
	padding: 10px 0;
}
dl.faq dd ul.ddul {
	list-style: disc inside;
}
dl.faq dd ul.ddul li {
	padding: 5px 0;
}
dl.faq dd ul.ddul li span {
	font-weight: bold;
	color: #ffc;
}

