﻿@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.MenuKensyuu {
	width: 156px;
	background: url(../images/menu_kensyuu.gif) left bottom no-repeat;
}

#MenuArea .Contents ol li.MenuKensyuu a {
	background: url(../images/menu_kensyuu.gif) no-repeat;
}

#MenuArea .Contents ol li.MenuJisseki {
	width: 97px;
	background: url(../images/menu_jisseki.gif) left bottom no-repeat;
}

#MenuArea .Contents ol li.MenuJisseki a {
	background: url(../images/menu_jisseki.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.MenuKensyuu a:hover,
#MenuArea .Contents ol li.MenuKensyuu a:active,
#MenuArea .Contents ol li.MenuJisseki a:hover,
#MenuArea .Contents ol li.MenuJisseki a:active,
#MenuArea .Contents ol li.MenuCompany a:hover,
#MenuArea .Contents ol li.MenuCompany a:active {
	background-position: left bottom;
}

