#globalNavi	{
	height: 38px;
	padding-top: 80px;
	text-align: center;
	float: right;
	width: 764px;
	background-image: url(../images/menu_bg-05.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 50px;
   }

#nav { 
width: 100%;
 margin: 0 auto;
  position: relative;
   line-height:1;
    text-align: left;
	 }
	 
#nav li { 
list-style: none;
 float: left;
  position: relative;
   }

#nav ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
  }
* html #nav ul { line-height: 0; }
#nav ul li { float: none; }

#nav ul { width: 150px; }
#nav ul ul { top: 0; left: 121px; }
#nav ul a {
	display: block;
	width: 130px;
	padding: 10px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	zoom: 1;
	line-height: 1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	background-color: #666;
}
#nav ul a.hover { background: #444; }


/*************
サブメニュー
*********************/
#sub-menu {
	float:right;
	height: 34px;
	width:176px;
	position:absolute;
	top:19px;
	left:720px;
	clear:both;
	overflow: hidden;
}
#sub-menu li {
	list-style-type:none;
	float:left;
	vertical-align: top;
	width:88px;
	height:17px;
	overflow:hidden;
	text-indent: -500em;
}

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

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

#sub-menu li a:hover img{
}

#sub-menu li img{
	border:0;
}
#sub-menu li.active img{
}

#sub-menu li.menu01 {
	width:88px;
	height: 17px;
	background: url('../images/sub_menu_01.png') no-repeat 0px -2px  !important;	
	background: url('../images/sub_menu_01.gif') no-repeat 0px -2px ;
}
#sub-menu li.menu01 a:hover {
	background: url('../images/sub_menu_01.png') no-repeat 0px -19px  !important;	
	background: url('../images/sub_menu_01.gif') no-repeat 0px -19px ;
}
#sub-menu li.menu02 {
	width:88px;
	height: 17px;
	background: url('../images/sub_menu_02.png') no-repeat 0px -2px  !important;	
	background: url('../images/sub_menu_02.gif') no-repeat 0px -2px ;
}
#sub-menu li.menu02 a:hover {
	background: url('../images/sub_menu_02.png') no-repeat 0px -19px  !important;	
	background: url('../images/sub_menu_02.gif') no-repeat 0px -19px ;
}

ul,li	{ 
 margin:0;
 padding:0; 
 }
 
.left20m {
	margin-left: 25px;
}

