/*----------------------------------------
contents�ݒ�
----------------------------------------*/
#wrapper{
	width:880px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
}
#qanda{
	display:block;
	width:880px;
	margin-top:10px;
}
.objection{
	display:block;
	width:auto;
	margin:0px 0px 0px 10px;
	font-size:14px;
}
#guest_objection{
	display:block;
	width:auto;
	height:auto;
	margin:15px;
	padding-bottom:10px;
	background-color:#99ccff;
}
#guest_question{
	display:block;
	width:auto;
	height:auto;
	margin:15px;
	padding-bottom:10px;
	background-color:#99ccff;
}
.demand{
	display:block;
	width:auto;
	height:auto;
	margin:5px 15px 5px 15px;
}
.demand p{
	padding-top:15px;
	font-size:14px;
	font-weight:bold;
}
.demand img{
	margin:10px;
	float:left;
}
.button{
	display:block;
	width:auto;
	height:auto;
	margin:5px 15px 25px 15px;
}
.button p{
	padding-top:15px;
	font-size:14px;
}
.button img{
	margin:10px 10px 10px 30px;
	float:left;
}
