@charset "utf-8";
/* ----------------------------------------

	 センター寄せ CSS 

---------------------------------------- */

body {
			margin: 0 auto;
			width: 932px;
			background: #EEEEEE url(/common-top/images/background3.gif) repeat-y top center;
			text-align: center;
}
		
#container {
			margin: 0 auto;
			width: 930px;
			background: #fff;
			border-left:1px solid #6E5A50;
			border-right:1px solid #6E5A50;
			width: 930px;

}
/* ----------------------------------------
* html #container { height:100%; } 
*:first-child+html #container { height:100%; }
---------------------------------------- */


#wrap{
text-align:left;
}