@charset "UTF-8";
/* CSS Document */

#header {
background: url(../img/header.jpg) no-repeat center top;
}


#footer {
background: url(../img/foot-bg.jpg) center top no-repeat;
}

#topagetop a,
#topagetop a:link,
#topagetop a:visited,
#topagetop a:active {
background: url(../img/icon-ue.gif) no-repeat center right;
}
#topagetop a:hover {
background: url(../../img/icon-ue-on.gif) no-repeat center right; color:#990000;
}

#navi #menu ul li a,
#navi #menu ul li a:link,
#navi #menu ul li a:visited,
#navi #menu ul li a:active {
background: url(../img/navi-bul.jpg) no-repeat;
}

#navi #menu ul li a:hover {
background: url(../../img/navi-bul-ov.jpg) no-repeat; color:#990000;
}



/*____________________ top ____________________*/

#lead h2 {
margin: 0 0 20px 0;
}


#top-image {
padding: 0 0 15px 0; width: 220px; text-align: right;
}



/*____________________ data ____________________*/

#main table.data td,
#main table.data th {
padding: 7px 2px; font-size: 12px; text-align: center; line-height: 1.2;
}



