/* --- ナビゲーションバー --- */
div.nav {

padding-top: 20px; /* ナビゲーションの上パディング */
background-color: #ffffff; /* ナビゲーションの背景色 */

}

/* --- ナビゲーションバー(旋削用インサート) --- */
div.nav2 {

padding-top: 20px; /* ナビゲーションの上パディング */
background-color: #ffffff; /* ナビゲーションの背景色 */

}


/* --- メニューエリア --- */
div.nav ul.nl {
width: 100%; /* メニューの幅 */
margin: 0 auto; /* メニューのマージン（上下、左右） */
padding: 0;
list-style-type: none;
text-align: center;
}

div.nav2 ul.nl {
width: 100%; /* メニューの幅 */
margin: 0 auto; /* メニューのマージン（上下、左右） */
padding: 0;
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 12em; /* タブの幅 */
margin-right: 4px; /* タブの右マージン */
background: #f9f9f9 url(/contents/common/images2/tab_gen2_left.gif) no-repeat left top; /* タブの背景（左） */
float: left;
text-decoration:none; line-height: 15px
}

div.nav2 ul.nl li {
width: 12em; /* タブの幅 */
margin-right: 4px; /* タブの右マージン */
background: #f9f9f9 url(/contents/common/images2/tab_gen2_left.gif) no-repeat left top; /* タブの背景（左） */
float: left;
text-decoration:none; line-height: 15px
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 6px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
background: url(/contents/common/images2/tab_gen2_right.gif) no-repeat right top; /* タブの背景（右） */
}

div.nav2 ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 6px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
background: url(/contents/common/images2/tab_gen2_right.gif) no-repeat right top; /* タブの背景（右） */
text-decoration: none; /* テキストの下線（なし） */
}

/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}

div.nav2 ul.nl li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- アクティブなタブ --- */
div.nav ul.nl li.active {
background: #004080 url(/contents/common/images2/tab_act2_left.gif) no-repeat left top; /* タブの背景（左） */
}
div.nav ul.nl li.active a {
background: url(/contents/common/images2/tab_act2_right.gif) no-repeat right top; /* タブの背景（右） */
color: #ffffff; /* アクティブタブの文字色 */
}
div.nav ul.nl li.active a {
background: url(/contents/common/images2/tab_act2_right.gif) no-repeat right top; /* タブの背景（右） */
color: #ffffff; /* アクティブタブの文字色 */
}

div.nav2 ul.nl li.active {
background: #004080 url(/contents/common/images2/tab_act2_left.gif) no-repeat left top; /* タブの背景（左） */
}
div.nav2 ul.nl li.active {
background: #004080 url(/contents/common/images2/tab_act2_left.gif) no-repeat left top; /* タブの背景（左） */
}
div.nav2 ul.nl li.active a {
background: url(/contents/common/images2/tab_act2_right.gif) no-repeat right top; /* タブの背景（右） */
color: #ffffff; /* アクティブタブの文字色 */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}


/* --- 見出し --- */
h2 {
font-size:14px;
margin: 0;
padding: 6px 10px 3px 28px; /* 見出しのパディング（上右下左） */
background: #004080 url(/contents/common/images2/heading_icon.gif) no-repeat 8px; /* 見出しの背景 */
border-bottom: 1px #002448 solid; /* 見出しの下境界線 */

color: #ffffff; /* 見出しの文字色 */
}

.row_odd {
background-color: #FFFFFF;
}
.row_even {
background-color: #E7EFF7;
}

