@charset "utf-8";

/* -------------------------------------------
   グローバルナビ プルダウンメニュー
/* ------------------------------------------*/

/*共通*/
#head ul#gnavi	  { padding-bottom: 80px; }
#head ul#gnavi ul { width:132px !important; height:auto !important; position:absolute; margin-left:0; margin-right:0; margin-top: -999em; padding:0; list-style:none; }

/*IE6ハック*/
/*
動作しない
* html #head ul#gnavi ul { width:132px !important; height:auto !important; top: -999em; padding:0; list-style:none; }
*/

#head ul#gnavi li:hover   ul a, 
#head ul#gnavi li.sfHover ul a       { display:block; padding:0 4px; width:auto !important; height:auto !important; border-top:none; border-right:1px solid #868686; border-bottom:1px solid #868686; border-left:1px solid #868686; background: #fff;    color: #777;    text-indent: 0px; font-weight:bold; white-space: nowrap; font-size:12px; }
#head ul#gnavi li:hover   ul a:hover, 
#head ul#gnavi li.sfHover ul a:hover { display:block; padding:0 4px; width:auto !important; height:auto !important; border-top:none; border-right:1px solid #868686; border-bottom:1px solid #868686; border-left:1px solid #868686; background: #eeeefe; color: #008AFF; text-indent: 0px; font-weight:bold; white-space: nowrap; font-size:12px; }

#head ul#gnavi li:hover ul,
#head ul#gnavi li.sfHover ul { margin-top:0px; }

/*IE6ハック*/
/*
動作しない
* html #head ul#gnavi li:hover ul,
* html #head ul#gnavi li.sfHover ul { top:139px; }
*/

/*グローバルナビ共通*/
#head ul#gnavi ul li     { width:132px !important; height:auto !important; float: none; list-style-position:outside; list-style:none; font-size:12px; }
/*グローバルナビDVD部分*/
#head ul#gnavi li.m01 li { width:145px !important; height:auto !important; float: none; list-style-position:outside; list-style:none; font-size:12px; }
* html #head ul#gnavi li.m01 li { width:144px !important; height:auto !important; float: none; list-style-position:outside; list-style:none; font-size:12px; }

/*リストのスタイル*/
#head ul#gnavi ul a       { display:block; padding:0 4px; width:auto !important; height:auto !important; border-top:none; border-right:1px solid #868686; border-bottom:1px solid #868686; border-left:1px solid #868686; background: #fff;    color: #777;    font-weight:bold; text-indent: 0px; white-space: nowrap; font-size:12px; }
#head ul#gnavi ul a:hover { display:block; padding:0 4px; width:auto !important; height:auto !important; border-top:none; border-right:1px solid #868686; border-bottom:1px solid #868686; border-left:1px solid #868686; background: #eeeefe; color: #008AFF; font-weight:bold; text-indent: 0px; white-space: nowrap; font-size:12px; }
