body {
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #fff;
	background-color: #f58796;
}

object, embed { /* firefox下部余白対策 */
	 vertical-align: top;  
}

.clear {
	clear: both;
}


#allBg, #footer {
	min-width: 1000px;
}

/* header
------------------------------------------------------------------------------*/

#header {
	min-width: 940px;
	text-align: center;
	background-color: #fff;
	padding: 30px;
}



/* footer
------------------------------------------------------------------------------*/
#footer {
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	padding: 30px;
}
#footer a {
	color: #fff;
}

/* 
------------------------------------------------------------------------------*/
#renewal{}
#contents{}






/* /////////////////////////////////////////////////////////////////////////////
	-768px [tablet-size]
///////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 768px){
	#allBg, #all {
		min-width: 100%;
		width: 100%;
	}
	#header, #footer {
		min-width: 98%;
		width: 98%;
	}
	#header, #footer {
		padding: 30px 1%;
	}
	#header img {
		width: 70%;
	}
}



/* /////////////////////////////////////////////////////////////////////////////
	-480px [sp-size]
///////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 480px){
	#header img {
		width: 90%;
	}
}