@charset "utf-8";
@import "/shared/css/common.css";
@import "/shared/css/font.css";

body { 
    margin:  0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
    color: #999999;
}

hr
{ 
    height: 1px;
    width: 97%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #999999;
}