@charset "UTF-8";

/*http://adp.daa.jp/archives/000690.html*/

/*背景画像を非表示*/

#header, #container {
    background:none !important;
}
html>/**/body #header, #container {
	background:none　!important;
}

/*全体の設定*/

body { 
	width: 100% !important;
    margin: 0;
    padding: 0 !important;
	background:none !important;
	zoom: 90%
}

head+body {
    width: 100% !important;
    margin: 0 auto !important;
	padding: 0 !important;
	zoom: 90%
}

#menu, #toiawase {
	width:100% !important;
	zoom: 99%
}


/*非表示*/

#footer { display:none }
