@charset "shift_jis";
/* CSS Document */

 ul , li , dl , dt , dd {  
     margin: 0;  
     padding: 0;  
  }  
   
 ul {
	list-style: none;
 }  
   
 dl {
	float: left;
	clear: both;
 }  

   
 dl dt {
	float: left;
	text-align: center;
	position: relative;
	width: 160px;
	height: 40px;
	margin-top: 0px;
	padding-top: 0px;
 }  
#wrapper #navi_box dl dt a em {
	text-decoration: none;
	font-size: 9px;
	visibility: hidden;
}

dl dt a {
	color: #fff;
	font-size: 11px;
	line-height: 24px;
     }  
dl dt ul  {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
     }  
dl dt ul li  {
	position: relative;
	width: 150px;
	height: 38px;
	color: #FFF;
	background-color: #4E9350;
	font-size: 12px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #060;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #060;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
         }  
dt ul li ul li a{
	font-size: 12px;
	line-height: 28px;
}

dl dt ul li ul {  
                 display: none;  
                 position: absolute;  
                top: 0px;  
                 left: 100px;  
                 z-index: 0;  
            }  
#wrapper #navi_box dl dt a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	line-height: 40px;
}
#wrapper #header #navi_box #menu {
	background-repeat: no-repeat;
	height: 40px;
	width: 800px;
	background-image: url(common_images/menu_bg.jpg);
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
}

#header #navi_box {
	width: 800px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header #navi_box #menu #menu02 a {
	background-image: url(common_images/menu-02.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 160px;
}
#wrapper #header #navi_box #menu #menu02 a:hover {
	background-image: url(common_images/over-02.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 160px;
}
