@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.google.com/search"),

               /* Add your language if this style don't work. */

/* template */ /* url-prefix("http://www.google./search"), */

               url-prefix("http://www.google.co.jp/search") /* example */
{

    /*****LINKS*****/
    .l
    {
        color: #003300 !important;
    }
    .l:visited
    {
        color: #993300 !important;
    }
    a:before
    {
        display: none !important;
    }
    .std a
    {
        color      : #000000 !important;
        background : #FFFF66 !important;
        padding    : 3px     !important;
    }
    /*****HEAD*****/
    #sft
    {
        background: #fff             !important;
        border    : 1px solid #000   !important;
    }
    /*****BODY*****/
    body
    {
        background: #eee5de !important;
    }
    #ssb
    {
        background: #CCCCFF !important;
    }
    .g
    {
        background      : #eee             !important; 
        border-top      : 1px solid #000   !important;
        border-right    : 2px solid #222   !important; 
        border-bottom   : 3px solid #222   !important; 
        border-left     : 1px solid #000   !important;
        padding         : 10px             !important;  
    }
    .s
    {
        min-width: 700px !important;
    }
    
    /*****ADKILL*****/
    #mbEnd,
    #tads,
    .s>.gl,
    .s>.slk
    {
        display: none !important;
    }

    /*****GMscripts*****/

    /* Comment out if you not use greasemonkey */

    /*****LDRize*****/
    [class="g gm_ldrize_odd"]
    {
        background           : #eee             !important; 
        border-top           : 1px solid #000   !important;
        border-right         : 2px solid #222   !important; 
        border-bottom        : 3px solid #222   !important; 
        border-left          : 1px solid #000   !important;  
        padding              : 8px              !important; 
    }
    [class="g gm_ldrize_even"]
    {
        background           : #ddd             !important; 
        border-top           : 1px solid #000   !important;
        border-right         : 2px solid #222   !important; 
        border-bottom        : 3px solid #222   !important; 
        border-left          : 1px solid #000   !important;  
        padding              : 8px              !important; 
    }
    /*****Google Thumbnails*****/
    .gms_gthumbnail
    {
        margin: 10px !important;
    }

    /*****End GMscripts*****/

}