div.button, div.box, div.boxMore {
	width: 274px;
}

div.button {
	background-image: url(../images/pink_button.png);
	height: 29px;
	margin-bottom: 25px;
}

div.button a {
	display: block;
	color: white;
	font-size: 13px;
	font-weight: bold;
	padding-left: 18px;
	padding-top: 6px;
}

div.boxMore a.more {
	color: white;
} 

div.box a, div.boxMore a {
	display: block;
	margin-left: 12px;
	/*margin-top: 10px;*/
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
}

div.box, div.boxMore {
	height: 179px;
}

div.box {
	background-image: url(../images/box.png);	
}

div.boxMore {
	background-image: url(../images/box_pink_end.png);
	height: 179px;
}

div.box div.title, div.boxMore div.title {
	padding-left: 12px;
	padding-top: 6px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
