#menu {
	position: relative;
	height: 21px;
	width:814px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float:left;
	margin-top:28px;
}


/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
#menu ul li {
	float: left;
	list-style: none;
	padding-top:10px;
}

#menu ul li a  {
	text-indent: -500em;
	z-index: 8;
	display: block;
	float: left;
	height: 21px;
	width:99px;
	position: relative;
	overflow: hidden;
	padding-right:17px;
}


#menu_01 a {
	background: url('../images/menu01.gif') no-repeat;
}


#menu_02 a {
	background: url('../images/menu02.gif') no-repeat;
}
#menu_03 a {
	background: url('../images/menu03.gif') no-repeat;
}

#menu_04 a {
	background: url('../images/menu04.gif') no-repeat;
}
#menu_05 a {
	background: url('../images/menu05.gif') no-repeat;
}
#menu_06 a {
	background: url('../images/menu06.gif') no-repeat;
}
#menu_07 a {
	background: url('../images/menu07.gif') no-repeat;
}

/*
#menu_01 a:hover {
	background: url('../images/menu01_h.gif') no-repeat;
}

#menu_02 a:hover {
	background: url('../images/menu02_h.gif') no-repeat;
}
#menu_03 a:hover {
	background: url('../images/menu03_h.gif') no-repeat;
}
#menu_04 a:hover {
	background: url('../images/menu04_h.gif') no-repeat;
}
#menu_05 a:hover {
	background: url('../images/menu05_h.gif') no-repeat;
}
#menu_06 a:hover {
	background: url('../images/menu06_h.gif') no-repeat;
}
#menu_07 a:hover {
	background: url('../images/menu07_h.gif') no-repeat;
}
*/

#menu li.background {
	z-index: 7;
	position: absolute;
	visibility: hidden;
	background-image: url(../images/menu_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	top: 25px;
	_top: 5px;
}

#menu .background .left {
	height: 0px;
	background-image: url(../images/menu_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu .current {
	display:none;
	}

/*************
サブメニュー
*********************/
#sub-menu {
	margin-top:48px;
	padding-right:36px;
	float:right;
}
#sub-menu li {
	overflow:hidden;
	text-indent: -500em;
	height: 13px;
	width:63px;
	background-image: url(../images/mail_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sub-menu li a {
	display:block;
}

#sub-menu li a:hover {
background-color:transparent;

}

#sub-menu li a:hover{
	background: url('../images/mail_btn.gif') no-repeat -63px 0px ;	
}

#sub-menu li img{
	border:0;
}
#sub-menu li.active img{
	background: url('../images/mail_btn.gif') no-repeat -63px 0px ;	
}

/*************
フッターメニュー
*********************/

#fotter_menu li{
	padding-top:12px;
	float:left;
	padding-right:12px;
	display:inline;
}
#fotter_menu{
	width:950px;
	margin:0 auto 0;
}