<!--

/*メニュー*/
#header-menu{
position:relative;
top:0px;
left:0px;
margin:0px;
padding:0px;
width:550px;
height:60px;
background-image:url(images_menu/header_shop_menu_all.jpg);
background-repeat:no-repeat;
background-position:0px;
}
/*左 上*/

/**ヘッダメニュー**/
/* ホーム */ 
#header-menu #header-home {
position:absolute;
left:0px;
top:0px;
width:53px;
height:60px;
}
#header-menu #header-home a {
width:53px;
height:60px;
background-repeat:no-repeat; 
margin:0px;
padding:0px; 
display:block;
}
#header-menu #header-home a:hover {
background-image:url(images_menu/header_menu_home.jpg);
width:53px;
height:60px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
display:block;
}

/* 店舗のご案内 */ 
#header-menu #header-shop-guide {
position:absolute;
left:53px;
top:0px;
width:79px;
height:60px;
}
#header-menu #header-shop-guide a {
width:79px;
height:60px;
background-repeat:no-repeat; 
margin:0px;
padding:0px; 
display:block;
}
#header-menu #header-shop-guide a:hover {
background-image:url(images_menu/header_menu_shop_guide.jpg);
width:79px;
height:60px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
display:block;
}

/* エリアガイド */ 
#header-menu #header-area-guide {
position:absolute;
left:132px;
top:0px;
width:75px;
height:60px;
}
#header-menu #header-area-guide a {
width:75px;
height:60px;
background-repeat:no-repeat; 
margin:0px;
padding:0px; 
display:block;
}
#header-menu #header-area-guide a:hover {
background-image:url(images_menu/header_menu_area_guide.jpg);
width:75px;
height:60px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
display:block;
}

/* ご入居者専用ページ */ 
#header-menu #header-for-tenant {
position:absolute;
left:207px;
top:0px;
width:108px;
height:60px;
}
#header-menu #header-for-tenant a {
width:108px;
height:60px;
background-repeat:no-repeat; 
margin:0px;
padding:0px; 
display:block;
}
#header-menu #header-for-tenant a:hover {
background-image:url(images_menu/header_menu_for_tenant.jpg);
width:108px;
height:60px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
display:block;
}

/* 三井不動産ビルマネジメント六本木ティーキューブオフィス */ 
#header-menu #header-information-office {
position:absolute;
left:315px;
top:0px;
width:150px;
height:60px;
}
#header-menu #header-information-office a {
width:150px;
height:60px;
background-repeat:no-repeat; 
margin:0px;
padding:0px; 
display:block;
}
#header-menu #header-information-office a:hover {
background-image:url(images_menu/header_menu_office.jpg);
width:150px;
height:60px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
display:block;
}

/* 防災センター */ 
#header-menu #header-control-center {
position:absolute;
left:465px;
top:0px;
width:85px;
height:60px;
}
#header-menu #header-control-center a {
width:85px;
height:60px;;
background-repeat:no-repeat; 
margin:0px;
padding:0px; 
display:block;
}
#header-menu #header-control-center a:hover {
background-image:url(images_menu/header_menu_control.jpg);
width:85px;
height:60px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
display:block;
}

.hiddentext {
display: none;
}
-->