/* TOP Navigation */
	#top_navi { width:600px; height:52px; padding: 0 23px 0 43px; }
	#top_navi .dept1 {position:relative; z-index:99; }
	#top_navi .dept1 li {list-style-type:none; float:left; height: 41px; padding:0px; margin:0px; width:16.66666666666667%;}
	#top_navi .dept1 li a { display:inline-block;  padding:10px 15px 5px 5px; font-size:1.5em; font-weight:600; color:#222; }
	
	#top_navi .dept1 li:hover a.dept1_link { color:#6f5e33;  } 


	#top_navi .dept1 div.dept2 { position:absolute; display:none; z-index:99999;width:210px; background: #fff; border: 1px solid #ccc;  padding: 15px 0; border-radius: 5px; }
	#top_navi .dept1 div.dept2 .dept_sub2{ border:1px solid #aeaeae; background:#fff; padding-bottom:15px; padding:5px 20px 15px 20px;}
	#top_navi div.dept2 span.menubar{ padding-top:5px; color:#000; font-size:0.9em;  text-align:center;  display:block; float:left; z-index:99999999;}
	
	
	#top_navi div.dept2 a {  padding:8px 0 8px 10px; color:#535353; font-weight:400; display:block; background: url(../images/sub_navi_step2_icon01.gif) no-repeat 15px 18px ; font-size: 1.2em; padding: 10px 15px 10px 30px; letter-spacing: -1px; }
	#top_navi div.dept2 a:hover { font-weight:700;  color:#6f5e33; font-weight:bold; background: url(../images/sub_navi_step2_icon01.gif) no-repeat 15px 18px #f1efeb;}
	#top_navi div.dept2{ display:block;}
	