@charset "utf-8";
/* CSS Document */

/* --- 背景 --- */

body {
background-color: #ffffff;
background-image: url(images/back.jpg);
background-repeat:no-repeat;
background-position:center top;
}


/* --- 全体位置 --- */
body {   
text-align: center;   
}   
div#wrapper {     
    width: 770px;
	height: 1px;
    margin: 0 auto;   
    text-align: left;   
    border: 0px solid #FFFFFF
}  


/* --- メイン画像シャドウ --- */
.shadow {
margin: 12px 0 0 10px;
width:770px;
height: 1026px;
background: url(images/shadow_001.gif) right bottom;
float: left;
}

.shadow img {
position: relative;
left: -10px;
top:  -10px;
padding: 0px;
background: #ffffff;
}


/* --- 下部メニュー --- */
p {font-size: 79%;}
.sample {white-space: nowrap;}
a { text-decoration:none;}
a:hover { text-decoration:underline;}


/* --- タブメニュー --- */
/* --- ナビゲーションバー --- */
div.nav {
width: 100%; /* ナビゲーションの幅 */
background: #4e83b3 url(images/hor_menu6_off.gif) repeat-x top; /* ナビゲーションの背景 */
border-top: 2px #84aed2 solid; /* 上境界線 */
border-bottom: 2px #2c5170 solid; /* 下境界線 */
font-size: 80%;
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 770px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background: #4e83b3 url(images/hor_menu6_off.gif) repeat-x top; /* メニューの背景 */
border-left: 1px #2c5170 solid; /* メニューの左境界線 */
border-right: 1px #84aed2 solid; /* メニューの右境界線 */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 20%; /* 項目の幅 */
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(images/hor_menu6g_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;
}



