#twitter_div {
 text-align : left;
 margin : 5px 0; /* 適宜変更推奨 */
padding : 5px 5px;
 background : url("") no-repeat;
 }
 
#twitter_div h2 {
 font-size : 1em;
 color : #ffffff;
 text-align : left;
 margin : 5px 0;
 }
 
#twitter_div ul {
 width : 550px; /* 適宜変更推奨 */
 }
 
/* ↓ここの設定は、10px×7pxのアイコン画像を基準にした数値になっています。 */
 #twitter_div li {
 padding : 2px 5px 5px 20px; /* 適宜変更推奨 */
background-image : url("各POSTの左側に表示させるアイコン画像のURL");
 background-repeat : no-repeat;
 background-position : 5px 8px; /* 適宜変更推奨 */
border-bottom : dotted 1px #6e6055; /* 適宜変更推奨 */
 }
 
#twitter_div li a {
 font-size : 1em !important;
 color : #FFE4E1; /* 適宜変更推奨 */
 }
 
#twitter_div li a:hover {
 color : #FFE4E1;
 }
 
#twitter_div li span {
 color : #FFE4E1; /* 適宜変更推奨 */
font-size : 1em;
 }
 
#twitter_div li span a {
 color : #FFE4E1; /* 適宜変更推奨 */
font-size : 1em !important;
 }
 
a#twitter-link {
 font-size : 1em;
 color : #ffffff; /* 適宜変更推奨 */
text-align : right;
 display : block;
 }
 
a#twitter-link:hover {
 color : #FFE4E1;
 }