/* CSS Document */

body { font:13px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", arial, helvetica, clean, sans-serif; *font-size:small;
*font:x-small;
}

.news {
clear:both;
width:500px;
margin:1px 5px;
overflow:hidden;
background-image:url(img/news_dot.gif);
background-position:bottom;
background-repeat:repeat-x;
padding:5px 0 10px;
}



.news_new {
width:43px;
float:left;
}


.news_date {
width:63px;
float:left;
color:#B71C53;
}

.news_txt {
float:left;
width:380px;
}

.news_txt a {
color:#666;
text-decoration:none;
}

.news_txt a:hover { text-decoration:underline; }



