@charset "utf-8";

#jstwitter {
	width: 370px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#jstwitter .tweet {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e9ea;
	padding-left: 10px;
}

#jstwitter .tweet a {
	text-decoration: none;
}

#jstwitter .tweet a:hover {
	text-decoration: underline;
}

#jstwitter .tweet .time {
	font-size: 10px;
	font-style: italic;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1;
}

/* content block 2 */
#twitter_tl{
	position: absolute;
	margin: 0;
	width: 460px;
	height: 636px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	color: #333333;
	left: 0px;
	top: 0px;
	background: url(../img/bg_twitter4.gif) no-repeat;
}
#twitter_tl .customScrollBox{
	position: relative;
	height: 636px;
	overflow: auto;
}

#twitter_tl .customScrollBox .container{
	position:relative;
	top:0;
	float:left;
}
#twitter_tl .customScrollBox .content{clear:both;}


#twitter_tl .dragger_container{
	position:relative;
	width:9px;
	height:135px;
	float:left;
	cursor:pointer;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	background-color: #cccccc;
}
#twitter_tl .dragger{
	position:absolute;
	width:9px;
	height:60px;
	text-align:center;
	line-height:60px;
	overflow:hidden;
	cursor:pointer;
	background-image:url(../img/bg_twitter_dragger.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	background-color: #333;
	
}

#twitter_tl .dragger_pressed{
	position:absolute;
	width:6px;
	height:60px;
	text-align:center;
	margin-left:1px;
	line-height:60px;
	color:#777;
	overflow:hidden;
	border-left:1px solid #878787;
	border-right:1px solid #333;
	cursor:pointer;
	background-image:url(../img/bg_twitter_dragger.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #666;
}
#twitter_tl .more_tweet {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#twitter {
	width: 460px;
	position: relative;
	height: 636px;
	background: #999;
}
#twitter .icon {
	z-index: 10;
	padding: 2px;
}

#twitter .icon img {
	width:36px;
	-ms-interpolation-mode: bicubic; }


#twitter .arrow {
	position: absolute;
	height: 40px;
	width: 40px;
	background-image: url(../img/bg_twitter_icon.gif);
	background-repeat: no-repeat;
	z-index: 20;
	left: 0px;
	top: 0px;
}

#twitter .arrow a {
	display:block;
	height: 40px;
	width: 40px;
	}

#twitter .click {
	position: absolute;
	height: 40px;
	width: 40px;
	background-image: url(../img/bg_twitter_icon.gif);
	background-repeat: no-repeat;
	z-index: 20;
	left: 0px;
	top: 0px;
}
#twitter .icon {
	float: left;
	height: 40px;
	width: 50px;
	position: relative;
}
#twitter .tweet .section {
	float: right;
	width: 360px;
}
#twitter .tweet {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	padding: 10px;
	width: 415px;
	overflow: hidden;
}

#twitter .tweet .name {
	font-weight:bold;
}



#twitter .tweet .time {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #999;
	font-size: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#twitter .tweet .tweet_header {
	padding-bottom:3px;
	position: relative;
	width: 360px;
}

#twitter .RT .name {
	background-image: url(../img/icon_rt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}


#twitter .RT .more_tweet {
	padding-top:10px;
}


#twitter_tl a:link,
#twitter_tl a:visited,
#twitter_tl a:hover{color:#C30;}
