body{
	font-family: sans-serif;
}
.kaomojilist{
	overflow:hidden;
	*zoom:1; /* ie */
}
	.kaomoji{
		width:200px;
		background:#888;
		color:#fff;
		float:left;
		margin:5px;
		line-height:200px;
		font-size:30px;
		text-align:center;
		border-radius:10px;
		cursor:pointer;
	}
	.active{
		background:#a00;
	}
