@charset "utf-8";
#twitter_div {
	width: 160px;
	background-image: url(../images/twitter/twt_bg01.png);
	background-repeat: no-repeat;
	margin-top: 10px;
}

#twitter_div a{
	text-decoration:none;
}

#twitter_div a:hover{
	text-decoration:underline;
}

#twitter_div ul#twitter_update_list{
	padding-top:45px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	list-style-type: none;
	padding-left: 18px;
	text-align:left;
}

#twitter_div ul#twitter_update_list li{
	padding-top:15px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height:1.2em;
}

#twitter_div #twitter_ft {
	height: 35px;
	width: 160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#twitter_div span{
	font-size:10px;

}
#twitter_div #twitter-link{
	display:block;
	text-align:right;
	padding-right:15px;
	font-size:10px;
}

