@charset "utf-8";

/*
Copyright (c) 2009/04/09,
*/

 /*　フッター　*/
 
#footer{
	width:100%;
	border-top:1px solid #000;
	text-align:center;
	padding:1em 0;
	font-size: 90%;
	float: left;
	/*position:absolute;*/
	/*bottom: 0;*/
}

#footer p{ line-height: 180%; }

#footer a:link,
#footer a:visited { color: #d41d24; text-decoration: underline; }
#footer a:hover { color: #999; text-decoration:none; }
#footer a:active { color: #d41d24; }
