@charset "utf-8";

/* footer styles */

#home #footer {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 50px;
	clear: both;
	background-image: url(../image/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 980px;
}
#footer #okotowari {
	text-align: center;
	padding-top: 48px;
	padding-bottom: 25px;
	font-size: 12px;
}
#footer a {
	color: #595959;
}
#footer a:link {
	color: #595959;
}
#footer a:visited {
	color: #595959;
}
#footer a:hover,
 a:focus,
 a:active {
	color: #FF0000;
}
.midokoro #footer,
.arasuji #footer,
.cast #footer,
.happyou #footer,
.message #footer,
.producer #footer,
.diary #footer,
.ending #footer {
	clear: both;
	height: 67px;
}
#pageup {
	text-align: right;
	clear: both;
	padding-right: 18px;
	margin-top: 33px;
}
#pageup a {
	color: #FF0000;
}
#pageup a:link {
	color: #FF0000;
}
#pageup a:visited {
	color: #FF0000;
}
#pageup a:hover,
 a:focus,
 a:active {
	color: #000;
}

ul.newsArea {
	text-align:center;
	list-style:none;
	}
ul.newsArea li {
	background-color:#f0e1f8;
	border-top:1px solid #b784d2;
	border-bottom:1px solid #b784d2;
	padding:5px;
	}