@charset "utf-8";

/*------------------------------------------------------------
  common.css INDEX
  01.html, body
  02.container
------------------------------------------------------------ */


/*------------------------------------------------------------
  01.body
------------------------------------------------------------ */
body {
	background:url(../img/bg.gif) 0 0;
	text-align:center;
}

/*------------------------------------------------------------
  02.container
------------------------------------------------------------ */
#container {
	margin:0 auto;
	width:1200px;
	background:url(../img/bg_container.png) repeat-y center 0;
	text-align:center;
}