body{
	
}
.top-left img{
	height:3em;
	margin:0.5em 0;
}
.top-right{
	text-align:center;
	line-height:4em;
}
.categoryRow{
	padding-top:1em; 
	padding-bottom:0.5em;
	border-top:solid 1px #eeeeee;
}
.category > span,span.button{
	display:inline-block;
	background-color:#eeeeee;
	border-radius:1em;
	padding:0.1em 1em;
	margin-left:0.5em;
	margin-bottom:0.5em;
	cursor:pointer;
}
.category > span.selected{
	background-color:#D52B2B;
	color:white;
}
span.button{
	border-color:#D52B2B;
	color:#D52B2B;
}
.items{
	min-height:35em;
}
.items .item{
	width:100%;
	background-color:white;
	position:relative;
	height:10em;
	padding:0.5em;
	line-height:1.5em;
	border-bottom:solid 1px #eeeeee;
}
.item-left img{
	width:100%;
	max-width:8em;
	border:solid 1px gray;
}
.item-left{
	width:30%;
	float:left;
}
.item-right{
	float:left;
	width:70%;
	padding:0 0 0.5em 0.5em;
}
.button-left,button-right{
	width:50%;
	float:left;
}
.button-right{
	text-align:right;
}
div.bottom{
	background-color: #666;
	color: white;
	padding: 25px 10px;
	text-align: center;
}
.memo{
	color:#aaaaaa;
}
.living{
	color:green;
}