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

	.answer{	/*解答部分 */
	padding:3px;
	width:500px;
	background-color:#EBE6D6;
	/* 変更不可 */
		display:none;
	}
	
	.question{	/*質問部分 */
	font-weight:bold;
	cursor:pointer;
	color: #767065;
	margin-top: 8px;
	}
	
	#ads{
		margin-top:12px;
	}
	
.pfaq {
	clear: both;
	width: 540px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 28px;
	margin-left: 30px;
	overflow: hidden;
}


.pfaq h2{
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/index/h2.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 540px;
	text-indent: 8px;
	padding-top: 4px;
	margin-bottom: -1px;
	margin-top: -1px;
}
