

/* CSS basic design ---------------------------------------------- */

body {
	background: #ffffff;
	color:#ffffff;
}



/* header structure ---------------------------------------------- */


#header  {
	background: #000000;
}

#header #logo{
	background: #000000 url(../../images/logo_mfi.jpg) left top no-repeat;
}

#header #logo_wpc1{
	background: #000000 url(../../images/logo_wpc.jpg) left top no-repeat;
}

#utilitynavigation a {
	color:#ffffff;
}

#utilitynavigation a:hover {
	color:#ffdd00;
}




/* content structure --------------------------------------------- */


#wrap  {
	background: #000000;
}

#content {
	background: #000000 url(../../images/top_akasaka.jpg) left top no-repeat;
}

#content #secondbox {
	color:#000000;
}




/* footer structure ----------------------------------------------- */

#footer {
	background: #000000;
}




/* footer structure  SHOP----------------------------------------------- */

#globalbar {
	background: #000000;
}

#globalbar a {
	color:#ffffff;
}



#globalbar a:hover {
	color:#595959;
}



/* footer structure  bottom----------------------------------------------- */

#footer  #footer_bottom  #copyright , #footer  #footer_bottom a {
	color:#4a4a4a;
}

#footer  #footer_bottom a:hover {
	color:#ffdd00;
}

