body {
	font-size: small;
	background-position: center 41px;
}


#all {
	clear: both;
}

/* 白背景
------------------------------ */
#ifHeader-white {
	height: 40px;
	padding: 0 10px;
	border-bottom: solid 1px #ccc;
	background-color: #FFF;
}
#ifHeader-white img {
	float: left;
}
#ifHeader-white #logo {
	float: right;
}
#ifFooter-white {
	text-align: center;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#ifFooter-white img {
	padding: 8px 0 0 0;
}
#ifFooter-white a {
	color: #000;
}




/* 黒背景
------------------------------ */
#ifHeader-black {
	height: 40px;
	padding: 0 10px;
	border-bottom: solid 1px #ccc;
	background-color: #000;
}
#ifHeader-black img {
	float: left;
}
#ifHeader-black #logo {
	float: right;
}
#ifFooter-black {
	text-align: center;
	padding: 5px 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-color: #000;
}
#ifFooter-black img {
	padding: 8px 0 0 0;
}
#ifFooter-black a {
	color: #fff;
}
