@charset "utf-8";

/* CSS Document */

dt{
	float:none;
	clear:none;
	background-image: url(../images/question/qimage.gif);
	background-repeat: no-repeat;
	padding-left: 1.5em;
	background-position: left 1px;
	font-weight: bold;
	font-size: 85%;
	color: #009900;
}

dd{
	width:auto;
	margin-left:1em;
	padding-left:1.5em;
	background-image:url(../images/question/aimage.gif);
	background-position:left 1px;
	background-repeat:no-repeat;
	width:auto;
	margin-bottom: 5px;
	font-size: 85%;
	color: #4B4B4B;
} 

img.right {
	margin: 15px;
	float: right;

}

#mainbox dd dt{
	font-size: 85%;
	font-weight: bold;
	color: #009900;
	background-image: none;
}

#mainbox dd dd{
	font-size: 85%;
	color: #4B4B4B;
	background-image: none;
}

#mainbox dd p{
	font-size: 85%;
	color: #4B4B4B;
}

#mainbox dd li{
	list-style-image: url(../images/pin.gif);
}
