@charset "utf-8";
/*タグ関連*/
#tags {
	padding: 5px;
	line-height: 1em;
	font-size: 0.9em;
	float: left;
}
#tags ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#tags li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 3px;
}

