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

* {
padding: 0px;
margin: 0px;
}

body {
background: url(../img/bg_head.jpg) repeat-x;
}

li {
list-style: none;
}

#wrap {
padding: 0px 0px 0px 20px;
position: relative;
}

#header {
height: 85px;
}

h2 {
height: 25px;
padding: 5px 0px 0px 28px;
margin: 30px 0px 10px 0px;
background: url(../img/title_h2.jpg) no-repeat;
font-size: 14px;
color: #333333; 
}

.Tree {
margin: 0px 0px 0px 10px;
}

.Tree * {
font-size: 12px;
}

.footer {
margin: 20px 0px 0px 0px;
}

#footer {
width: 620px;
height: 94px;
margin: 80px 0px 35px 0px;
padding: 25px 0px 0px 30px;
background:  url(../img/bg_footer.jpg) no-repeat;
color: #666666;
font-size: 12px;
}

#footer p {
margin: 0px 0px 10px 0px;
}

#footer a {
padding: 0px 0px 0px 20px;
background:  url(../img/ic_01.jpg) no-repeat 0px 0px;
color: #538C0D;
font-size: 12px;
}

