@charset "utf-8";

/*最下部フッター部分*/
#footer{
	width: 960px;
	height: 40px;
	margin: 15px 0 auto;
	text-align: center;
	color: #999999;
	font-size: 13px;
	}
#footer hr{
	height: 0px;
	border: none;
	border-top: 1px #bbbbbb solid;
	}