@charset 'UTF-8';

/*
===== CONTENTS =====

	1:contents table
====================
*/

/*===== 1:contents =====*/
#contents dl#qa {
	border:none;
	margin:0;
	padding:0;
}
#contents dl#qa dt {
	background-color:#FEFADD;
	border-right:1px solid #A5D4A5;
	border-bottom:1px solid #A5D4A5;
	margin-top:15px;
	padding:7px 7px 7px 25px;
	color:#333333;
	font-size:0.85em;
	background-image:url(/image/icon_q.gif);
	background-repeat:no-repeat;
	background-position:7px 8px;

}
#contents dl#qa dt a {
	text-decoration:none;
}
#contents dl#qa dd {
	border:none;
	line-height:150%;
	font-size:0.8em;
	background-image:url(/image/icon_a.gif);
	background-repeat:no-repeat;
	margin-left:8px;
	background-position:0 6px;
	padding:5px 12px 5px 18px;
	
}
#contents ul#questionlist {
	margin:10px 0 10px 0;
}
#contents ul#questionlist li {
	background-image:url(/image/icon_q_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	font-size:0.8em;
	line-height:150%;
	padding-left:18px;
} 
