/*
 * Komica Minolta Navigation
 *
 * Copyright 2012 Jun Taketani (konicaminolta.jp)
 * http://www.konicaminolta.jp/
 *
*/

#megaMenu {
	font-size:100%;
	padding:0;
	position:relative;
	display:none;
	z-index:90;
}

#megaMenu .column05,
#megaMenu .column05b,
#megaMenu .column04,
#megaMenu .column04b,
#megaMenu .column03,
#megaMenu .column03b,
#megaMenu .column02,
#megaMenu .column02b,
#megaMenu .column01{
	font-size:75%;
	padding:0 0 21px 3px;
}


#megaMenu .column05{
	width:777px; background:url(/component/c_common/img/bg_megamenu01.png) bottom left no-repeat;
}

#megaMenu .column04{
	width:625px; background:url(/component/c_common/img/bg_megamenu02.png) bottom left no-repeat;
}

#megaMenu .column03{
	width:473px; background:url(/component/c_common/img/bg_megamenu03.png) bottom left no-repeat;
}

#megaMenu .column02{
	width:321px; background:url(/component/c_common/img/bg_megamenu04.png) bottom left no-repeat;
}


#megaMenu .column01{
	width:168px; background:url(/component/c_common/img/bg_megamenu05.png) bottom left no-repeat;
}

#megaMenu.column05b{
	width:877px; background:url(/component/c_common/img/bg_megamenu07.png) bottom left no-repeat;
}

#megaMenu .column04b{
	width:706px; background:url(/component/c_common/img/bg_megamenu06.png) bottom left no-repeat;

}

	
#megaMenu .column03b{
	width:537px; background:url(/component/c_common/img/bg_megamenu08.png) bottom left no-repeat;
}
	
#megaMenu .column02b{
	width:367px; background:url(/component/c_common/img/bg_megamenu09.png) bottom left no-repeat;
}


