<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

div#bg_wrapper{
    background: url(../images/bg_blue.jpg) center no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#slide_menu ul li{
    /*color_id*/
    border-bottom: solid 1px #006baf;
}</pre></body></html>