body { 
   background-color :rgb(240,240,240);
   margin-left: 0%;
   margin-right: 0%;
}


/* main part */
#white-column {
  margin: 0 auto 0 auto;
  padding: 10pt;
  margin-left: 10%;
  margin-right: 10%;
  border-right: solid 2px #c6c6c6;
  border-bottom: solid 2px #c6c6c6;
  border-left: solid 2px #c6c6c6;
  background-color: #ffffff;
}

/* header part */
#header {
  margin: 0;
  width: 100%;
  /*height: 100%;*/ 
  /* border-top: solid 6px #005ebb; */
  background-color: #ffffff;
}

#header h1 {
  margin: 15px;
  padding: 30px
  width: 100%;
  text-align: left;
  color: #f0f8ff;
  font-size: 20pt;
}

#header h2 {
  margin: 15px;
  padding: 30px
  width: 100%;
  text-align: left;
  font-size: 15pt;
}

#header table{
  border-bottom: solid 2px #005ebb;
  padding: 0px 0px 5px 0px
}

#table-left{
  text-align:left;
  margin: 5px;
  line-height: 150%;
  text-decoration: none;
}
#table-right{
  text-align: right;
  padding: 3px 5px 3px 0;
  line-height: 100%;
  text-decoration: none;
}

h3 {
  margin: 20px 0px 25px 5px;
  width: 100%;
  height: 0.5em;
  text-align: left;
  font-size: 14pt;
}

#header LI {
  list-style-image: square;
}
#header UL {
  list-style-type: square;
}

#header p {
  margin: 0;
  padding: 20px 10px 10px 10px;
  width: 100%;
  text-align: left;
}

#section {
  margin: 0;
  width: 100%;
  /*height: 100%;*/
  border-top: solid 3px #005ebb;
  background-color: #ffffff;
}


a{
    color: #0000ff;
}

/* Memu bar */
/* --- ナビゲーションバー --- */
div.nav {
width: 100%; /* ナビゲーションの幅 */
background: #004080 url(./pic/hor2_menu2_off.gif) repeat-x top; /* ナビゲーションの背景 */
border-top: 1px #002448 solid; /* 上境界線 */
border-bottom: 1px #002448 solid; /* 下境界線 */
font-size: 80%;
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 100%; /* メニューの幅 */
margin: 0;
padding: 1px 0; /* メニューのパディング（上下、左右） */
list-style-type: none;
text-align: center;
}

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

/* --- 項目の幅（emで指定） --- */
div.nav ul.nl li.item1 {
width: 6em;
}
div.nav ul.nl li.item2 {
width: 6em;
}
div.nav ul.nl li.item3 {
width: 8.3em;
}
div.nav ul.nl li.item4 {
width: 6.3em;
}
div.nav ul.nl li.item5 {
width: 4.6em;
}

ul#papers li{
    line-height: 120%;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 5px 5px; /* リンクエリアのパディング（上下、左右） */
border-right: 1px #004080 solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- リンクテキストの色 --- */
div.nav ul.nl li a:link,
div.nav ul.nl li a:visited,
div.nav ul.nl li a:hover,
div.nav ul.nl li a:active
{
color: #ffffff;
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
background: #004080 url(./pic/hor2_menu2_on.gif) repeat-x 0 -1px; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

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


/* --- 音声再生バーの設定 --- */

audio { width: 230px; }


/* Table */

/* table幅の指定・隣接するセルのボーダーを重ねて表示 */
#sepdemo table.style {
        /* width: 500px; */
        border-collapse: collapse;
}

/* thの指定 */
#sepdemo table.style th {
    width: 100px;
        font-weight: normal;
        background-color: #F0F0F0;
        border:1px solid #BFBFBF;
        text-align: center;
        /* padding: 3px 6px; */
	/* white-space: nowrap; */
}

/* tr tdの指定 */
#sepdemo table.style tr td {
        width: 100px;
        background-color: #FFFFFF;
        border:1px solid #BFBFBF;
        text-align: center;
        padding: 3px 6px;
	/* white-space: nowrap; */
}