div.contents p {
	margin:1em 0 2em 0;
	text-align:justify;
	text-justify: auto;
}
div.contents a {
	text-decoration: none;
}
/*
div.contents ul {
	width:290px;
}
ul.question1 {
	float:left;
}
ul.question1 {
	float:right;
}
*/
div.contents li {
	margin-top:0.2em;
	padding-left:1.7em;
	background-image:url("../images/q.gif");
	background-position:left center; 
	background-repeat:no-repeat; 
}
div.contents dl {
	margin-top:4em;
}
div.contents dt {
	padding-left:1.7em;
	padding-bottom:0.5em;
	color:#09f;
	background-image:url("../images/q.gif");
	background-position:left 0.1em; 
	background-repeat:no-repeat; 
	border-bottom:dotted 1px #666;
}
div.contents dd {
	padding-left:1.7em;
	margin-top:0.5em;
	margin-bottom:1em;
	color:#666;
	text-align:justify;
	text-justify: auto;
	background-image:url("../images/a.gif");
	background-position:1px 0.3em; 
	background-repeat:no-repeat; 
}
div.contents a.qalist {
	float: right;
}

#answer ul {
	list-style: disc;
	margin: 1em 0 1em 1.7em;
	}
#answer li {
	background: none;
	padding-left:0;
	}

