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

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

   
 dl dt {
	float: left;
	text-align: center;
	position: relative;
	width: 80px;
	height: 46px;
 }  
#wrapper #navi_box #menu 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: 50px;
	left: 0;
	z-index: 0;
     }  
         dl dt ul li {
	position: relative;
	width: 80px;
	height: 28px;
	color: #FFF;
	background-color: #3C6;
	font-size: 11px;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #093;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #093;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
         }  
#wrapper #navi_box #menu dt ul li a {
	font-size: 12px;
	line-height: 18px;
}

             dl dt ul li ul {  
                 display: none;  
                 position: absolute;  
                top: 0px;  
                 left: 100px;  
                 z-index: 0;  
            }  
#navi_box {
	height: 57px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #navi_box #menu dt {
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 57px;
	color: #FFF;
	width: 80px;
	height: 57px;
}
#wrapper #navi_box #menu dt a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	line-height: 57px;
}
