﻿h1 {
	color : #505055;
	border-bottom : 2px dotted #ffafaf;
	font-size :12pt;
	width: 300px;
}
#tweet {
	width :350px;
	height:280px;
　　overflow: auto;
	border:1px solid gray;
	background-color:#fff;
	font-size: 9pt;
	font-color:#ffffff;	
	line-height:120%;
/*	overflow:scroll;*/
    overflow:auto;

}
#tweet ul {
	margin:0px;
}
#tweet li {
	margin-bottom:10px;
	padding:0px;
	font-color:#ffffff;		
}
