@charset "UTF-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
}

ul {
	font-size:12px;
	line-height: 22px;
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

#date {
	display: block;
	width: 60px;
	color: #f15a24;
	font-size: 10px;
	margin-right: 6px;
	float: left;
}

a {
	display: block;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:hover {
	color: #5a7800;
	text-decoration: underline;
}

#clear {
	clear: both;
}