/* === タブメニュー開始 === */

/* --- ナビゲーションバー --- */
.nav {
width: 720px; /* 100% ナビゲーションの幅 */
padding-top: 20px; /* ナビゲーションの上パディング */
background-color: #ffffff; /* ナビゲーションの背景色 */
font-size: 80%; /* タブメニューの文字サイズ */
}

/* --- メニューエリア --- */
.nav .nl {
width: 99%; /* メニューの幅 */
margin: 0 auto; /* メニューのマージン（上下、左右） */
padding: 0;
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
.nav .nl li {
position: relative;
z-index: 1;
width: 7em; /* タブの幅 */
margin: 0 4px -1px 0; /* タブのマージン（上右下左） */
background: #f9f9f9 url(../images/tab_gen2_left.gif) no-repeat left top; /* タブの背景（左） */
float: left;
}

/* --- リンク --- */
.nav .nl li a {
display: block;
position: relative; /* IE6用 */
padding: 6px 2px; /* リンクエリアのパディング（上下、左右） */
background: url(../images/tab_gen2_right.gif) no-repeat right top; /* タブの背景（右） */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
.nav .nl li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- アクティブなタブ --- */
.nav .nl li.active {
z-index: 3;
background: #004080 url(../images/tab_act2_left.gif) no-repeat left top; /* タブの背景（左） */
}
.nav .nl li.active a {
background: url(../images/tab_act2_right.gif) no-repeat right top; /* タブの背景（右） */
color: #ffffff; /* アクティブタブの文字色 */
}

/* === タブメニュー終了 === */


/* === サブメニュー開始 === */

/* --- ナビゲーションバー --- */
.localNav {
position: relative;
z-index: 2;
width: 720px; /* 100%ナビゲーションの幅 */
/* background: #004080 url(../images/hor2_menu2_off.gif) repeat-x top;  ナビゲーションの背景 */
background: #188000 ; /* ナビゲーションの背景 */
border-top: 1px #002448 solid; /* 上枠線 */
border-bottom: 1px #002448 solid; /* 下枠線 */
font-size: 80%; /* サブメニューの文字サイズ */
}

/* --- メニューエリア --- */
.localNav .nl {
width: 100%; /* メニューの幅 */
margin: 0;
padding: 1px 0; /* メニューのパディング（上下、左右） */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
.localNav .nl li {
float: left;
}

/* --- 項目の幅（emで指定） --- */
.localNav .nl li.item1 {
width: 7em;
}
.localNav .nl li.item2 {
width: 7em;
}
.localNav .nl li.item3 {
width: 7em;
}
.localNav .nl li.item4 {
width: 7em;
}
.localNav .nl li.item5 {
width: 7em;
}

.localNav .nl li.active a {
background: #004080 url(../images/hor2_menu2_on.gif) repeat-x top; /* ナビゲーションの背景 */
color: #F7DA00; /* アクティブタブの文字色 */
width: 7em;
}

/* --- リンク --- */
.localNav .nl li a {
display: block;
position: relative; /* IE6用 */
padding: 5px 5px; /* リンクエリアのパディング（上下、左右） */
border-right: 1px #004080 solid; /* リンクエリアの右枠線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- リンクテキストの色 --- */
.localNav .nl li a:link,
.localNav .nl li a:visited,
.localNav .nl li a:hover,
.localNav .nl li a:active
{
color: #ffffff;
}
/* --- ポイント時の設定 --- */
.localNav .nl li a:hover {
background: #004080 url(../images/hor2_menu2_on.gif) repeat-x 0 -1px; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
color: #F7DA00; /* アクティブタブの文字色 */

}

/* === サブメニュー終了 === */


/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: left;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}



