@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 ! File name:      footer.css
 ! Style Info:     フッター
----------------------------------------------------------- */

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
.pagetop {
	width: 950px;
	background-color: #fff;
	clear: both;
	text-align: center;
}



#footer {
	margin-top: 10px;
	border-top: 1px solid #e5e5e5;
}
#footer ul {
	margin:0px auto 10px;
	border-bottom: 1px solid #000000;
	overflow:hidden;
	width:950px;
	text-align:center;
	padding:8px 0;
}
#footer ul li {
	display:inline;
}
#footer ul li span{
	display:inline;
	padding:0 10px;
}

#footer ul li a{
	color:#888888;
	text-decoration:none;
}

#footer ul li a:hover{
	color:#000;
	text-decoration:underline;
}
#footer #jpsite {
	float: left;
	font-size:90%;
	line-height:130%;
	color:#888;
	width:400px;
	padding-bottom: 20px;
}
* html #footer #jpsite {
	padding-bottom: 10px;
}
#footer #jpsite span {
	padding-left:3.4em;
}
#footer #jpsite a:link,
#footer #jpsite a:visited {
	color:#888;
	text-decoration:none;
}
#footer #jpsite a:hover {
	color:#000;
	text-decoration:underline;
}
#footer #copy {
	float: right;
	text-align:right;
	font-size:90%;
	color:#717171;
	width:400px;
}
