#wrap #contents div.column {
	background-color: #EEEEFF;
	border: 2px solid #CCCCFF;
	margin-bottom: 20px;
	padding: 10px;
}
#wrap #contents div.news {
	background-color: #FBF8F0;
	border: 2px solid #CC9933;
	margin-bottom: 20px;
	padding: 10px;
}
#wrap #contents .column div {
	margin: 0 auto;
	display: block;
	width: 540px;
	line-height: 140%;
}
#wrap #contents .news div {
	margin: 0 auto;
	display: block;
	width: 540px;
	line-height: 140%;
}
#wrap #contents .whatsnew ul {
	list-style-position: outside;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-left: 20px;
	line-height: 120%;
	font-size: 12px;
}
#wrap #contents .whatsnew li {
	line-height: 120%;
}
#wrap #contents div.column ul {
	padding: 0px;
	margin-left: 40px;
}
#wrap #contents div.news ul {
	padding: 0px;
	margin-left: 40px;
}
