@charset "UTF-8";
/* このファイルはUTF8nで保存されています */

div#nowtweet{
	margin: 0;
	padding: 0;
	clear: both;
}

/*head*/
div#nowtweet div.nowtweet_head{
	width: 260px;
	padding: 10px 10px 5px;
	background: #2C2C2C;
	/*-moz-border-radius: 5px 5px 5px 5px;*/
	color: #fff;
	overflow: hidden;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

div#nowtweet div.nowtweet_head h3{
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
}

div#nowtweet div.nowtweet_head p{
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	padding: 0;
}


/* body */

div#nowtweet div.nowtweet_body{
	width: 278px;
	height: 620px;
	border-left: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;
	overflow: hidden;
	background: #fff;
	color: #333;
	position:relative;
}

div#nowtweet div.nowtweet_body .items{
	position:absolute;
	/* this time we have very large space for the height */
	height:20000em;
}

div#nowtweet div.nowtweet_body div.nowtweet_item{
	width: 260px;
	padding: 10px;
	border-bottom: 1px dotted #aaa;
	overflow: hidden;
}

div#nowtweet div.nowtweet_body div.nowtweet_item div.nowtweet_icon{
	width: 50px;
	float: left;
	padding-right:10px;
}

div#nowtweet div.nowtweet_body div.nowtweet_item div.nowtweet_icon img{
	width: 50px;
	height: 50px;
	border: none;
}

div#nowtweet div.nowtweet_body div.nowtweet_item div.nowtweet_text{
	width: 200px;
	float: left;
	overflow: hidden;
	font-size: 12px;
	line-height: 15px;
}

div#nowtweet div.nowtweet_body div.nowtweet_item div.nowtweet_text a{
	color: #999;
}

div#nowtweet div.nowtweet_body div.nowtweet_item div.nowtweet_text span.nowtweet_date{
	display: block;
	clear: both;
	font-size: 11px;
}



/* footer */

div#nowtweet div.nowtweet_foot{
	width: 280px;
	height: 15px;
	background: #2c2c2c;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
