/* CSS Document */
@charset "utf-8"; /*utf-8の場合*/
/* ######### フッター ######### */
#footer {
	text-align: left;
	height: 70px;
	color: #666666;
	font-size: 0.65em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #A4A4A4;
	background-repeat: repeat-x;
}

#footer div{
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 12px;
	line-height: 12px;
}
#footer img {
	border: 0px;
}
#foot-margin {
	height: 30px;
	clear: both;
	width: 100%;
}

#footer li {
float: left;
color: #999999;
}
#footer A {
	color: #5E5E5E;
	text-decoration: underline;
	margin-top: 30px;
}
#footer A:hover {
text-decoration: none;
}
#footer p {
clear: left;
padding: 5px;
}
#footer .inquire {
	display: none;
}

