/**/
#twitter-ticker{
width:172px;
height:360px;
margin:0px 0px 4px 0px;
padding:6px 6px;
color:#666666;
display:none;

/*角をまるくするCSS？
-moz-border-radius:10px 10px 6px 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius:6px;*/

border:1px solid #cccccc;
text-align:left;
background:#ffffff;
}
#twitter-ticker #twitter-title{
margin:0px 0px 2px 0px;
border-bottom:1px solid #cccccc;
font-weight:bold;
}
/**/
#tweet-container{
height:340px;
width:auto;
overflow:hidden;
}
/*中の書き込み部分*/
.tweet{
padding:0px;
margin:0px 0px 4px 0px;
background:#ffffff;
width:auto;
overflow:hidden;
border-bottom:1px solid #cccccc;
}

.tweet .avatar,
.tweet .user,
.tweet .time{
float:left;
}

.tweet .time{
text-transform:uppercase;
font-size:10px;
color:#AAAAAA;
white-space:nowrap;
}

.tweet .avatar img{
width:28px;
height:28px;
margin:0 5px 5px 0;
}
.tweet .txt{
clear:both;
}
.tweet .user{
font-weight:bold;
}

#loading{
margin:100px 95px;
}

/*twitter
-----------------------------*/
#twitter_navi{
margin:0px 0px 6px 0px;
text-align:center;
}