/*
	zakness anime list
	01 Azumanga Daioh
	2006.08.15
*/

@import 'style.css';

/* header */
#header {
	background: #fff url(../img/01-azumanga.jpg) no-repeat 50% 50%;
	border: 1px solid #5c2e2e;
}
#header a, #header a:link, #header a:visited, 
#header a:hover, #header a:active  {
	top: 2px;
	right: 5px;
	color: #545e3b;
	border: 0 !important;
}

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

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

#alist li span.r {color: #548041;}
#alist li span.unfin {color: #40672e;}
.norev strong, #alist li.header span {color: #8dc077;}

a, a:link {
	color: #ff6f6f;
	border-bottom: 1px dotted #ff6f6f;
}
a:visited {
	color: #b13e45;
	border-bottom: 1px dotted #b13e45;
}
a:hover, a:active {
	color: #ff9696;
	border-bottom: 1px dotted #ff9696;
}

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