@charset "utf-8";
/* CSS Document */

@import url( style-02.css );

/* =================================
 * TOP
 * ================================= */
#top {
background: url(temp/bg_top_02.gif) repeat-x 0 0;
border: none;
height: 32px;
line-height: 32px;
}
#top li {
padding: 0 6px 0 2px;
* padding: 0 0 0 5px;
}
#top ol {
float: right;
list-style: none;
margin: 0;
padding: 0;
position: relative;
top: auto !important;
top: 0px;
}


/* =================================
 * NAVBAR
 * ================================= */
#navbar li {
height: 20px;
}
#navbar a {
display: block;
height: 100%;
* height: auto;
padding: 0 9px 0 10px;
padding-top: 2px !important;
* padding-top: 1px !important;
padding-top: 0;
}
#navbar a span {
float: left;
font-weight: bold;
height: 20px;
* line-height: 20px;
padding: 0 0 0 10px;
text-decoration: none;
}


/* =================================
 * FOOTER
 * ================================= */
#footer p img {
height: auto;
width: auto;
}
#footer ul {
margin-bottom: 10px;
}
#footer ul li {
border-bottom: #ccc solid 1px;
padding: 5px 0;
}
