@charset "utf-8";


/********************要素消去*******************/

html {
	background-image: none;
	}

body {
	background-image: none;
	}

body#page_home {	
	background-image: none;
	}
	

/********************要素追加*******************/

#header {
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	}

#footer {
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}

#header #page_home {
	background-image: url(../img/bg_body_top.jpg);
	background-repeat: repeat-x;
	}

/********************要素変更*******************/

#main_navi {
	width: 790px;
	}


#foot_left {
	float: none;
	}

#copyright {
	float: none;
	text-align: right;
	}