@charset "utf-8";
@import url("import.css");
/* ===================================================================
CSS information

 file name  :faq.css
 style info :faqディレクトリ用CSS
=================================================================== */

/* -----------------------------------------------------------
	index.html
----------------------------------------------------------- */
.qa {
	width:584px;
	padding:12px;
	border:1px solid #d6d6d6;
	background:#f9f9f9;
	margin-bottom:20px;
}

.qa .line {
	background:url(../img/share/hr_dashed.gif) repeat-x 0% 30px;
}

.qa h3 {
	background:url(../img/share/icon_q.gif) no-repeat 0% 4px;
	color:#4498c8;
	padding:0 0 12px 21px;
}

.qa p {
	background:url(../img/share/icon_a.gif) no-repeat 0% 4px;
	padding:0 0 12px 21px;
}

.qa p a {
	background:url(../img/share/icon_arrow.gif) no-repeat 0% 1px;
	padding:0 0 5px 21px;
}

