@charset "utf-8";
/* CSS Document */



.clear {
	clear:both;
	}

.imgBlock {
	display:block;
	}


/* layout */


#footerNavi {
	float:left;
	width:740px;
	color:#339900;
	font-size:90%;
	padding:0 0 5px 0;
	}

#footerNavi a {
	color:#333333;
	text-decoration:none;
	}

#footerNavi a:hover {
	color:#369900;
	}

#pagetop {
	float:right;
	width:90px;
	}

#footer {
	background:#ececec;
	padding:20px 0;
	clear:both;
	font-size:90%;
	}

#footer div {
	width:840px;
	margin:0 auto;
	}

#footer div span {
	color:#2d7c02;
	}

#copyright {
	background:url(../img/bg_copyright.gif) top left repeat-x #ff9e2b;
	text-align:center;
	color:#FFFFFF;
	font-size:85%;
	line-height:20px;
	}

#footerNaviBox {
	width:840px;
	margin:0 auto;
	}

