@charset "utf-8";
@import "/files/css/common/base.css";
@import "/files/css/common/frame.css";

.row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.row {
	zoom: 1;
}

/* BODY BOX */
#bodyBox {
}
#bodyBox div.container {
}
#bodyBox div.contents {
}


/* CONTENTS */

#bodyBox h1.ttl {
	margin-bottom: 18px;
}
#bodyBox p.ttllead {
	padding: 0 6px;
	margin-bottom: 18px;
}


#bodyBox div.qObj {
	background: url(/files/images/faq/frm2.gif) no-repeat left bottom;
	margin-bottom: 24px;
}
	#bodyBox div.qObj ul {
		background: url(/files/images/faq/frm1.gif) no-repeat left top;
		padding: 9px 15px 6px 15px;
	}
		#bodyBox div.qObj ul li {
			background: url(/files/images/faq/dot.gif) repeat-x left bottom;
			margin-bottom: 6px;
			padding-bottom: 4px;
			color: #663333;
			font-weight: bold;
		}
		#bodyBox div.qObj ul li.bottom {
			background: none;
			margin-bottom: 0;
			padding-bottom: 0;
		}
	

#bodyBox div.aObj {
}
	#bodyBox div.aObj div.pack {
		position: relative;
		background: url(/files/images/faq/frm5.gif) no-repeat left bottom;
		margin-bottom: 15px;
		/*\*/
		*height: 100%;
		/* */
	}
		#bodyBox div.aObj h3 {
			background: url(/files/images/faq/frm3.gif) no-repeat left top;
			padding: 15px 21px 11px 43px;
			display: block;
			color: #663333;
		}
		#bodyBox div.aObj p.lead {
			background: url(/files/images/faq/frm4.gif) no-repeat left top;
			padding: 12px 21px 13px 43px;
			display: block;
		}
	


