/* news_scroller css */
#board {font-size:100%; position:relative; width:300px; height:60px; overflow:hidden; margin:auto; margin-top:5px; z-index:1; text-align:left; font-size:100%;}

#scrollcontent {width:290px; min-height:60px; *height:60px; position:relative; overflow:hidden; margin:0 5px; border:0px; z-index:1;}
#scrollcontent .title, #scrollcontent .more {color:#265934; font-weight:bold; text-decoration:none;}
#scrollcontent a:hover {text-decoration:underline;}

#news {width:290px; min-height:60px; *height:60px; position:absolute; left:0; top:0; text-align:left; z-index:1;}
#news p {color:#265934; text-align:justify;}