@charset "utf-8";
/* CSS Document */

.contents {
	width:925px;
	background:#FFFFFF;
	margin:0 auto;
	padding-bottom:40px;
}


.contents_inner {
	width:845px;
	margin:auto;
}

.title_img {
	background:url(../images/category/faq/title_img.gif) 0 0 no-repeat;
	width:845px;
	height:90px;
	text-indent:-9999px;
	margin-bottom:20px;
}


.contents_inner_l {
	width:425px;
	float:left;
	line-height:180%;
}


.contents_inner_r {
	width:380px;
	float:right;
}

.question {
	background: url(../images/category/faq/icons.gif) no-repeat 0px 0px;
	padding-left: 40px;
	padding-top: 6px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.answer {
	background: url(../images/category/faq/icons.gif) no-repeat 0px -100px;
	padding-left: 40px;
	padding-top: 6px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #226C6A;
}


/*gallery
-------------*/
.gallery_wrap {
	width:425px;
	margin-bottom:20px;
}

.gallery_img {
	width:120px;
	float:left;
	margin:0 0 17px 17px;
}

