@charset "UTF-8";

/*=========================================================================
   layout.css　
=========================================================================*/
html, body {
 width:100%;
}

#contentWap {
 clear:both;
 width:100%;
 background:url(../image/tophed_wrp_bg.jpg) 0 0 repeat-x #F6F6F6;
}

#contentWapInner {
 width:100%;
 background:url(../image/tophed_bg.jpg) center 0 no-repeat;
}

#content {
 width:950px;
}

