@charset "Shift_JIS";
/* CSS Document */

/*---フッタ指定---*/
#footer {
	clear:both;
	width:800px;
  margin-left:0px;
  padding:15px 0 20px 0;}
#footer p {
	text-align:center;
	font-size:70%;
	line-height:1.5em;}

/*---フッタナビ指定---*/
#backpage,
#nextpage {
	width:50px;
	height:14px;}
#backpage {
	float:left;
	margin:-10px 0 0 20px;
	display:inline;}/*for ie6*/
#nextpage {
	float:right;
	margin:-10px 20px 0 0;
	display:inline;}/*for ie6*/
#backpage a,
#nextpage a {
	display:block;
	width:50px;
	height:14px;
	text-indent:-9999px;}
#backpage {
	background:url(../images/common/back_on.gif) no-repeat top left;}
#backpage a {
	background:url(../images/common/back_off.gif) no-repeat top left;}
#backpage a:hover {
	background-image:none!important;}
#nextpage {
	background:url(../images/common/next_on.gif) no-repeat top left;}
#nextpage a {
	background:url(../images/common/next_off.gif) no-repeat top left;}
#nextpage a:hover {
	background-image:none!important;}