.memo {
	background: yellow;
	font-family: cursive;
	width: 10em;
}

.title {
	font-weight: bold;
	text-decoration: underline;
	float: left;
}

.close {
	float: right;
	background: black;
	color: yellow;
	font-size: x-small;
	cursor: pointer;
}

.contents {
	clear: both;
	font-style: italic;
}