/* site background */
body.page-color
{
	background-color: #c20074;
}

/* header */
#site-box
	#site-head h4.page-color
{
	background-color: #703050;
	border: 1px solid #400030;
}

/* main frame border */
#site-box
	.border
{
	border: 1px solid #703050;
	background-color: white;
}

/* right column background */
#site-box
	div.page-color
{
	background-color: #ffddf7;
}

/* pseudo button mouseover */
#site-box
	#site-main
		 ul li a:hover,
#site-box
	#site-main
		 .button a:hover
{
	color: #c84460;
}

/* search form */
#site-box
	#site-head h4 form input#sbi,
#site-box
	#site-head h4 form select
{
	background-color: #d18caf;
	border: 1px solid #fff;
}

/* game title color */
#site-box
	#site-main .game-head h1 span
{
	color: #f8b800;
}

/* game menu colors */

#site-box
	#game-menu
		ul li a:hover
{
	background-color: #703050;
}

