@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;
}