@charset "UTF-8";
/* CSS Document */
@import 'main.css';
@import 'menu.css';


.qanda{
padding-top:20px;
}
.question{
	font-size:110%;
	background:url(../images/qa/q.gif) left 2px no-repeat;
	padding-left:23px;
	padding-bottom:13px;
	border-bottom:#DDD5B6 1px dotted;
	font-weight: normal;
	color: #CC3333;
}
.answer{
	background:url(../images/qa/a.gif) left 1px no-repeat;
	padding-left:23px;
	margin-bottom:20px;
}

.answer a{
	color:#A18B74;
	text-decoration:underline;
}