@charset "utf-8";
/* CSS Document */
/*
 * layout especific colors */

body {
	background: black url('../../img/index/8.jpg') no-repeat fixed center top;
}

.nav {
	color: #cbd24c;
	background-color: transparent;
}

.nav_button {
	background-color: #cbd24c;
	color: #cbd24c;
}
.menu ul li:hover > p span {
	color: #cbd24c;
}
.menu ul li.head ul li a:hover {
	color: #cbd24c;
}
