@charset "UTF-8";

/************************
* Twitter
************************/
#twitter{
}
#twitter-body{
	color: #999;	/*
	padding:			0 5px;
	background-color:	#efefef;
	width:				190px;
	*/
}
#twitter ul{
	/*
	height:				262px;
	overflow:			auto;
	padding:			3px;
	background-color:	#fff;
	*/
	word-break:break-all;
}
#twitter_update_list li{
	border-bottom:		dashed 1px #666;
	padding:			5px 0;
	font-size:			10px;
	list-style-type:	none;
	clear:				both;
	line-height: 14px;
}
#twitter_update_list img{
	float:				left;
}

#twitter_update_list a{
	color:				#cc6699;
}
#twitter_update_list a:hover{
	text-decoration: underline;
	color: #cc6699;
}
