/* --- ナビゲーションバー --- */
div.nav {
	width: 100%;
	border-top: 1px #333333 solid;
	border-bottom: 1px #666666 solid;
	font-size: 100%;
	background-color: #000000;
	background-image: url(../img/hor_menu4_back2.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* --- メニューエリア --- */
div.nav ul.nl {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px #333333 solid;
	border-right: 1px #666666 solid;
	list-style-type: none;
	text-align: center;
	background-color: #000000;
	background-image: url(../img/hor_menu4_back2.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 19.5%; /* 項目の幅 */
float: left;
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 9px 2px; /* リンクエリアのパディング（上下、左右） */
border-left: 1px #666666 solid; /* リンクエリアの左境界線 */
border-right: 1px #333333 solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 太字 */
}

/* --- 左メニューボックス --- */
div.section_h {
width: 180px; /* ボックスの幅 */
padding-bottom: 1px; /* ボックスの下パディング */
background-color: #f5f5f5; /* ボックスの背景色 */
font-size: 100%; /* ボックスの文字サイズ */
}

/* --- 見出しエリア --- */
div.section_h div.heading_h {
margin: 0 0 1em; /* 見出しエリアのマージン（上、左右、下） */
padding: 5px; /* 見出しエリアのパディング */
background: #3f3f3f url(index_img/head2.gif) repeat-x top; /* 見出しエリアの背景 */
border: 1px #666666 solid; /* 見出しエリアの境界線 */
}

/* --- 見出し --- */
div.section_h h3 {
margin: 0;
padding: 2px 0 1px 7px; /* 見出しのパディング（上右下左） */
border-left: 4px #add8e6 solid; /* 見出しの左境界線 */
font-size: 100%; /* 見出しの文字サイズ */
color: #f9f9f9; /* 見出しの文字色 */
line-height: 100%;
}

/* --- ボックス内の段落 --- */
div.section_h p {
margin: 0.7em 10px; /* 段落のマージン（上下、左右） */
}
/* --- 左メニューボックスここまで --- */

/* --- リンクテキストの色 --- */
div.nav ul.nl li a:link {
color: #ffffff;
}
div.nav ul.nl li a:visited {
color: #ffffff;
}
div.nav ul.nl li a:hover {
color: #00ffff;
}
div.nav ul.nl li a:active {
color: #00ffff;
}

/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	background: url(../img/hor_menu4_back2.gif);
}
.clearFix {
min-height: 1px;
}

