#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 dl dt {
	font-size: 11pt;
	font-weight: bold;
	color: #fd2ebb;
	padding: 8px;

	border-bottom: 1px solid #fd2ebb;
	margin-bottom: 10px;
}

#contents dl dd {
	padding: 10px;
	padding-top: 0;
	line-height: 150%;
	color: #fd2ebb;
}

#contents dl dd strong {
	font-size: 11pt;
	color: #fd2ebb;
}

