@charset 'UTF-8';

#contentsIn ul.list{
	font-size:12px;
	font-weight:bold;
	padding:0 0 10px 40px;
	text-align:left;
	border-bottom:1px solid #d8c597;
	}
	
#contentsIn ul.list li{
	background:url(../images/qa/list.gif) no-repeat 0 3px;
	padding-left:18px;
	margin-bottom:7px;
	}

#contentsIn ul.list li a{
	color:#6e603d;
	text-decoration:none;
	}

#contentsIn ul.list li a:hover{
	text-decoration:underline;
	}

#contentsIn dl{
	padding:25px 11px 0;
	text-align:left;
	background:url(../images/qa/q.gif) no-repeat 10px 22px;
	}

#contentsIn dl dt{
	font-size:14px;
	font-weight:bold;
	color:#6e603d;
	padding-left:25px;
	padding-bottom:5px;
	background:url(../images/qa/dot.gif) no-repeat bottom left;
	margin-bottom:20px;
	}

#contentsIn dl dd{
	font-size:12px;
	padding-left:40px;
	background:url(../images/qa/a.gif) no-repeat;
	margin-left:20px;
	line-height:1.8em;
	}
