/* CSS Document */

/*contents_l
--------------*/
.contents_l {
	width:200px;
	float:left;
}


.title_img {
	background:url(../images/category/faq/title_img.gif) 0 0 no-repeat;
	height:70px;
	font-size:-1em;
	line-height:-1em;
	text-indent:-9999px;
}

.title_img a {
	display: block;
	height: 70px;
	width: 200px;
}


/*contents_r
--------------*/
.contents_r {
	width:670px;
	float:right;
}

.hed_img {
	margin-bottom:15px;
}

.contents_inner {
	width:655px;
	margin-left:15px;
}

.contents_inner ul li {
	background: url(../images/category/faq/acrobat.gif) no-repeat 0px 0px;
	padding-left: 25px;
	list-style: none;
	margin-bottom: 10px;
}

/*faq_list
--------------*/
.title_img01 {
	background:url(../images/category/faq/title_img01.gif) 0 0 no-repeat;
	width:655px;
	height:35px;
	text-indent:-9999px;
	margin-bottom:15px;
}



.faq_list {
	margin:0 0 20px;
	padding-bottom:5px;
	border-bottom:1px dotted #C8C8C8;
}

.question {
	background: url(../images/category/faq/icon_question.gif) no-repeat 0px 4px #c7dfd5;
	border-top:1px solid #509678;
	height:33px;
	padding-left:40px;
	padding-top:8px;
	margin-bottom:5px;
}

.answer {
	background:url(../images/category/faq/icon_answer.gif) no-repeat;
	padding-left:40px;
	padding-bottom:25px;
	padding-top:5px;
	line-height: 1.2em;
	height: 30px;
}

