@charset "utf-8";
/* CSS Document */
#mynews_title{ border:#FFCFCE solid 1px; background:#FFF0F0; font-size:15px; font-weight:bold; padding:10px; color:#2F63A2; margin-bottom:25px;}
#mynews_title .ndate{ font-size:12px; font-weight:normal; color:#930;}

#mynews{ margin-bottom:20px;width:800px;}
#mynews .thTitle{ background:#666; color:#FFF; font-weight:bold; font-size:13px; padding:5px 3px 5px 3px; margin-bottom:1px;}
#mynews .thTitle1{ display:inline-block; width:80px;}
#mynews .thTitle2{ display:inline-block; width:80px;}
#newsli{ width:800px; font-size:13px; FONT-FAMILY: "Arial", "MingLiU", "PMingLiU";}
#newsli .ndate{display:inline-block; width:80px; color:#990; font-size:11px;}
#newsli UL{ list-style-type:none}
#newsli UL LI {background:url(../images/dot-underline.png) bottom left repeat-x;}
#newsli UL LI a{ display:block; color:#666; text-decoration:none; padding:3px; width:794px;}
#newsli UL LI a:hover{ background:#e8e8e8; color:#112222; width:794px;}

