#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 ul li a:hover{
	width:83px;
	padding-bottom:3px;
	padding-right:17px;
	margin-right:16px;
	_margin-right:8px;
	border-bottom:#45b1c5 solid 1px;
}

#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 {
}

#menu_02 a:hover {
}
#menu_03 a:hover {
}
#menu_04 a:hover {
}
#menu_05 a:hover {
}
#menu_06 a:hover {
}
#menu_07 a:hover {
}

/*************
サブメニュー
*********************/
#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;
}
