@charset "utf-8";
/*------------------------------*/
/* 基本仕様 */
body {

	/* 複数同時設定 */
	background-image:url('/image/manufacturing/top_bg_right.jpg'),url('/image/manufacturing/top_bg_left.jpg');
	background-repeat: no-repeat,no-repeat;
	background-attachment: fixed,fixed;
	background-position: right bottom,left top;
	background-size:auto 70%,auto 70%;
	background-attachment: fixed,fixed;

}

/*------------------------------*/
