@charset "utf-8";

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


/* BASE */

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

/* ASSORT */

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

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

/* SUB */

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

/* DEEP */

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

/* ODD */

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

/* LINK */

a {
	color: #0000FF;
}

a:visited {
	color: #9900CC;
}

