<STYLE type="text/css">
<!--bodytrtdth { font-size: 9pt ; font-family: MS P Gothic,Osaka ; }-->
<!--A:hover { color: #E48618 ; }-->/*リンク色：オレンジ*/
<!--.h1 { color : #333333 ; }-->/*H1設定*/
<!--.eng { font-family: Verdana ; }-->/*英語表記*/
<!--.bg { background-color : #666666 ; }-->/*テーブル枠線色*/
<!--.tit_sil { background-color : #CCCCCC ; }-->/*商品ページタイトル背景*/
<!--.tit_text { color : #306B9D ; font-weight : bold ; }-->/*【】タイトル色*/
<!--.menu { color : #E48618 ; }-->/*右メニュー開いているページ色*/
<!--.top { color : #E48618 ; }-->
<!--.copy { color : #333333 ; font-size : 9pt ; font-family: Verdana ; }-->/*著作権表示*/

/* --- ナビゲーションバー --- */
div.nav {
width: 100%; /* ナビゲーションの幅 */
background : #4e83b3 url(hor_menu6_off.gif) repeat-x center top; /* ナビゲーションの背景 */
border-top: 2px #84aed2 solid; /* 上境界線 */
border-bottom: 2px #2c5170 solid; /* 下境界線 */
font-size: 80%;
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 900px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background : #4e83b3 url(hor_menu6_off.gif) repeat-x center top; /* メニューの背景 */
border-left: 1px #2c5170 solid; /* メニューの左境界線 */
border-right: 1px #84aed2 solid; /* メニューの右境界線 */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 14%; /* 項目の幅 */
float: left;
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 7px 2px 4px; /* リンクエリアのパディング（上、左右、下） */
border-left: 1px #84aed2 solid; /* リンクエリアの左境界線 */
border-right: 1px #2c5170 solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #ffffff; /* 文字色 */
line-height: 100%; /* 行の高さ */
}
/* 英字部分 */
div.nav ul.nl li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #eee8aa; /* 英字の文字色 */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
background : #5e91bd url(hor_menu6_on.gif) repeat-x center top; /* ポイント時の背景 */
}
div.nav ul.nl li a:hover span.en {
color: #fde337; /* ポイント時の英字の文字色 */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}



</STYLE>