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


body {

	margin: 0px;
	padding: 0px;
	border-style: none;
	text-align: center;

	color: #111;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}



/*-------------right--------------*/
#right {
	float: left;
	width: 740px;
}





/*-------------footer--------------*/
#footer {
	padding: 0px;
	height: 138px;
	clear: both;
	text-align: center;
	text-decoration: none;
	background-repeat: repeat-x;
	background-image: url(../img/footer_bg.jpg);
	background-position: center bottom;
	width: 100%;
	bottom: 0px;
	position: relative;
	margin-top: auto;/*これを入れると下*/
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pagetop {
	width: 105px;
	margin-right: 1px;
	margin-bottom: 0px;
	height: 23px;
	background-image: url(../img/pagetop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	margin-top: 0px;
	margin-left: 0px;
}







#footer2 {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#foologo {
	font-size: 16px;
	color: #FFFFFF;
	clear: both;
	padding-top: 6px;
	font-family: "メイリオ", Meiryo, verdana, arial;
	margin-top: 23px;
}

#copyright {
	color: #666666;
	padding-top: 70px;
	font-size: 11px;
	text-align: center;
	clear: both;
	font-family: "ＭＳ Ｐゴシック";
	
}
