@charset   "Shift_JIS";
/* --- ナビゲーションバー --- */
.nav {
	width : 185px; /* ナビゲーションの幅 */
	font-size: 100%;
	margin-top : 30px;
	

  margin-left : 10px;
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;border-style : dotted dotted dotted dotted;border-color : gray gray gray gray;
  border-left-width : 1px;
}

/* --- メニューエリア --- */
.nav .nl {
margin: 0;
padding: 0;
border-top: 1px #c0c0c0 dotted; /* 最上部の枠線 */
list-style-type: none;
text-align: left;
}

/* --- メニュー項目 --- */
.nav .nl li {
padding: 3px 0; /* 項目のパディング（上下、左右） */
background-color: #ffffff; /* 項目の背景色 */
border-bottom: 1px #c0c0c0 dotted; /* 項目の下枠線 */
}

/* --- リンク --- */
.nav .nl li a {
display: block;
position: relative; /* IE6用 */
padding: 8px 10px 8px 12px; /* リンクエリアのパディング（上右下左） */
background: url(../img/ver_menu2_off.gif) no-repeat 2px; /* 左側の垂直線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
.nav .nl li a:hover {
background: url(../img/ver_menu2_on.gif) no-repeat 2px; /* ポイント時の垂直線 */
}
