/* 全体 */
#twitter-ticker {
	width:200px;
	height:270px;
	display:none;
	border-radius:6px;
	background-color:#f1f1ed;
	margin:10px 0 0;
	word-break:break-all;
}
/* タイトル */
.twitter_tit{
	width:200px;
	height:30px;
	text-indent:-9999px;
	font-size:0;
	margin:0 0 5px;
	line-height:100%;
	background:url(../images_new/twitter_title.gif) no-repeat 0 0;
}
.twitter_ft {
	width:200px;
	height:7px;
	text-indent:-9999px;
	font-size:0;
	margin-bottom:10px;
	line-height:100%;
	background:url(../images_new/yoyaku_ft.gif) no-repeat 0 0;
}
/* メイン */
#tweet-container {
	height:230px;
	width:auto;
	overflow:hidden;
}
/* 記事 */
.tweet {
	padding:5px;
	margin:0 8px 8px;
	border:1px solid #e0e0d5;
	background-color:#fff;
}
.tweet .avatar{
	float:left;
}
/* 時間 */
.time {
	font-size:11px;
	color:#999;
}
/* 画像 */
.tweet .avatar img {
	width:36px;
	height:36px;
	border:2px solid #d7d5ce;
	margin:0 5px 5px 0;
}
.tweet .txt {
	clear:both;
	line-height:110%;
}
/* ユーザ名 */
.tweet .user {
	font-weight:bold;
}
/* ローディング */
#loading {
	margin:100px 95px;
}




.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right:4px;
	top:0;
	height: 100%;
	background: #e0e0d9;
}
.jScrollPaneDrag {
	position: absolute;
	background: #bcbcad;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}

