@charset "utf-8";

/* -------------------------------------------------------------------------------
 Footer
--------------------------------------------------------------------------------*/
#Footer {
	clear:both;
	border-top:3px #000000 solid;
}

/* Upper
-------------------------------------------------------*/
#Footer .FooterUpper{
	padding:10px 15px 5px;
}

#Footer .FooterUpper .FooterLeft{
	float:left;
	width:320px;
}
#Footer .FooterUpper .FooterLeft li {
	display:inline;
}
#Footer .FooterUpper .FooterLeft li img {
	margin-right:5px;
}
#Footer .FooterUpper .FooterRight {
	margin-left:320px;
}
#Footer .FooterRight ul{
	padding:0 0 5px 0;
	text-align:right;
}
#Footer .FooterRight li {
	display:inline;
	font-size:80%;
	line-height:100%;
}

/* Lower
-------------------------------------------------------*/
#Footer .FooterLower{
	padding:5px 15px;
	border-top:1px solid #A3ABBC;
	border-bottom:1px solid #A3ABBC;
	background:#F8F8F8 url(/image/footer/bg_footer_lower.jpg) repeat-x top;
}
#Footer .FooterLower .FooterLeft{
	clear:both;
	float:left;
	padding-top:5px;
}
#Footer .FooterLower address,
#Footer .FooterLower p {
	margin-bottom:3px;
	font-size:70%;
	color:#454545;
	font-style:normal;
	line-height:100%;
	text-align:right;
}
