@charset   "UTF-8";
/* --- ナビゲーションバー --- */
.nav {
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  width : 170px; /* ナビゲーションの幅 */
font-size: 80%;

  

  

  

  

  color : #ffffff;
  
  
}

/* --- メニューエリア --- */
.nav .nl {
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  margin-right : 0px;margin-left : 0px;
padding-right : 0px;padding-left : 0px;
 /* 最上部の枠線 */

text-align: left;

  

  

  

  

  
}

/* --- メニュー項目 --- */
.nav .nl li{
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  background-repeat : repeat-x; /* 項目の背景 */
 /* 項目の下枠線 */

  

  

  

  height : 20px;
border-style : hidden;
}

/* --- リンク --- */
.nav .nl li a {
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  display: block;
position: relative; /* IE6用 */
padding-right : 8px;padding-bottom : 11px;padding-left : 12px; /* リンクエリアのパディング（上右下左） */
background : url(ddata/ver_menu2_off.gif) no-repeat; /* 左側の三角マーク */
text-decoration: none; /* テキストの下線（なし） */

  font-size : 12px;

  left : 5px;

  

  

  

  font-family : "ＭＳ Ｐゴシック";

  

  height : 20px;

  font-weight : bold;

  padding-top : 11px;

  text-align : left;

  color : blue;
}
/* --- ポイント時の設定 --- */
.nav .nl li a:hover {
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  background-repeat : no-repeat; /* ポイント時の三角マーク */

  

  font-size : 12px;
  font-family : "ＭＳ Ｐゴシック";
color : #e14444;
  text-decoration : none;

  height : 20px;

  font-weight : bold;

  

  text-align : left;

  

  background-image : url(ddata/ver_menu2_on.gif);
}


