@charset "UTF-8";
/* @media handheld, all and (max-width:580px){ */
/* override layout.css */

html,body{
color: #111;
background: #000 url(/ex/b2w2/common/images/bg_cont_wht.png) repeat 0 0;
}
div#container{
width: auto;
background: none;
}
#headerWrap{
background: none;
height: 78px;
margin: 0;
}
div#header{
width: auto;
height: 78px;
margin: 0 auto;
background: #000 url(/ex/b2w2/common/images/bg_sml_header.png) no-repeat 50% 0;
}
#contentWrap{
width: auto;
margin: 0 auto;
padding: 0 0 20px;
}
#mainArea{
float: none;
width: auto;
}
#side{
float: none;
width: auto;
padding: 0;
display: block;
color: #111;
}

#mainArea #content{
width: auto;
margin: 0 auto;
}

#footerWrap{
width: auto;
min-height: inherit;
background: url(/ex/b2w2/common/images/bg_cont_blk.png) repeat 0 30px;
}
#footerWrap #footer{
position: static;
width: auto;
margin: 0 10px;
padding: 20px 0;
color: #FFF;
text-align: left;
}