@charset "utf-8";
/*::::Clears::::*/
#contents_r h3 {
	background-image: url(../images/faq/tit_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 582px;
	height: 20px;
	padding-top: 8px;
	padding-left: 45px;
	color: #271E15;
	font-size: 110%;
	font-weight: bold;
	clear: both;
}
#contents_r h3 span {
	padding-right: 10px;
}
.faq_con {
	padding-left: 5px;
	padding-right: 40px;
	padding-bottom: 25px;
}
.faq_con p {
	border: 1px solid #CCCCCC;
	background-color: #FFF4E1;
	padding: 10px;
}
.faq_con p img {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 8px;
	margin-right: 5px;
	float: left;
}


