
/* --- ナビゲーションバー --- */
div.nav {
width: 200px; /* ナビゲーションの幅 */
font-size: 90%;
}

/* --- メニューエリア --- */
body {
margin: 0;
padding: 0;
}

div.nav ul.nl {
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
margin-bottom: 2px; /* 項目の下マージン */
border-bottom: 1px #e3539a solid; /* 項目の下境界線 */
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 12px 10px; /* リンクエリアのパディング（上下、左右） */
background: #FBDADE url("../images/02.jpg"); repeat-y right; /* リンクエリアの背景 */
color: #404040; /* 文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
background: #F9C0C8 url("../images/01.jpg") repeat-y right; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

#myinfo {
margin-left 10px;
width :200px;
padding-top: 20px;
padding-bottom: 20px;
}
