@charset "UTF-8";
/*アートクラフト市 フッダー共通*/

#footer {
	/* フッダーのサイズ指定 */
	height: 100px;
	width : auto;

	/* フッダー内の文字 */
	font-size: 0.7rem;
	color: #333333;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
	text-align: center;

	margin-top:15px;

	clear: both;
}

