@charset "utf-8";

/* bodyの指定 */
/************************************************************************************************************/
*{box-sizing: border-box;}
body{
/*	display:none;*/
	position: relative;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	background-image: url("body_bg.png");
	background-image: url("../cpebox/body_bg.png");
}

/* body_bgの指定(BOXで加工) */
/************************************************************************************************************/
.body_bg {position: relative;width: 100%;margin:0 auto;text-align: center;}

#wrapper {
	margin: 0px;
	border:none;
	border-radius:0px;
	box-shadow: none;
}

/* headerの指定 */
/************************************************************************************************************/
#header{
	padding-bottom:12px;padding-top:12px;
	width: 100%;
	background:#fff;
	}


/* footerの指定 */
/************************************************************************************************************/
#footer {background-color:#eee;background-image:url("footer_bg.png");background-repeat: repeat-x;}
#footer {background-image:url("../cpebox/footer_bg.png");}