#container {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
}

#contents {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	min-height: 600px;
	*height: 600px;
}

#contents h2 {
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ff468c;
}

#contents dl dt {
	background-image: url(../img/q.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 35px;

	color: #4477ff;
	line-height: 140%;

	margin-bottom: 10px;
}

#contents dl dd {
	background-image: url(../img/a.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 35px;

	color: #ff488d;
	line-height: 140%;

	padding-bottom: 10px;
	border-bottom: 1px dotted #ff8246;
	margin-bottom: 10px;
}
