.tag_l1 {
	font-size			: 1em;
}
.tag_l5 {
	font-size			: 1.2em;
}
.tag_l10 {
	font-size			: 1.5em;
}
.tag_l20 {
	font-size			: 2em;
}
.tag_l50 {
	font-size			: 2.8em;
}
	.tag:after {
		letter-spacing		: 2px;
		content				: "\FEFF";
	}
	.tag a {
		color				: #0063dc;
		text-decoration		: none;
	}
	.tag a:hover {
		background			: #0063dc;
		color				: #fff;
	}
.tag_cloud {
	margin				: 0;
	background			: #f5f5f5;
	border				: 1px solid #eee;
	padding				: 15px;
	list-style			: none;
}
	.tag_cloud li {
		display				: inline;
	}
