/* --- ナビゲーションバー --- */
div.nav{
    background-image:url(http://shop8.makeshop.jp/design/gcom815/banner/top2.jpg);
    background-repeat: repeat-y;
    width:860px;
    height:156px;
    position:relative;
}

.nav ul{
width:800px; /* ナビゲーションの幅 */
height:100px;
background: #004080 url("http://shop8.makeshop.jp/design/gcom815/tetest/hor2_menu2_off.gif") repeat-x top; /* ナビゲーションの背景 */
border-top: 1px #660000 solid; /* 上枠線 */
border-bottom: 1px #660000 solid; /* 下枠線 */
font-size: 100%;
position:absolute；
list-style:none;
margin:0;
padding: 0;

}

/* --- メニューエリア --- */
.nav .nl {
width: 819px; /* メニューの幅 */
height:40px;
margin:  0 0 0 0px;
padding: 0px; /* メニューのパディング（上下、左右） */
list-style-type: none;
text-align: center;



}

/* --- メニュー項目 --- */
.nav .nl li {
float: left;

}

/* --- 項目の幅（emで指定） --- */
.nav .nl li.item1 {
width: 5em;
}
.nav .nl li.item2 {
width: 5em;
}
.nav .nl li.item3 {
width: 6em;
}
.nav .nl li.item4 {
width: 7em;
}
.nav .nl li.item5 {
width: 4.6em;
}
.nav .nl li.item6 {
width: 8em;
}

/* --- リンク --- */
.nav .nl li a {
display: block;
position: relative; /* IE6用 */
padding: 12px 0px; /* リンクエリアのパディング（上下、左右） */
border-right: 1px #660000 solid; /* リンクエリアの右枠線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- リンクテキストの色 --- */
.nav .nl li a:link,
.nav .nl li a:visited,
.nav .nl li a:hover,
.nav .nl li a:active
{
color: #ffffff;
}
/* --- ポイント時の設定 --- */
.nav .nl li a:hover {
background: #E6817A  repeat-x 0 -1px; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: left;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
