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

#contentBox{ padding:13px 0 0 0; }

#newsList{ width:680px; min-height:500px; margin:0 auto;}
#newsList dl{ width:680px; overflow:hidden; }
#newsList dl dt{ width:88px; margin:0 -590px 0 0; padding:18px 0 6px 2px; float:left; clear:both; line-height:120%;}
#newsList dl dd{ width:590px; padding:17px 0 9px 90px; border-bottom:1px dotted #CCC; float:left; overflow:hidden;}
#newsList dl dd img{ margin:0 15px 0 0; float:left;}
#newsList dl dd a{ max-width:506px; display:inline-block; line-height:140%; float:left;}
#newsList dl dd a:hover{ color:#969788; text-decoration:none; }

#pageNavi{ margin:30px 0 0 0; padding:11px 30px 12px 30px; border-top:1px solid #DDDDDD; overflow:hidden; }
ul#pageNum{ width:498px; height:25px; padding:0 20px; text-align:center; float:left; overflow:hidden; line-height:13px;}
ul#pageNum li{ display:inline-block; /display: inline; /zoom: 1;}
ul#pageNum li a{ display:inline-block; margin:0 5px 0 0; padding:5px 5px 4px 5px; border:1px solid #D8D8D8; color:#575747;}
ul#pageNum li a:hover{ color:#999; }
ul#pageNum li span{ display:inline-block; margin:0 5px 0 0; padding:5px 5px 4px 5px; background:#575747; border:1px solid #575747; color:#FFF; }

ul#pageLinkNext{ width:61px; height:25px; float:right;}
ul#pageLinkNext li a{ width:61px; height:25px; display:block; background:url(../../news/img/btn_next_off.gif); margin:0; padding:0;}
ul#pageLinkNext li a:hover{ background:url(../../news/img/btn_next_on.gif)}
ul#pageLinkPrev{ width:61px; height:25px; float:left;}
ul#pageLinkPrev li a{ width:61px; height:25px; display:block; background:url(../../news/img/btn_prev_off.gif); margin:0; padding:0;}
ul#pageLinkPrev li a:hover{ background:url(../../news/img/btn_next_on.gif)}

#newsDetail{ min-height:500px; padding:17px 30px 0 30px; }
#newsDetail h3{ margin:20px 0 40px 0; font-size:20px; color:#575746; }
#icon{ width:69px; float:left; }
#detailRight{ width:580px; float:right; }
#detailRight a{ text-decoration:underline;}
#detailRight a:hover{ text-decoration:none;}
#date{ font-size:14px; font-weight:bold; line-height:150%; }


/* table style
**********************************************************************/
#detailRight table{ background:#D7D7D4; font-size:12px; line-height:130%;}
#detailRight table th{ background:#F7F7F7; padding:8px 10px; font-weight:normal; }
#detailRight table td{ background:#FFF; padding:8px 10px; }