@charset "utf-8";

/* footer styles */

#home #footer {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
	clear: both;
	text-align: center;
	letter-spacing: 0.1em;
	background-image: url(../image/footer.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
.midokoro #footer,.arasuji #footer,.cast #footer,.message #footer {
	clear: both;
	text-align: right;
	letter-spacing: 0.1em;
	background-image: url(../image/shared/footer.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 820px;
	padding-right: 80px;
	padding-left: 80px;
	background-color: #FFFAE5;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:link {
	color: #000;
	text-decoration: none;
}
#footer a:visited {
	color: #000;
}
#footer a:hover,
 a:focus,
 a:active {
	color: #FF0000;
}
