@charset "UTF-8";
/* CSS Document */

.newsbox {
height:100%;
padding-bottom:25px;
border-bottom:1px solid #CCCCCC;
margin-bottom:5px;
position:relative;
}
.newsbox h4 {
color:#262626;
font-size:12px;
font-weight:normal;
left:65px;
position:absolute;
top:20px;
}
.newsbox dt {
float:left;
width:60px;
height:60px;
margin-right:5px;
}
.newsbox .type {
font-weight:bold;
height:25px;
line-height:25px;
}
.newsbox .com {
height:35px;
line-height:100%;
padding-left:75px;
}
.newsbox .fnon {
float:none;
}
.newsbox p {
float:left;
}
.eventtxt {
margin:20px 0 0 65px;
}