<!--
.line{
  background-image : url(image/line5.gif);
  background-repeat : repeat-x;
background-position : 0px 0px;
  background-attachment : scroll;
}
-->
<!--
  a:hover {
	position: relative; top: 1px; left: 1px; 
}
TD{
  font-family : HG?????M-PRO,sans-serif,HG??S?V?b?NM-PRO;
  font-size : 97%;
  color : #444444;
  line-height : 18px;
}

.selector01{
	border-left : 15px solid silver;
	
  

  margin-left : 4px;
  
  font-size : 80%;
  margin-top : 8px;
  font-weight : bold;
}



/* --- ナビゲーションバー --- */
div.nav {
	width: 96%; /* ナビゲーションの幅 */
padding-top: 20px; /* ナビゲーションの上パディング */
background-color: #ffffff; /* ナビゲーションの背景色 */
font-size: 80%;
  margin-left : 11px;
}

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

/* --- メニュー項目 --- */
div.nav ul.nl li {
	margin-right: 4px; /* タブの右マージン */
background: #f9f9f9 url(imega/tab_gen1_left.gif) no-repeat left top; /* タブの背景（左） */
float: left;
}

/* --- タブの幅（emで指定） --- */
div.nav ul.nl li.item1 {
	width: 6.5em;
}
div.nav ul.nl li.item2 {
	width: 6.5em;
}
div.nav ul.nl li.item3 {
	width: 6.5em;
}
div.nav ul.nl li.item4 {
	width: 6.5em;
}
div.nav ul.nl li.item5 {
	width: 6.5em;
}
div.nav ul.nl li.item6 {
	width: 7em;
}
div.nav ul.nl li.item7 {
	width: 7em;
}
div.nav ul.nl li.item8 {
	width: 6.5em;
}



/* --- リンク --- */
div.nav ul.nl li a {
	display: block;
position: relative; /* IE6用 */
padding: 6px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
background: url(image/tab_gen1_right.gif) no-repeat right top; /* タブの背景（右） */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
	text-decoration: underline; /* テキストの下線（あり） */
}

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

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

/* --- ボックス --- */
div.section {
	width: 100%; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #c0c0c0 solid; /* ボックスの境界線 */
font-size : 100%; /* ボックスの文字サイズ */
}

/* --- 見出し --- */
div.section h6 {
	position: relative; /* IE6用 */
width : 96%; /* 見出しの幅 */
margin: -0.9em 0 0 3px; /* 見出しのマージン（上右下左） */
padding : 1px 3px 3px; /* 見出しのパディング */
background-color : silver; /* 見出しの背景色 */
border : 1px solid rgb(192, 192, 192); /* 見出しの境界線 */
font-size : 96%; /* 見出しの文字サイズ */
text-align: center;
  color : white;
}

/* --- ボックス内の段落 --- */
div.section p {
	margin-right : 10px;margin-left : 10px; /* 段落のマージン（上下、左右） */

  text-align : left;
  font-size : 90%;
}

