@charset "Shift_JIS";

/*id ドロップダウンメニュー*/
div#DropDownMenu {
	float:left;
	/*横幅*/
	width: 732px;
	/*縦幅*/
	height: 44px;
	/*外側の余白右*/
	margin-right: auto;
	/*外側の余白左*/
	margin-left: auto;
	/*領域をはみ出した時*/
	overflow: hidden;
	z-index: 30;
}

/*id ドロップダウンメニュー class[DropDown]*/
div#DropDownMenu .DropDown {
	/*画面の表現*/
	display: inline;
	/*段組*/
	float: left;
	/*外側の余白*/
	margin: 0px;
	/*内側の余白*/
	padding: 0px;
}

/*id ドロップダウンメニュー class[DropDown] タグ<dt>*/
div#DropDownMenu .DropDown dt {
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 44px;
}

/*id ドロップダウンメニュー class[DropDown] タグ<dt> タグ<a>*/
div#DropDownMenu .DropDown dt a {
	/*画面の表現*/
	display: block;
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 44px;
	/*テキストの装飾*/
	text-decoration: none;
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
	/*テキストのインデント*/
	text-indent: -9999px;
}

/*id ドロップダウンメニュー class[DropDown] タグ<dt> タグ<a> id[Image01]　ホーム*/
div#DropDownMenu .DropDown dt a#Image01 {
	/*横幅*/
	width:146px;
	/*縦幅*/
	height: 44px;
	/*背景画像*/
	background-image: url(../img/home.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}

/*id ドロップダウンメニュー class[DropDown] タグ<dt> タグ<a> id[Image02]　会社案内*/
div#DropDownMenu .DropDown dt a#Image02 {
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 44px;
	/*背景画像*/
	background-image: url(../img/company.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}

/*id ドロップダウンメニュー class[DropDown] タグ<dt> タグ<a> id[Image03]　事業案内*/
div#DropDownMenu .DropDown dt a#Image03 {
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 44px;
	/*背景画像*/
	background-image: url(../img/business.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}

/*id ドロップダウンメニュー class[DropDown] タグ<dt> タグ<a> id[Image04]　生産拠点*/
div#DropDownMenu .DropDown dt a#Image04 {
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 44px;
	/*背景画像*/
	background-image: url(../img/office.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}

/*id ドロップダウンメニュー class[DropDown] タグ<dt> タグ<a> id[Image05]　研究・技術・製品*/
div#DropDownMenu .DropDown dt a#Image05 {
	/*横幅*/
	width: 148px;
	/*縦幅*/
	height: 44px;
	/*背景画像*/
	background-image: url(../img/item.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}



/*id ドロップダウンメニュー class[DropDown] タグ<dt> タグ<a> マウスがポイントされている時*/
div#DropDownMenu .DropDown dt a:hover {
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 44px;
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}

/*id ドロップダウンメニュー class[DropDown] タグ<dt> タグ<a> id[Image01]ホーム マウスがポイントされている時*/
div#DropDownMenu .DropDown dt a#Image01:hover {
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 44px;
	/*背景画像*/
	background-image: url(../img/home_b.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}

/*id ドロップダウンメニュー class[DropDown] タグ<dt> タグ<a> id[Image02]会社案内 マウスがポイントされている時*/
div#DropDownMenu .DropDown dt a#Image02:hover {
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 44px;
	/*背景画像*/
	background-image: url(../img/company_b.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}

/*id ドロップダウンメニュー class[DropDown] タグ<dt> タグ<a> id[Image03]事業案内 マウスがポイントされている時*/
div#DropDownMenu .DropDown dt a#Image03:hover {
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 44px;
	/*背景画像*/
	background-image: url(../img/business_b.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}

/*id ドロップダウンメニュー class[DropDown] タグ<dt> タグ<a> id[Image04]生産拠点 マウスがポイントされている時*/
div#DropDownMenu .DropDown dt a#Image04:hover {
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 44px;
	/*背景画像*/
	background-image: url(../img/office_b.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}

/*id ドロップダウンメニュー class[DropDown] タグ<dt> タグ<a> id[Image05]研究・技術・製品 マウスがポイントされている時*/
div#DropDownMenu .DropDown dt a#Image05:hover {
	/*横幅*/
	width: 148px;
	/*縦幅*/
	height: 44px;
	/*背景画像*/
	background-image: url(../img/item_b.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}



/*id ドロップダウンメニュー class[DropDown] タグ<dd>*/
div#DropDownMenu .DropDown dd {
	/*画面の表現*/
	display: none;
	/*位置指定方法*/
	position: absolute;
	/*重なりの順序*/
	z-index: 1;
	/*外側の余白*/
	margin: 0px;
	/*内側の余白*/
	padding: 0px;
	/*領域をはみ出した時*/
	overflow: hidden;
}

/*id ドロップダウンメニュー class[DropDown] タグ<ul>*/
div#DropDownMenu .DropDown ul {
	/*タグ<li>のマーカーの形*/
	list-style-type: none;
	/*外側の余白*/
	margin: 0px;
	/*内側の余白*/
	padding: 0px;
}

/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li>*/
div#DropDownMenu .DropDown ul li {
	/*画面の表現*/
	display: inline;
}

/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> タグ<a>*/
div#DropDownMenu .DropDown ul li a {
	/*画面の表現*/
	display: block;
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*テキストの装飾*/
	text-decoration: none;
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
	/*領域をはみ出した時*/
	overflow: hidden;
	/*テキストのインデント*/
	text-indent: -9999px;
}



/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image02_01]　会社案内*/
/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image02_01] タグ<a>*/
div#DropDownMenu .DropDown ul li#Image02_01,
div#DropDownMenu .DropDown ul li#Image02_01 a {
	/*画面の表現*/
	display: block;
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(../img/company_index.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}

/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image02_02]*/
/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image02_02] タグ<a>*/
div#DropDownMenu .DropDown ul li#Image02_02,
div#DropDownMenu .DropDown ul li#Image02_02 a {
	/*画面の表現*/
	display: block;
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(../img/company_profile.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}

/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image02_03]*/
/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image02_03] タグ<a>*/
div#DropDownMenu .DropDown ul li#Image02_03,
div#DropDownMenu .DropDown ul li#Image02_03 a {
	/*画面の表現*/
	display: block;
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(../img/company_history.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}



/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image03_01]　事業案内*/
/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image03_01] タグ<a>*/
div#DropDownMenu .DropDown ul li#Image03_01,
div#DropDownMenu .DropDown ul li#Image03_01 a {
	/*画面の表現*/
	display: block;
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(../img/business_perfume.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}

/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image03_02]*/
/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image03_02] タグ<a>*/
div#DropDownMenu .DropDown ul li#Image03_02,
div#DropDownMenu .DropDown ul li#Image03_02 a {
	/*画面の表現*/
	display: block;
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(../img/business_finechemical.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}

/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image03_03]*/
/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image03_03] タグ<a>*/
div#DropDownMenu .DropDown ul li#Image03_03,
div#DropDownMenu .DropDown ul li#Image03_03 a {
	/*画面の表現*/
	display: block;
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(../img/business_maintenance.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}

/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image03_04]*/
/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image03_04] タグ<a>*/
div#DropDownMenu .DropDown ul li#Image03_04,
div#DropDownMenu .DropDown ul li#Image03_04 a {
	/*画面の表現*/
	display: block;
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(recruit/img/menu_employee_message.jpg);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}


/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image04_01]*/
/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image04_01] タグ<a>*/
div#DropDownMenu .DropDown ul li#Image04_01,
div#DropDownMenu .DropDown ul li#Image04_01 a {
	/*画面の表現*/
	display: block;
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(../img/factory_yonezawa1.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}

/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image04_02]*/
/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image04_02] タグ<a>*/
div#DropDownMenu .DropDown ul li#Image04_02,
div#DropDownMenu .DropDown ul li#Image04_02 a {
	/*画面の表現*/
	display: block;
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(../img/factory_yonezawa2.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}

/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image04_03]*/
/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image04_03] タグ<a>*/
div#DropDownMenu .DropDown ul li#Image04_03,
div#DropDownMenu .DropDown ul li#Image04_03 a {
	/*画面の表現*/
	display: block;
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(../img/factory_odawara.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}

/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image04_04]*/
/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image04_04] タグ<a>*/
div#DropDownMenu .DropDown ul li#Image04_04,
div#DropDownMenu .DropDown ul li#Image04_04 a {
	/*画面の表現*/
	display: block;
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(../img/factory_mix.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
}





/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> タグ<a> マウスがポイントされている時*/
div#DropDownMenu .DropDown ul li a:hover {
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
	/*重なりの順序*/
	z-index: 2;
}



/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image02_01] タグ<a> マウスがポイントされている時*/
div#DropDownMenu .DropDown ul li#Image02_01 a:hover {
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(../img/company_index_b.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
	/*重なりの順序*/
	z-index: 2;
}

/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image02_02] タグ<a> マウスがポイントされている時*/
div#DropDownMenu .DropDown ul li#Image02_02 a:hover {
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(../img/company_profile_b.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
	/*重なりの順序*/
	z-index: 2;
}

/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image02_03] タグ<a> マウスがポイントされている時*/
div#DropDownMenu .DropDown ul li#Image02_03 a:hover {
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(../img/company_history_b.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
	/*重なりの順序*/
	z-index: 2;
}



/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image03_01] タグ<a> マウスがポイントされている時*/
div#DropDownMenu .DropDown ul li#Image03_01 a:hover {
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(../img/business_perfume_b.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
	/*重なりの順序*/
	z-index: 2;
}

/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image03_02] タグ<a> マウスがポイントされている時*/
div#DropDownMenu .DropDown ul li#Image03_02 a:hover {
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(../img/business_finechemical_b.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
	/*重なりの順序*/
	z-index: 2;
}

/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image03_03] タグ<a> マウスがポイントされている時*/
div#DropDownMenu .DropDown ul li#Image03_03 a:hover {
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(../img/business_maintenance_b.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
	/*重なりの順序*/
	z-index: 2;
}



/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image04_01] タグ<a> マウスがポイントされている時*/
div#DropDownMenu .DropDown ul li#Image04_01 a:hover {
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(../img/factory_yonezawa1_b.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
	/*重なりの順序*/
	z-index: 2;
}

/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image04_02] タグ<a> マウスがポイントされている時*/
div#DropDownMenu .DropDown ul li#Image04_02 a:hover {
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(../img/factory_yonezawa2_b.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
	/*重なりの順序*/
	z-index: 2;
}

/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image04_03] タグ<a> マウスがポイントされている時*/
div#DropDownMenu .DropDown ul li#Image04_03 a:hover {
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(../img/factory_odawara_b.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
	/*重なりの順序*/
	z-index: 2;
}

/*id ドロップダウンメニュー class[DropDown] タグ<ul> タグ<li> id[Image04_04] タグ<a> マウスがポイントされている時*/
div#DropDownMenu .DropDown ul li#Image04_04 a:hover {
	/*横幅*/
	width: 146px;
	/*縦幅*/
	height: 25px;
	/*背景画像*/
	background-image: url(../img/factory_mix_b.png);
	/*背景画像の並べ方*/
	background-repeat: no-repeat;
	/*重なりの順序*/
	z-index: 2;
}




