@charset "utf-8";

/* Q&A */
/* ----------------------------------------------------- */
h2#titleGraphic {
	margin: 0 0 10px;
	padding: 0px;
	width: 740px;
	height: 62px;
	background-image: url(../../cmn/images/title_q_a.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
}

div#q_aTxt {
	margin: 0;
	padding: 0 10px 0 10px;
	line-height: 1.4;
}

.q_aLink {
	margin: 0;
	padding: 0 0 10px 17px;
	background-image: url(../../cmn/images/arrow_link.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	font-size: 80%;
}

div#q_aNote {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #C0C0C0;
	font-size: 80%;
}

div#q_aTxt dl {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #C0C0C0;
	font-size: 80%;
}

div#q_aTxt dt {
	margin: 0;
	padding: 0 0 10px 22px;
	font-weight: bold;
	background-image: url(../images/question.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #C0C0C0;
}

div#q_aTxt dd {
	margin: 10px 0;
	padding: 0 0 0 22px;
	line-height: 1.4;
	background-image: url(../images/answer.gif);
	background-repeat: no-repeat;
}
