/*-------------------------------
コメントアウト
-------------------------------*/
#footer {
	width: 740px;
	clear: both;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/share/copyright_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer ul {
	width: 740px;
	font-size: 12px;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footer li {
	display: inline;
	padding-right: 15px;
}
#footer a {
	text-decoration: none;
	color: #333333;
}
#footer a:hover {
	color: #00568A;
	text-decoration: underline;
}
#Copyright {
	font-size: 88.8%;
	text-align: center;
}
