@charset "utf-8";
#footer{
	width:100%;
	background-image: url(../images/bg_footer.gif);
	height: auto;
	padding-top:10px;
	background-repeat: no-repeat;
	background-position: left top;
	clear:both;
}
#footer dl{margin:0 1em;}
#footer dl dd{
	margin: 0.3em;
	font-size:1.1em;
	display: inline;
}
#footer dl.share{
	width: 110px;
	display: block;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
#footer dl.fb{
	width: 350px;
	display: block;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
#footer dl.copyRight{
	width: 370px;
	display: block;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	padding-left: 4px;
	font-size: 0.9em;
	line-height: 1.6em;
}
