@charset "utf-8";
@import url("reset.css");
#main #q_area {
	width: 630px;
}
#main #q_area p {
	width: 600px;
	margin: 10px 0px 30px 15px;
}

#main h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../image/village/image02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	margin: 15px 0px 0px 15px;
	padding: 0px 0px 8px 15px;
	width: 600px;
}
#main  .hotel  li {
	background-image: url(../image/base/ta_01.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	width: 585px;
	margin: 5px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
}
#main #q_area2 {
	width: 600px;
	margin: 0px 0px 0px 15px;
	padding: 30px 0px 0px 0px;
}
#q_area2 .question dt {
	float: left;
	width: 100px;
}
#q_area2 .question dd {
	float: right;
	width: 500px;
	font-weight: bold;
	color: #009900;
	background-image: url(../image/question/ya.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px 0px 20px;
}
#q_area2 .comment {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 0px 0px 30px 0px;
	padding: 15px 0px 15px 0px;
}
#q_area2 .comment dt {
	float: left;
	width: 100px;
}
#q_area2 .comment dd {
	float: right;
	width: 500px;
	padding: 0px 0px 15px 0px;
}
