﻿@charset "UTF-8";

/*
フッター
-------------------------------------------*/

#footer {
	background-color: #241d15;
	clear: both;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	position: relative;
}
#footer p {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 16px;
}
#footer li a {
	color: #E6D7B3;
	font-size: 12px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	float: left;
	white-space: nowrap;
	margin-bottom: 10px;
	text-decoration: none;
}
#footer li a:hover {
	color: #FFFFFF;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #707070;
	background-color: #F6F6F6;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E7E7E7;
}
#footer #logo {
	position: absolute;
	left: 30px;
	top: 30px;
	font-size: 20px;
	color: #E4F8FC;
}
#footer #logo a {
	color: #E6D7B3;
	text-decoration: none;
}

#footer #logo a:hover {
	color: #FFFFFF;
}

#footer ul {
	position: absolute;
}
#footer li {
	display: inline;
}
