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