@charset "utf-8";

#contents h2 {
	margin:20px 0 0;
}
/* What’s new */
ul#topNews {
	width:100%;
}
ul#topNews li {
	list-style:none;
	background:url(../images/listmarker.png) no-repeat 9px 21px;
	font-size:12px;
	margin:0;
	padding:14px 20px;
	line-height:157%;
	display:block;
}
ul#topNews li a {
	color:#000000;
}
ul#topNews li:nth-child(even)  {
	background:url(../images/listmarker.png) no-repeat 9px 21px #F2F2F2;
}