/* --- ナビゲーションバー --- */
div.nav {
width: 100%; /* ナビゲーションの幅 */
background: url(http://colpa.ciao.jp/vidimg/haike.png) repeat 0 100%; 
border-top: 1px #FFCD96 solid; /* 上境界線 */
border-bottom: 1px #FFCD96 solid; /* 下境界線 */
font-size: 100%;
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 800px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background: url(http://colpa.ciao.jp/vidimg/haike.png) repeat 0 100%; 
border-right: 1px #FFCD96 solid; /* メニューの右境界線 */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 20%; /* 項目の幅 */
float: left;
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 8px 2px; /* リンクエリアのパディング（上下、左右） */
border-left: 1px #FFCD96 solid; /* リンクエリアの左境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
background-color: 6A493A; /* ポイント時の背景色 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
a:link { color: FFCD96; }
a:visited { color: FFCD96; }
a:hover { color: FFCD96; }
a:active { color: FFCD96; }



label {
    background: url(http://colpa.ciao.jp/vidimg/haike2.png) repeat 0 100%;
    color: #663300;
    padding: 5px;
    display: block;
    margin: 0;
    border: 1px solid #fff;
}