﻿@charset "utf-8";
/*
version:2010.12
mail:shouno@source-marine.net
http://source-marine.net/
copyright(C) ShounoHideo by SourceMrine AllRightsReserved.
*/


#footer {
	width: 100%;
	margin-top: 50px;
	padding-top: 1px;
	position: relative;
	border-top: 1px solid #333;
	position: relative;
}

#footer .inner {
	width: 851px;
	margin: 0 auto;
}


#footer p {
	margin-bottom: 0;
}

#copyright {
	background: url(../img/copyright.gif) no-repeat;
	width: 374px;
	height: 15px;
	font-size: 0em;
	text-decoration: none;
	text-indent: -9999px;
	position: absolute;
	top: 1px;
	right: 0;
}

#footer-line {
	width: 100%;
	height: 10px;
	border-bottom: 10px solid #ccc;
}

/*フッタナビ*/


#footer-navi {
}

#footer-navi li{
	display: inline;
}

#footer-navi li a {
	float:left;
	margin-right: 10px;
	text-decoration: none;
	color: #333;
}

address {
	position: absolute;
	top: 40px;
	right: 0px;
	font-style: normal;
	color: #00479d;
}

#page-top a {
	background: url(../img/page-top.gif) no-repeat;
	width: 53px;
	height: 12px;
	font-size: 0em;
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
	position: absolute;
	top: -15px;
	right: 0;
}

