

/* 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_wpc2{
	background: #000000 url(../../images/logo_wpc2.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_kamiyacho_mapb.jpg) left top no-repeat;
}

#content #secondbox {
	color:#000000;
}




/* footer structure ----------------------------------------------- */

#footer {
	background: #000000;
}

/* footer structure MFI----------------------------------------------- */

#footer #west_fresh a{
	background:url(../../images/west_fresh.jpg) left top no-repeat;
        color: #000000;
 }

#footer #west_fresh a:hover{
	background:url(../../images/west_freshx.jpg) left top no-repeat;
        color: #000000;
 }


#footer #west_burgers a{
	background:url(../../images/west_burgers.jpg) left top no-repeat;
        color: #000000;
 }

#footer #west_burgers a:hover{
	background:url(../../images/west_burgersx.jpg) left top no-repeat;
        color: #000000;
 }


#footer #west_exp a{
	background:url(../../images/west_exp.jpg) left top no-repeat;
        color: #000000;
 }

#footer #west_exp a:hover{
	background:url(../../images/west_expx.jpg) left top no-repeat;
        color: #000000;
 }

#footer #west_skf a{
	background:url(../../images/west_skf.jpg) left top no-repeat;
        color: #000000;
 }

#footer #west_skf a:hover{
	background:url(../../images/west_skfx.jpg) left top no-repeat;
        color: #000000;
 }

#footer #footer_line {
	background: #1B1B1B;
}


#footer #footer_line01,#footer #footer_line02 {
	background: #4a4a4a;
}

/* 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;
}


