
/* ページ全体の背景・文字・スクロールバー */

A {
	text-decoration:none;
}

body{
background : ./blbkgnd.gif;
  margin-top :10px;
  margin-right: 50;
  margin-left: 20;
  font: #000000;
  font-size: 16px;

  line-height: 1.5em;

}

/* リンク */
a:link {
  color:#003399;
  text-decoration:underline;
/*未訪問リンク */
}
a:visited {
  color:#993300;
  text-decoration:underline;
/*訪問済みリンク */
}
a:hover {
  color:#336633;
  text-decoration:underline;
/*マウスが乗ったとき */
}
a:active {
  color:#336633;
  text-decoration:underline;
	/*クリックしたとき */
}

	
.mokuji {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 2em;
	/*メニューのボディタグ*/
}
  
.mokuhyo {
  margin: 30px;
  padding: 10px;
  border: 0px;
  line-height: 1.8em;
}

.tit{
    font-weight: bold;
    font-size: 25px;
}
.ac {
  text-align: center;
}


/* このした研究の設定*/
.ao {font-size: 18px;
     font-color: #000000;
     font-weight: bold;
     margin-top: 20px;
     margin-left: 45px;
     margin-right: 50px;
     line-height: 1.5em;
}

.theme {font-size: 16px;
     font-color: #0000FF;
     margin-top: 0px;
     margin-left: 60px;
     margin-right: 50px;
     line-height: 2em;
}

/* ページ内リンクのボックス*/
.boxpl {margin-top: 20;
          margin-left: 50;
          width: 200;
padding: 10;
          background: #FCDAD4;
}

.mokuteki {font-size: 15px;
     font-color: #555555;
     margin-top: 0px;
     margin-left: 60px;
     margin-right: 50px;
     line-height: 1.2em;
       font-family : ＭＳ Ｐ明朝;
       border: 0;
}

