@charset "utf-8";

/* Q&A　leftColumn----------*/
#qnaBox{
	width:540px;
	height:auto;
	overflow:hidden;
	margin:20px 9px 0 9px;
	padding:0;
	border-top:solid 3px #e4e0dc;
	border-left:solid 1px #e4e0dc;
	border-right:solid 1px #e4e0dc;
	background-color:#FFFFFF;
}
#qnaBox ul{
	width:540px;
	height:auto;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
#qnaBox ul li{
	width:540px;
	margin:0;
	padding:0;
	background:url(../../image/arrow_03.gif) 7px 11px no-repeat;
	text-indent:20px;
	border-bottom:solid 1px #e4e0dc;
	font-size:12px;
	line-height:2.2em;
}
#qnaContQ {
	width:540px;
	height:auto;
	overflow:hidden;
	margin:20px 10px 0 10px;
	padding:0;
	border-bottom: dashed 1px #c6c0b3;
}
#qnaContQ h3 {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
	text-indent:20px;
	color:#555555;
	background-position:0 3px; 
	background-repeat:no-repeat;
	background-image:url(../image/bullet_q.gif);
}
#qnaContQ p {
	width:500px;
	margin:0;
	padding:10px 20px 10px 20px;
	font-size:12px;
	line-height:1.8em;
	color:#555555;
}
#qnaContQ ul{
	width:500px;
	height:auto;
	overflow:hidden;
	margin:0;
	padding:0 20px;
	list-style:outside decimal;
}
#qnaContQ li{
	font-size:12px;
	line-height:1.8em;
	color:#555555;
	margin:0 20px 0 30px;
	padding:0;
}



















