
div#newslist ul.nl li {
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(127,128,132);
	margin-bottom: 11px;
}
div#newslist ul.nl li:last-child {
	border: none;
}
div#newslist ul.nl li a {
	color: rgb(127,128,132);
}
div#newslist + ul.nl li a {
	color: rgb(197,0,96);
	font-weight: bold;
}
div#spot {
	background: url("/assets/18/6yearbirthday_frontpage.jpg");
	height: 490px; // 390
	border-radius: 10px;
	color: rgb(245,245,255);
	background-color: rgb(250,250,250);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
div#spot p {
	width: 280px;
	padding-left: 44px;
}
div#spot a {
	text-decoration: none;
}
div#spot a:hover {
	text-decoration: underline;
}

h1 {
	padding-top: 32px;
	margin-bottom: 33px;
	top: 0;
}
div#spot h1 {
	padding-top: 60px;
	padding-left: 44px;
	color: rgb(254,61,2); //64,145,184
	font-size: 32px; //28
	-moz-text-shadow: 2px 2px 4px rgb(1,13,37);
	-webkit-text-shadow: 2px 2px 4px rgb(1,13,37);
	text-shadow: 2px 2px 4px rgb(1,13,37);
}
div#newslist h1 {
	color: rgb(197,0,96);
	padding-left: 32px;
	background: transparent url("../../images/double-dash_news_big.png") no-repeat 0 31px;
}
