#questionArea {
	margin: -50px auto 0 auto;
	width: 800px;
}
#pageTitle {
	margin: 0 auto;
	text-align: center;
}
.titleNotes {
	margin-top: 30px;
	text-align: center;
	font-size: 1.8em;
}

ul.question{
	margin: 50px auto 0 auto;
	width: 600px;
}

li{
	margin-bottom: 30px;
}

dl.question dt {
	background: #FFFFFF;
	cursor: pointer;
	word-wrap: break-word;
	display: block;
	padding: 0;
	color: #5A3A25;
	font-size: 1.8em;
	overflow: hidden;
	border-bottom: #696969 dotted 1px;
}
dl.question dt::before {
	content: '';
	position: relative;
	float: right;
	border: 8px solid transparent;
	border-top-color:#5A3A25;
	width: 0;
	height: 0;
	top: 10px;
	right: -20px;
}
dl.question dt.open::before {
	content: '';
	position: relative;
	float: right;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	width: 0;
	height: 0;
	top: -5px;
	right: -20px;
}
dt img {
	display: inline-block;
	float: left;
}
dt p {
	display: inline-block;
	padding: 25px 0 0 30px;
}
dl.question dd {
	background: #F9F4F1;
	border-bottom: #5A3A25 dotted 1px;
	list-style: none;
	padding-bottom: 15px;
}
dl.question dd {
	color: #333;
	display: block;
	clear: both;
	width: 600px;
}
dd img {
	float: left;
	margin-top: 30px;
}
dd p {
	padding: 20px 20px 0 00px;
	margin-left: 100px;

}

.tags{
clear: both;

}

.tags img{
	padding-left: 100px;
	width: 400px;
}

.AreaTitle{
	margin-top: 50px;
	margin-bottom: 10px;
	font-size:1.7em;
	color: #5A3A25;
}

.AreaTitle:first-child{
	margin-bottom: 10px;
	font-size:1.7em;
	color: #5A3A25;
}

