/*
#########################
フッター用
#########################
*/

#footer-area, #footer1, #footer2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
}

#footer-area {
	background-color: #FFFFFF;
	font-size: 100%;
	border-collapse: collapse;
}

#footer1 {
	min-height: 30px;
	bottom: 30px;
	background-color: #CCCCFF;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

#footer1 .link {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
}

#footer2 {
	min-height: 30px;
	background-color: #CCFFCC;
	border-bottom: solid 1px #CCCCCC;
}

#footer2 .copyright {
	text-align: center;
}