@charset "utf-8";
/* ==================================================================
CSS information
style info :news�y�[�W�p
================================================================== */



/* --------------------------------------------------------
#news
-------------------------------------------------------- */
#news {
    width:100%;
    text-align:left;
    font-size:93%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
}

#news li{
padding-bottom:10px;
margin-bottom:10px;
border-bottom:1px dotted #aaa;
font-size:93%;
}

#news dt{ float:left; width:145px; vertical-align:top;}
#news dt img{ position:relative; top:.2em; margin-left:10px; }
#news dd{
padding-left:145px;
line-height:1.41;
}
#news dd a{ color:#ea3d9e; text-decoration:none;}
#news dd a:hover{ text-decoration:underline;}


