@charset "utf-8";

div#header
{
	position: relative;
}

div#header h1
{
	position: relative;
}

div#header div#counter
{
	position: absolute;
	top: 10px;
	left: 147px;
}

div#header div#mixi_iine
{
	position: absolute;
	top: 10px;
	left: 250px;
}
div#header div#twitter_btn
{
	position: absolute;
	top: 10px;
	left: 320px;
}

div#header div#facebook_btn
{
	position: absolute;
	top: 45px;
	left: 320px;
}

#news
{
	margin: 1em auto;
	padding: 10px;
	width: 800px;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#CCC));
	background: -moz-linear-gradient(left top, #000, #CCC);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: solid 2px #ccc;
	background-color: #060;
}

#news dl
{
	overflow: auto;
	width: 800px;
	height: 13em;
}

div#twitter
{
	clear: both;
	margin: 1em auto;
	padding: 1em;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #fff;
	width: 800px;
}

.twtr-hd
{
	display: none;
}

.twtr-ft
{
	display: none;
}

div#twitter h2
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: medium;
}

ul.pickup
{
	margin: 1em 0;
	padding: 0px;
	list-style: none;
}

ul.pickup li
{
	float: left;
	margin: 4px;
	padding: 0px;
}

h3
{
	clear: both;
	margin: 4px 0;
	padding: 0;
}

#pankuzu
{
	clear: both;
}
