@charset   "Shift_JIS";
body {
width:auto;
margin:0 auto;
font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
font-size: 13px;
line-height: 160%;
letter-spacing:0.5px;
color: #666666;
}
h1 {
  margin: 0 0 10px 0; /* 上マージン0、右マージン0、下マージン30px、左マージン0 */
  font-size: 18px; /* 文字サイズを130% */
  color: #333333; /* 文字色を#333333 */
  padding: 5px 10px; /* 上下パディング5ピクセル、左右パディング10px */
}
#h1{
  border-left: 10px solid #b38c0b;
  border-bottom: 1px solid #b38c0b; /* 下ボーダーを、1px幅の破線、線色#CC3366に */
}
a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/* ----- ヘッダー ----- */
#header {
height:238px;
background-image: url(../img/top.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
background-color:#000000;
}
/* --- ナビゲーションバー --- */
div.nav {
width: 100%; /* ナビゲーションの幅 */
background: #555555 url(../img/hor_menu6_off.gif) repeat-x top; /* ナビゲーションの背景 */
border-top: 1px #555555 solid; /* 上境界線 */
border-bottom: 0px #2c5170 solid; /* 下境界線 */
font-size: 80%;
}
/* --- メニューエリア --- */
div.nav ul.nl {
width: 900px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background: #555555 url(../img/hor_menu6_off.gif) repeat-x top; /* メニューの背景 */
border-left: 0px #555555 solid; /* メニューの左境界線 */
border-right: 1px #555555 solid; /* メニューの右境界線 */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 25%; /* 項目の幅 */
float: left;
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 7px 2px 4px; /* リンクエリアのパディング（上、左右、下） */
border-left: 1px #555555 solid; /* リンクエリアの左境界線 */
border-right: 0px #555555 solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
font-size: 14px; /* 文字サイズ */
color: #c6c6c6; /* 文字色 */
line-height: 100%; /* 行の高さ */
}
div.nav ul.nl li a:hover {
color: #ffffff; /* ポイント時の英字の文字色 */
}
/* 英字部分 */
div.nav ul.nl li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 10px; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #b38c0b; /* 英字の文字色 */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
background: #5e91bd url(../img/hor_menu6_on.gif) repeat-x 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;
}
/* ----- メイン ----- */
#content { 
width:900px;
margin:0 auto;
min-height:600px;
height:auto; 
background-color:#ffffff;
margin-top:20px;
}
/* ----- フッダー ----- */
#footer { 
font-size: 10px;
height:1px;
background-color:#eeeeee;
margin-top:20px;
}