#twitter_div {
text-align : left;
width:450px;
height:50px;
overflow-y:scroll;
margin-top : 10px; /* 適宜変更推奨 */
padding : 0;
background : url("背景画像のURL") no-repeat;
float:right;
}

#twitter_div ul {
width : 400px; /* 適宜変更推奨 */
height:45px;
margin-top:0;
margin-bottom:10px;
margin-left:10px;
padding:0;
}

/* ↓ここの設定は、10px×7pxのアイコン画像を基準にした数値になっています。 */
#twitter_div li {
width:400px;
margin:3px 0;
padding : 2px 5px; /* 適宜変更推奨 */
border-bottom : solid 1px #cfcfcf; /* 適宜変更推奨 */
list-style-type:none;
}

#twitter_div li a {
font-size : 0.7em !important;
color : #666666; /* 適宜変更推奨 */
}

#twitter_div li a:hover {
color : #666666;
}

#twitter_div li span {
color:#666666; /* 適宜変更推奨 */
font-size : 0.em;
}

#twitter_div li span a {
color : #666666; /* 適宜変更推奨 */
font-size : 1em !important;
}

a#twitter-link {
font-size : 0.8em;
color : #666666; /* 適宜変更推奨 */
text-align : right;
display : block;
}

a#twitter-link:hover {
color : #666666;
}

.icon{
	width:230px;
	margin-top:20px;
	float:right;
}





.tTip {
	width: 200px;
	position: absolute;
	cursor: pointer;
	color: #666;
	font-weight: bold;
}
.tip {
	color: #333;
}
.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(theme/images/tipTop.png) no-repeat top;
}
	
.tipMid {
	background: transparent url(theme/images/tipMid.png) repeat-y;
	padding: 0 25px 20px 25px;
}
.tipBtm {
	background: transparent url(theme/images/tipBtm.png) no-repeat bottom; 
	height: 32px;
}