@charset "utf-8";

/*--------------------------------------*/
/*                                      */
/* ### Footer Classes ###               */
/*                                      */
/*--------------------------------------*/

/***---ボディ---***/

#footer {
	background: url(../images/top_footer_bg.jpg) repeat-x;
	height: 31px;
	clear: both;
	color: #4e4e4e;
	padding: 0;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
	margin: 0 auto;
}

.mac #footer {
	font-size: 9px;
}

.win #footer {
	letter-spacing: 1px;
}

#footer a, 
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #4e4e4e;
	text-decoration: none;
}

#footer a:hover {
	color: #386bd4;
	text-decoration: underline;
}

#footer address {
	padding: 12px 0 0;
}

