/* ヘッダメニューマウスオーバー */ 
ul#hnavi {	position: relative;	width: 765px;margin: 0;	height: 22px;list-style: none;overflow: hidden;}
ul#hnavi li a {height: 22px;position: absolute; overflow: hidden; padding: 22px 0 0 0;
	text-decoration: none;top: 0;width: 117px;}
html>body ul#hnavi li a{height: 0;}

li#ttop a{ background: transparent url(curren_img/menu3.jpg) no-repeat 0 0;left:414px;	}
li#comp a{ background: transparent url(curren_img/menu2.jpg) no-repeat 0 0;left:531px;}
li#priv a{ background: transparent url(curren_img/menu1.jpg) no-repeat 0 0;left:648px;}
	
li#ttop a:hover, 
li#comp a:hover, 
li#priv a:hover{ background-position: 0px -22px;	}

/* ヘッダサブメニューマウスオーバー */ 
ul#shnavi {	position: relative;	width: 765px;margin: 0;	height: 27px;list-style: none;overflow: hidden;}
ul#shnavi li a {height: 27px;position: absolute; overflow: hidden; padding: 27px 0 0 0;
	text-decoration: none;top: 0;width: 99px;}
html>body ul#shnavi li a{height: 0;}

li#m1 a{ background: transparent url(curren_img/menus1.jpg) no-repeat 0 0;left:270px;	}
li#m2 a{ background: transparent url(curren_img/menus2.jpg) no-repeat 0 0;left:369px;}
li#m3 a{ background: transparent url(curren_img/menus3.jpg) no-repeat 0 0;left:468px;}
li#m4 a{ background: transparent url(curren_img/menus4.jpg) no-repeat 0 0;left:567px;}
li#m5 a{ background: transparent url(curren_img/menus5.jpg) no-repeat 0 0;left:666px;}
	
li#m1 a:hover, 
li#m2 a:hover,
li#m3 a:hover, 
li#m4 a:hover, 
li#m5 a:hover{ background-position: 0px -27px;	}

