@charset "utf-8";

h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active,
body {
	color: #660000;
}

body {
	background-image: url("img/g581402bg.jpg?t=1328488816");
	background-repeat: repeat;
}

/* BASE */

body,
#content .b {
	background-color: #FFFFFF;
}

/* ASSORT */

#content h2,
#content .a,
#content .snav_u li em,
#content .snav_l li em {
	background-color: #FF9966;
}

#content .snav_u,
#content .snav_l {
	border-color: #FF9966;
}

/* SUB */

#content .s {
	background-color: #FFAA77;
}

/* DEEP */

#content #pr50,
#content .d {
	color: #FF0000;
}

/* ODD */

#content #menuList .odd {
	background-color: #FFE6BB;
}

/* LINK */

a {
	color: #0000FF;
}

a:visited {
	color: #9900CC;
}

body#menu .snav_u a:hover,
body#menu .snav_l a:hover {
	color: #FF0000;
}

