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




.contents {
}

/*____________________ header ____________________*/

#header {
height: 280px;
background: url(../img/top-head-bg.jpg) no-repeat center top;
}
#top-flash {
padding: 10px 0;
}







/*____________________ service ____________________*/

#service  {
margin: 0 0 20px 0;
}


#service li {
display: block;
width: 460px; height: 73px;
}
#service li#top1 {background:url(../img/top-ban1.jpg) no-repeat;}
#service li#top2 {background:url(../img/top-ban2.jpg) no-repeat;}
#service li#top3 {background:url(../img/top-ban3.jpg) no-repeat;}
#service li#top4 {background:url(../img/top-ban4.jpg) no-repeat;}

#service li a,
#service li a:link,
#service li a:visited,
#service li a:active {
color: #000; text-decoration: none; line-height: 1;
display: block; padding: 50px 0 0 70px;
}
#service li a:hover {
color: #CC0000; text-decoration: underline;
}





/*____________________ news-topics ____________________*/


#main #news {
clear: both;
padding: 0 0;margin: 0 0 0 0;
}

#main #news h2 {
background: url(../img/title-bg.jpg) center left #056CC1;
color:#fff; font-weight: bold;
padding: 9px 7px 9px 10px; margin: 0;
font-size: 18px; line-height: 1.1;
}

#main #news .column {
border-bottom: 1px dotted #999;
padding: 10px 0 5px 0; margin: 0; clear:both;
}
#main #news .date {
color: #555;
font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.5; font-weight: bold; text-align: right;
width: 80px; float: left;
}
#main #news .topic {
float: right; width: 380px;
}

#main #news .topic p {
margin: 0 7px 7px 0;
}



