﻿@charaset "UTF-8";


/********************************************/
/* Area of body                             */
/********************************************/
body {
background: #fff;
}
#wrapper {
background: #fff;
}



/********************************************/
/* Area of header                           */
/********************************************/
#header {
background: url('../images/common/bg_header.gif') repeat-x #fff;
}



/********************************************/
/* Area of navigation                       */
/********************************************/
#navigation {
background:url('../images/common/bg_navigation_print.gif') repeat-x;
}



/********************************************/
/* Area of contents                         */
/********************************************/
#contents p.page_top {
margin: 0;
height: 0;
overflow: hidden;
display: none;
background: #fff;
}



/********************************************/
/* Area of footer                           */
/********************************************/
#footer {
background: #fff;
}
#footer_body {
background: url('../images/common/bg_footer.gif') repeat-x #fff;
padding: 15px 0 5px 0;
}






