@charset "utf-8";
/* CSS Document */


body {
	background-color: #FAE8E4;
}

#header {
	background-color: #DD6346;
}

/* top main */

#main .cbox .contents {
	background-color: #FCF6F4;
	border: 2px solid #FFFFFF;
}


/* footer */
footer {
	background-color: #DD6346;
}
footer .copyright {
	color: #FFFFFF;
}
@media(min-width:768px) {
footer .copyright {
	color: #FFFFFF;
}
}


