@charset "euc-jp";

/**********************************************
¤ªÃÎ¤é¤»
***********************************************/

#news {
clear:both;
background: #fff;
border-top:2px solid #7ea5c2;
padding:10px 20px 15px;
}

#news_inner {
text-align:left;
}

#news .title {
margin-bottom:10px;
}

#news dl {
margin:5px 0 0;
}

#news dt {
width: 80px;
float: left;
}

#news .dd {
padding-left: 80px;
}

#news a {
text-decoration:underline;
}

#news a:hover {
text-decoration:none;
}


