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

#question {
	width: 505px;
	margin-top: 30px;
	border: 5px solid #D5C78C;
	background: #FFFFFF;
	padding: 15px 0px 10px 15px;
}

li {
	list-style: none;
}

.q_list {
	background: url(../faq/images/q.gif) no-repeat 0% 30%;
	padding-left: 20px;
	padding-bottom: 8px;
	padding-top: 5px;
}

#qanda {
	width: 530px;
	margin-top: 30px;
	margin-bottom: 80px;
}

.q_text {
	background: url(../faq/images/q.gif) no-repeat 0px 0px;
	padding-left: 20px;
	color: #946F29;
}

.a_text {
	background: url(../faq/images/a.gif) no-repeat 0px 15px;
	padding-left: 20px;
	padding-top: 10px;
	line-height: 1.8;
}

.up {
	text-align: right;
	margin-top: 10px;
	font-size: 80%;
	margin-bottom: 30px;
}
