﻿@charset "UTF-8";

/*
/////////////////////////////////////
MENU
/////////////////////////////////////
*/

#MenuArea .Contents ol li.MenuHome {
	width: 78px;
	background: url(../images/menu_home.gif) left bottom no-repeat;
}

#MenuArea .Contents ol li.MenuHome a {
	background: url(../images/menu_home.gif);
}

#MenuArea .Contents ol li.MenuConcept {
	width: 100px;
	background: url(../images/menu_concept.gif) left bottom no-repeat;
}

#MenuArea .Contents ol li.MenuConcept a {
	background: url(../images/menu_concept.gif) no-repeat;
}

#MenuArea .Contents ol li.MenuLearnig_kit {
	width: 116px;
	background: url(../images/menu_learnig_kit.gif) left bottom no-repeat;
}

#MenuArea .Contents ol li.MenuLearnig_kit a {
	background: url(../images/menu_learnig_kit.gif) no-repeat;
}

#MenuArea .Contents ol li.MenuKouza {
	width: 112px;
	background: url(../images/menu_kouza.gif) left bottom no-repeat;
}

#MenuArea .Contents ol li.MenuKouza a {
	background: url(../images/menu_kouza.gif) no-repeat;
}

#MenuArea .Contents ol li.MenuFollow {
	width: 146px;
	background: url(../images/menu_follow.gif) left bottom no-repeat;
}

#MenuArea .Contents ol li.MenuFollow a {
	background: url(../images/menu_follow.gif) no-repeat;
}

#MenuArea .Contents ol li.MenuKanren {
	width: 90px;
	background: url(../images/menu_kanren.gif) left bottom no-repeat;
}

#MenuArea .Contents ol li.MenuKanren a {
	background: url(../images/menu_kanren.gif) no-repeat;
}

#MenuArea .Contents ol li.MenuKameiten {
	width: 122px;
	background: url(../images/menu_kameiten.gif) left bottom no-repeat;
}

#MenuArea .Contents ol li.MenuKameiten a {
	background: url(../images/menu_kameiten.gif) no-repeat;
}

#MenuArea .Contents ol li.MenuCompany {
	width: 96px;
	background: url(../images/menu_company.gif) left bottom no-repeat;
}

#MenuArea .Contents ol li.MenuCompany a {
	background: url(../images/menu_company.gif) no-repeat;
}

#MenuArea .Contents ol li.MenuHome a:hover,
#MenuArea .Contents ol li.MenuHome a:active,
#MenuArea .Contents ol li.MenuConcept a:hover,
#MenuArea .Contents ol li.MenuConcept a:active,
#MenuArea .Contents ol li.MenuLearnig_kit a:hover,
#MenuArea .Contents ol li.MenuLearnig_kit a:active,
#MenuArea .Contents ol li.MenuKouza a:hover,
#MenuArea .Contents ol li.MenuKouza a:active,
#MenuArea .Contents ol li.MenuFollow a:hover,
#MenuArea .Contents ol li.MenuFollow a:active,
#MenuArea .Contents ol li.MenuKanren a:hover,
#MenuArea .Contents ol li.MenuKanren a:active,
#MenuArea .Contents ol li.MenuKameiten a:hover,
#MenuArea .Contents ol li.MenuKameiten a:active,
#MenuArea .Contents ol li.MenuCompany a:hover,
#MenuArea .Contents ol li.MenuCompany a:active {
	background-position: left bottom;
}

