/* CSS Document */



#twitter_div {
color: #736357;
height: 350px;
text-align : left;
margin-bottom: 10px;
padding : 0px 25px 0px  25px;
background : url("背景画像のURL") no-repeat;
overflow:hidden;
}

.sidebar-title{
	width:360x;
	}
	

#twitter_div h2 {
padding: 5px 5px 3px 7px;
font-size : 0.8em;
color : #ffffff;
text-align : left;
margin : 5px 0;
background:#511113;
}

#twitter_div ul {
width : 380px;
}

/* ↓ここの設定は、10px×7pxのアイコン画像を基準にした数値になっています。 */
#twitter_div li {
padding : 10px 0 10px 1px; /* 適宜変更推奨 */
background-image:url("背景画像のURL");
background-repeat : no-repeat;
background-position : 5px 8px; /* 適宜変更推奨 */
border-bottom : dotted 1px #736357; /* 適宜変更推奨 */
}

#twitter_div li a {
font-size : 0.9em !important;
color : #22B573; /* 適宜変更推奨 */
}

#twitter_div li a:hover {
color : #22B573;
}

/* 本文 */
#twitter_div li span {
line-height: 1.3em;
color : #736357; /* 適宜変更推奨 */
font-size : 0.9em;
}

#twitter_div li span a {
color : #cc0000; /* 適宜変更推奨 */
font-size : 1em !important;

}

a#twitter-link {
font-size : 0.9em;
color : #22B573; /* 適宜変更推奨 */
text-align : right;
display : block;
}

a#twitter-link:hover {
color : #22B573;
}




/* twitterウィジット */

#twitter_w{
color:#736357;
padding-bottom: 10px;
}