

/*! ヘッダー・フッター関連 */

html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 50px;
}

#momocrete{
	min-height: 100%;
	height: auto;
	margin: 0 auto -50px;
	padding: 0 0 50px;
}

.headbox{
	width: 100%;
	background-color:#ec7aac;
}

.footbox{
	background-color:#ec7aac;
	color:#ffffff;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
}


/*! マージン関連 */

.tpm10{
	margin-top:10px;
}

.tpm5{
	margin-top:5px;
}

.btm10{
	margin-bottom:10px;
}

.btm5{
	margin-bottom:5px;
}

