/*
	zakness anime list
	10 Juuni Kokuki
	2006.08.15
*/

@import 'style.css';

/* header */
#header {
	background: #fff url(../img/10-juuni.jpg) no-repeat 100% 50%;
	border: 1px solid #e3e0cf;
}
#header a, #header a:link, #header a:visited, 
#header a:hover, #header a:active  {
	top: 262px;
	left: 5px;
	color: #e3e0cf;
	border: 0 !important;
}

/* page style */
body {
	color: #164ea3;
	background: #fff;
}

#alist li {border-bottom: 1px solid #f2ebe6;}
#alist li.r2 {background-color: #f7f2ef;}

#alist li span.r {color: #f14713;}
#alist li span.unfin {color: #c2370b;}
.norev strong, #alist li.header span {color: #5b3236;}

a, a:link {
	color: #484d51;
	border-bottom: 1px dotted #484d51;
}
a:visited {
	color: #000;
	border-bottom: 1px dotted #000;
}
a:hover, a:active {
	color: #5b5f63;
	border-bottom: 1px dotted #5b5f63;
}

.errors {
	border: 1px solid #c73639;
	color: #c73639;
}