body{
text-align: center;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: 90% "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
line-height: 1.1em;
}

/*---------------------------------ページ全体の横幅*/
#container{
text-align: left;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
width: 850px;
border: 1px solid #000000;
}

/*---------------------------------ヘッダー部分*/
#header{
margin: 0px 0px 0px 0px;
padding: 10px 10px 10px 10px;
border-bottom: 1px solid #000000;
}

#header p{
margin: 0px 0px 0px 0px;
padding: 0px 0px 1em 20px;
}

/*---------------------------------コンテンツ部分*/
#contents{
margin: 20px 20px 20px 20px;
padding: 0px 0px 0px 0px;
}

/*---------------------------------フッター部分*/
#footer{
text-align: center;
margin: 0px 0px 0px 0px;
padding: 5px 0px 5px 0px;
border-top: 1px solid #000000;
}

#footer p{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

/*---------------------------------見出し部分*/

/*ページタイトル*/
h1{
font-size: 150%;
margin: 0px 0px 0px 0px;
padding: 10px 0px 10px 20px;
}
/* -- 見出し -- */

h2{
  color: #ffffff ;
  background: #6c8ffc;
  font-size: 14pt ;
  line-height: 1;
  margin:10px 0px;
  padding: 10px 5px 10px 5px;
    box-shadow:1px 3px 7px 0px #666666 ;
    border-top:3px solid #FFD412;
    border-radius: 5px ;
}


h3{
  color: #584B42 ;
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0px 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
  color:#2c2521
}

/* --- セッション記号 --- */
.box08{
  width: 80px;/*全体の幅*/
  font-size: 16px;/*文字サイズ*/
	background: #FFFFFF;/*背景色*/
  }
.box08 dt{/*タイトル部分の設定*/
  width: 4em;/*タイトルの幅（文字数）*/
  color: #FFD412;/*文字色*/
	background: #4b64b0;/*背景色*/
  font-weight: bold;
	text-align: center;
  margin: 0;
  padding: 6px 0 2px 0;
  border-radius: 4px;
  }
  

/*---------------------------------コンテンツ内のp部分*/
p{
COLOR: #666666
margin: 0px 0px 1em 0px;
padding: 0px;
line-height: 1.3;
}

/* --- ナビゲーションバー --- */
div.nav {
width: 95%; /* ナビゲーションの幅 */
margin: 0 auto; /* センターに配置 */
background: #4b64b0 url(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: 775px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background: #4b64b0 url(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: 9%; /* 項目の幅 */
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 top; /* ポイント時の背景 */
color: #FFD412; /* 文字色 */
}
div.nav ul.nl li a:hover span.en {
color: #fde337; /* ポイント時の英字の文字色 */
}

/* --- リスト --- */
ul#sample-square li {
list-style: square;
padding: 0px 0px 0.2em 2px;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
