#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 {
	padding: 10px;
}

#contents dl dd {
	padding-left: 35px;

	line-height: 140%;

	margin-bottom: 20px;
}
