@charset "utf-8";
/*--テーブル関係の設定--*/
table,tr,td {line-height: 120%;border-collapse: collapse; }
 td{text-align: center; padding:3px;}
#news {
width: 580px;
height: 120px;
font-size: 12px;
font-weight: bold;
color: #666666;
line-height: 120%;
border-style: double;
border-color: #ff6633;
margin: 1px;
padding: 2px;
text-align: left;
overflow: scroll;
scrollbar-base-color:#ff6633;
}

