

/*
 * hatena.css
 * (c) 2005-07-11 cho45(砂糖)
 * http://lowreal.net/
 *
 */

html, body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #fff;
}

a:link {
	color: #ccc;
}

a:visited {
	color: #ccc;
}

a:active {
	color: #069;
}

h1 {
	position: absolute;
	background: #fff url("http://lowreal.net/2005/unknown-logo.png") no-repeat left bottom;
	width: 257px;
	height: auto;
	top: 41px;
	bottom: 0;

	margin: 0;
	padding: 0;
	text-indent: -100em;
}

h1 a {
	display: block;
	position: absolute;
	bottom: 130px;
	left: 37px;
	width: 210px;
	height: 100px;
	text-decoration: none;
}

div.day {
	margin: 0 0 0 257px;
	padding: 1em;
}

