@charset "utf-8";


/* ---------------------------------------- 
								Q&A			
---------------------------------------- */
dl {
	margin:10px 0;
}
dt {
	float:left;
	width:3em;
	line-height:1.8;
	clear: both;
	padding-bottom: 1px;
	text-indent: 0.5em;
}
dd {
	margin:3px 0;
	padding: 0 0 20px 5em;
	line-height: 1.4;
}

.q {
	background:url(../../img/qa/q.gif) no-repeat;
	width:38px;
	height:38px;
	text-indent: -5000px;
}
.q-t {
	color:#FF0000;
	font-size:114%;
	margin: 0;
	padding: 0 0 20px 4em;
}
.a {
	background:url(../../img/qa/a.gif) no-repeat;
	width:21px;
	height:20px;
	text-indent: -5000px;
	margin: 5px 0 0 18px;
}
#main ol {margin-left:20px;}
