@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

body {
	background-color:#fff;
	color:#333;
}

h1.seotext {
	background-color:#FF0000;
	color:#fff;
}

/*       faq       */
#content .faq {
	padding-bottom:10px;
}

#content dl {
	margin-bottom:20px;
}
#content dl.last {
	margin-bottom:0;
}
#content dl dt {
	background:url(../image/q.jpg) no-repeat left 1px;
	font-size:1.15em;
	font-weight:bold;
	padding: 1px 0 3px 28px;
	line-height:1.4;
	margin-bottom:4px;
}
#content dl dd {
	background:url(../image/a.jpg) no-repeat left 3px;
	padding: 0 0 2px 28px;
}
