/*========================================

	moppy
	
=========================================*/

/*common*/

html body {
	width: 100%;
	height: 100%;
	background-color:#fff;
}

#wrapper {
	background:url(../img/moppy_bg01.jpg) repeat-x top;
	width: 100%;
	height: 100%;
}

#header, #contents, #footer {
	width:1280px;
	margin: 0 auto; 
}

.fl_l {
	float: left;
}
.fl_r {
	float: right;
}
.al_c {
	text-align: center;
}
.rght_txt {
	color:#663333;
	margin-top: 35px;
	font-size: 80%;
	line-height: 1.4;
}
.lnk_pt {
	margin: -20px 0 50px 1080px;
}

#footer {
	clear: both;
	background:url(../img/moppy_bg02.gif) no-repeat top;
}
