@charset "UTF-8";

/* ~~ フッター ~~ */
#footer {
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	width: 974px;
	background-image: url(../images/footer/bg-footer.png);
}
.site-name {
	float: left;
	padding-right: 20px;
	padding-left: 10px;
}
.page-list {
	float: left;
	font-size: 80%;
	width: 70%;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.page-list li {
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.page-list li a, .page-list li a:link, .page-list li a:visited {
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
.page-list li a:hover, .page-list li a:active, .page-list li a:focus {
	color: #F00;
}

.company-name {
	font-size: 14px;
	float: left;
}
.company-address {
	font-size: 80%;
	float: left;
}


#pagetop {
	float: right;
	margin-right: 10px;
}
#pagetop a, #pagetop a:link, #pagetop a:visited {
	background-image: url(../images/footer/icon-pagetop.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 21px;
	width: 120px;
	display: block;
}
#pagetop a:hover, #pagetop a:active, #pagetop a:focus {
	background-position: 0px -21px;
}
