/*　footer
----------------------------------------------- */

#footer {
	clear: both;
	margin:15px 0 0 0;
	padding:4px 0 0px 0;
	border-top: dotted #CCC 1px;
	}
	
#footer address{
	padding:0 0 10px 0;
	font-family: Arial, Helvetica;
	color: #FFFFFF;
	font-style: normal;
	font-size: 10px;
	line-height: 120%;
	}


/*　リンク
----------------------------------------------- */

#footer a:link
	{
	text-decoration:none;
	color:#FFF;
	}

#footer a:visited 
	{
	text-decoration:none;
	color:#FFF;
	}

#footer a:hover 
	{
	color:#FFF;
	text-decoration: underline;
	}

