@charset "UTF-8";
/* CSS Document */

body {padding: 0;
      margin: 0;}
	  
	  
		 
ul li {
	list-style-type: none;
} 
	  
	  
	  
	  
#header { width: 100%;
          height: 99px;
		  margin: 0;
		  background-image:url(../img/headerback.png);
		  background-repeat: repeat-x;
		position: fixed;
  top: 0;
  left: 0;
  z-index: 999;	
}
  
  
#header_text { width: 990px;
               height: 20px;
			   margin: 0 auto;
			   margin-top: 3px;
			   padding-right: 25px;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
                font-size:11px;
				font-weight: 400;
				color:#4C2F00;
				text-align: right;
				}
				  
		  

#header_inner {
	height: 72px;
			   margin: 0 auto;
			   display: flex;
			   align-items: center;
			   justify-content: center;
			   }

			   
			   

#header_title { width: 123px;
               }

			   
			   
ul#navi_menu { 
	display: flex;
}	
	
ul#navi_menu li  {
                  height: 31px;}		   



ul#navi_menu li a { background-image:url(../img/navi.png);
                    line-height: 31px;
					display: block;
	text-indent: -9999px;
	overflow: hidden;}
				  


li#menu01 a { width: 59px; background-position: 0px 0px;}
li#menu01 a:hover { width: 59px; background-position: 0px -32px;}


li#menu02 a {  width: 113px; background-position: -59px 0px;}
li#menu02 a:hover { width: 113px; background-position: -59px -32px;}


li#menu03 a {width: 95px; background-position: -172px 0px;}
li#menu03 a:hover {width: 95px; background-position: -172px -32px;}


li#menu04 a {width: 170px; background-position: -267px 0px;}
li#menu04 a:hover {width: 170px; background-position: -267px -32px;}


li#menu05 a {width: 133px; background-position: -437px 0px;}
li#menu05 a:hover {width: 133px; background-position: -437px -32px;}


li#menu06 a {width: 124px; background-position: -570px 0px;}
li#menu06 a:hover {width: 124px; background-position: -570px -32px;}


li#menu07 a {width: 116px; background-position: -694px 0px;}
li#menu07 a:hover {width: 116px; background-position: -694px -32px;}

















