/* CSS Document */


/*---------C---------*/


#Main {
	width: 599px;
	float: right;
}

#QandArea {
	width: 580px;
	background-color:#F1FEC9;
}

.QandABox {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

.QandABox dt {
	background-image:url(/img/qanda/q.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding-left: 30px;
	padding-top:18px;
	color: #445A01;
}

.QandABox dd {
	background-image:url(/img/qanda/a.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding-left: 30px;
	padding-top:18px;
	padding-bottom:10px;
	color: #FF3300;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #DBECA2;
}

.QandABox dd a {
	color: #FF3300;
}







