@charset "utf-8";
/* -- Home Page Style Sheet */
#category-list {
	margin: 0;
	padding: 0;
	list-style: none;}
	
#category-list li {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 147px;
	height: 204px;}
	
#category-list a {
	display: block;
	float: left;
	margin: 0 10px;
	padding: 10px;
	width: 107px;
	height: 184px;
	text-align: center;
	font-size: 1.6em;
	color: #630;
	text-decoration: none;
	background: url(/images/2009/post-card-rose.jpg);}
	
p {
	clear: left;
	text-align: center;
	font-style: italic;}