@charset "utf-8";


/* フッター */
#footer{
	background-color: #2b2a2e;
	margin-top: 50px;
	text-align: center;
}

#footer #copyright{
    border-top: 1px solid #0000;
    background-color: #2b2a2e;
    color: #e0c7b2;
}

