@charset "shift_jis";





#mainfooter {
	color: #ffffff;
	background:-webkit-gradient(
	linear, left top, left bottom, 
	from(#a8ea62),
	color-stop(0.50, #aded2f),
	color-stop(0.50, #aded2f),
	color-stop(0.69, #aded2f),
	to(#aded2f));
	background:-webkit-gradient(
	linear, left top, left bottom, 
	from(#a8ea62),
	to(#aded2f));
	font-size: 9px;
	text-align: center;
	clear: both;
	width: 100%;
	padding: 13px 0px 10px;
	-webkit-box-shadow: 0px -2px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px -2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0px -2px 2px rgba(0, 0, 0, .2);

}

#mainfooter a {
	color: #ffffff;
	text-decoration: none;
	padding: 8px 1px;
}

#mainfooter a:hover {
	text-decoration: underline;
}

#mainfooter p {
	padding: 0px 20px 5px;
}

#designby {
	background : #aded2f;
	color: #999999;
	text-align: right;
	font-size: 6px;
	margin: 0px;
	padding: 3px;
}

#designby a {
	color: #999999;
	text-decoration: none;
}
