/*
	zakness anime list
	12 Noein - Mou Hitori no Kimi e
	2006.08.15
*/

@import 'style.css';

/* header */
#header {
	background: #fff url(../img/12-noein.jpg) no-repeat 100% -30px;
	border: 1px solid #ad968c;
}
#header a, #header a:link, #header a:visited, 
#header a:hover, #header a:active  {
	top: 2px;
	right: 5px;
	color: #79bad1;
	border: 0 !important;
}

/* page style */
body {
	color: #897466;
	background: #fafdff;
}

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

#alist li span.r {color: #b8957c;}
#alist li span.unfin {color: #d5b197;}
.norev strong, #alist li.header span {color: #79bad1;}

a, a:link {
	color: #060000;
	border-bottom: 1px dotted #060000;
}
a:visited {
	color: #413128;
	border-bottom: 1px dotted #413128;
}
a:hover, a:active {
	color: #443d39;
	border-bottom: 1px dotted #443d39;
}

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