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

#privacytitle{
    background-color :#E7EEF5;
    height :25px;
    text-align :left;
    color :#7D7D7D;
    padding-left:10px;
    margin-top :10px;
    margin-bottom :10px;
}

#privacytitle h2{
    color :#11498B;
    font-size :13px;
    padding-top :2px;
}

.box{
    background-color :#F1FAF7;
    padding :10px;
    border :1px solid #D3E4DD;
}
.box strong{
    font-weight :bold;
    color :#2AAA79;
}






