#twitter_div {
	text-align : left;
	width: 230px;
	padding-top: 30px;
	background-image: url(../img/top_tp_twitter.jpg);
	background-repeat: no-repeat;
}

#twitter_div h2 {
font-size : 1em;
color : #666666;
text-align : left;
margin : 5px 0;
}

#twitter_div ul {
	width : 230px; /* 適宜変更推奨 */
	background-image: url(../img/tp_twitter_bg.gif);
}

#twitter_update_list p{
	color:#666666;
}

/* ↓ここの設定は、10px×7pxのアイコン画像を基準にした数値になっています。 */
#twitter_div li {
list-style:none;
padding : 5px 8px 2px 8px; /* 適宜変更推奨 */
background-image : url("各POSTの左側に表示させるアイコン画像のURL");
background-repeat : no-repeat;
background-position : 5px 8px; /* 適宜変更推奨 */
border-bottom : dotted 1px #6e6055; /* 適宜変更推奨 */
margin:5px 0 0 0;
}

#twitter_div li a {
font-family:Arial, Helvetica, sans-serif;
font-size : 10px !important;
	color:#0066CC; /* 適宜変更推奨 */
}

#twitter_div li a:hover {
	color:#006699;
}

#twitter_div li span {
color : #777777; /* 適宜変更推奨 */
font-size : 95%;
line-height:180%;
margin:5px 0;
}

#twitter_div li span a {
font-family:Arial, Helvetica, sans-serif;
color : #006699; /* 適宜変更推奨 */
font-size : 1em !important;
}

a#twitter-link {
	font-size :13px;
	color : #006699; /* 適宜変更推奨 */
	text-align : right;
	display : block;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
}

a#twitter-link:hover {
color : #006699;
}

