@charset "UTF-8";
/* CSS Document */

ul.letter li {
	width:200px;
	line-height:40px;
	float:left;
	border:1px solid #ccc;
	background-color:#CFCAB7;
	margin:5px 0 0 20px;
}
ul.letter li span {
	padding:5px;
}

ul.latest li {
	width:auto;
	line-height:inherit;
	background:inherit;
	border:none;
	float:none;
}
