@charset "UTF-8";
/* @media handheld, all and (max-width:580px){ */
/* override layout.css */

html,body{

}
div#container{
width: auto;
background: #000;
}
div#header{
width: auto;
}
#contentWrap{
width: auto;
}
#content{
width: auto;
margin: 0;
padding: 0;
}
#content #mainArea{
float: none;
width: auto;
padding: 0;
}
#content #mainArea .mainAreaInner{
width: auto;
margin-left: 0;
padding: 0 10px 10px;
}

#content #side{
float: none;
width: auto;
padding: 20px 0;
background: url(/ex/ar_searcher/common/images/bg_square.png) repeat 0 0;
}

#footerWrap{
background: #BFBFBF;
}
#footerWrap #footer{
width: auto;
padding: 15px 10px 10px;
}