<!--
@charaset: Shift-jis;


.twitter-timeline {
min-width: 170px!important;

}


#twitter_ticker .twtr-doc {
	border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	background-color: transparent !important;
}


/* ツイート区切り線 */
#twitter_ticker .twtr-tweet {
    border-bottom: 1px dotted #6699CC !important;
    overflow: hidden;
}

/* 内側ツイート表示部分 */
#twitter_ticker .twtr-bd {
/*	border: 1px solid #FFFF00;*/
	background-color: transparent !important;
  scrollbar-face-color: #ccccff;       /* 表面の色 */
  scrollbar-3dlight-color: #0000ff;    /* 左端と上端の色 */
  scrollbar-highlight-color: #ccccff;  /* ハイライトの色 */
  scrollbar-shadow-color: #ccccff;     /* 影の色 */
  scrollbar-darkshadow-color: #0000ff; /* 右端と下端 */
  scrollbar-arrow-color: #0000ff;      /* 矢印の色 */
  scrollbar-track-color: #ccccff;      /* バーの背景の色 */
	
}
#twitter_ticker .twtr-timeline {
	border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
}


/* ヘッダプロフィール部分 */
#twitter_ticker .twtr-widget-profile img.twtr-profile-img {
	border: 1px solid #000000 !important;
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	background-color: transparent !important;
}


#twitter_ticker .twtr-widget-profile h3, #twitter_ticker .twtr-widget-profile h4 {
	margin: 0 0 3px 40px !important;
	background-color: transparent !important;
}

#twitter_ticker .twtr-widget h4 {
	background-color: transparent !important;
	font-size: 14px !important;
	font-weight: bold; 
}


/* ウィジェット背景 */
#twitter_ticker #twtr-widget-1 .twtr-doc {
	background-color: transparent !important;
}


/*
#twitter_ticker #twtr-widget-1 h3, #twitter_ticker #twtr-widget-1 h4, #twtr-widget-1 .twtr-hd a {
	text-decoration: none !important;
}
*/

.twtr-hd {display:none;}
.twtr-ft {display:none;} 

-->