@charset "utf-8";

@import url(reset.css);
@import url(base.css);

h1 {
	position: absolute;
	top: 29px;
	left: 18px;
	}

h2 {
	background: #2889D0;
	color: #FFFFFF;
	font-size: 1.2em;
	margin-bottom: 8px;
	padding: 3px 5px;
	}

#faq {
	color: #4E4E4E;
	}

#faq dl {
	margin-bottom: 10px;
	}

#faq dl {
	border-bottom: 1px #175079 dotted;
	margin-top: 10px;
	padding: 0 5px 12px;
	}

#faq dl dt {
	background: url(../images/q_mark.gif) no-repeat left top;
	width: 500px;
	min-height: 17px;
	margin-bottom: 7px;
	padding-left: 25px;
	font-weight: bold;
	}

#faq dl dd {
	padding: 0 5px 0 3px;
	}









