/* コンテンツ内レイアウト調整
--------------------------------------------- */ 
#attention {
	margin:0px;
}
.header {
	margin-left:0px;
}
*html .header {
	margin-left:0px !important;
	padding-left:0px !important;
}
/*header*/

/*footer*/
#res_footer #res_footer_utilitylinks ul li a {
	font-size: 100% !important;	
}

/* header,footer用マージン
--------------------------------------------- */
div#wholeHeaderPane {
	margin:0 auto 20px;/*20pxはヘッダー下の空き設定*/
}
div#res_footer {
	margin:20px auto 0px ;/*20pxはフッタ上の空き(元は0)*/
}