@CHARSET "UTF-8";


/*******************************************************************************

    layout

*******************************************************************************/
#header
{
}

#header .header_background
{
    width: 100%;
    
    background: url("../../images/style/header.jpg") repeat-x left top;
}

#header .header_wrapper
{
    min-width: 900px;
    
    background: url("../../images/style/header.jpg") repeat-x left top;
}

#header .header_image_background
{
    width: 100%;
}

#header .header_image_wrapper
{
    width: 900px;
    min-height: 80px;
    
    margin: 0px auto 0px auto;
    
    position: relative;
}

/*============================================================================*/
#header .dt_headerBox
{
}

#header .dt_headerBox_custom
{
}


/*******************************************************************************

    text

*******************************************************************************/
#header #header_text
{
    padding: 30px 0px 0px 20px;
    font-size: 20px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

#header #header_text a
{
    color: rgb(0, 0, 0);
    
    cursor: pointer;
}


/*******************************************************************************

    image

*******************************************************************************/
#header #header_image
{
    padding: 30px 0px 0px 20px;
}

#header #header_image a
{
    cursor: pointer;
}
