#twitterArea{
	width: 220px;
	height: 660px;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}


#twitterArea .twitterBox{
	width: 200px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

#twitterArea .tweet_artist{
	width: 200px;
	padding-bottom: 3px;
	cursor: pointer;
}

#twitterArea .tweet_artist:after{
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#twitterArea .twBoxFirst{
	background: url(../images/top/tw_first_bgi.jpg) no-repeat 80px top;
}

#twitterArea .tweet_artist{
	display: inline-block;
}

/* Hides from ie-mac \*/
* html #twitterArea .tweet_artist {	height: 1%;}
#twitterArea .tweet_artist{	display: block;}
/* End hide from ie-mac */

#twitterArea .tweet_artist .tweet_avatar{
	float: left;
	margin: 0 10px 3px 4px;
}

#twitterArea .tweet_artist .tweet_user{
	display: block;
  color: #0080CF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}

#twitterArea .twBoxFirst .tweet_user{
	padding-top: 25px;
}


#twitterArea .twitter-link{
	display: block;
	margin-top: 5px;
	padding-right: 10px;
	text-align: right;
	font-size: 10px;
}


#twitterArea .twBox{
	width: 200px;
	margin: 0;
	padding: 0;
}

#twitterArea .tweet_list{
	width: 200px;
	margin: 0;
	padding: 0;
}

#twitterArea .tweet_list li{
	width: 200px;
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#twitterArea span.tweet_text{
	clear: both;
	display: block;
	padding: 0 4px;
	font-size: 12px;
	line-height: 130%;
	word-break: break-all;
}

#twitterArea .tweet_list li .tw_time{
	font-size: 10px;
	padding-left: 5px;
}
