ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: block;
}

ul li a {
	margin-left: 10px;
	line-height: 22px;
	color: #0076e3;
	text-decoration: none;
}

ul li a:hover {
	color: #333
}

h2 {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 24px;
	font-weight: normal;
}

h2 small {
	font-size: 10px;
	text-align: right;
}

h2 small a {
	cursor: pointer;
}

ul#sidebar {
	position: absolute;
	width: 180px;
	height: 380px;
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#post_navi {
	position: relative;
	width: 580px;
	height: 30px;
	margin-top: 20px;
}

#previous {
	position: absolute;
	left: 0px;
}

#forward {
	position: absolute;
	right: 0px;
}

#forward a, #previous a {
	color: #0076e3;
	text-decoration: none;
}

#forward a:hover, #previous a:hover {
	color: #333;
}