body{
  color : #000;

  background-image : url(img/back.jpg);
  background-repeat : no-repeat;
  background-attachment : fixed;
  background-position: 100% 100%; 

  margin : 0px 50px 50px 50px;
  padding : 20px;
  width: 700px;

  font-size: 90%;
  line-height : 150%;
}


.main{
  padding: 20px;
}

a{
  font-weight: bold ;
}
a:link { color : #600 }
a:visited { color : #600 }
a:alink { color : #600 }
a:hover { color : #C30 }
a:active { color : #C30 }


p{
  padding-bottom: 10px;
}

strong{
  color: #C00;
}


/*タイトル＊*/
.t1{ color: #400; }
.t2{ color: #800; }
.t3{ color: #C00; }


/*ライン*/
.line1{
  width: 100%;
  height: 10px;
  background-image : url(img/line2.gif);
  background-repeat : repeat-x;
  background-attachment : fixed; 
}
.line2{
  width: 100%;
  height: 10px;
  background-image : url(img/line.gif);
  background-repeat : repeat-x;
  background-attachment : fixed; 
}


/*メニュー*/
#menu table{
  width: 100%;
}
#menu table td{
  width: 33%;
  margin : 15px 0px;
  padding : 5px 0px;
  background-color : #f9c038;
  text-align : center;
}

/*概要*/
#sumdiv{
  background-image : url(img/sumback1.png);
  background-repeat : repeat;
  background-attachment : fixed; 
  border: 2px solid #200;
  color: #200;
  font-weight: bold;
  margin: 0px 20px;
  padding-top: 20px;
  padding-left: 20px;
}
#sumdiv a,u{
  color: #A00;
}

/*サイエンスオープンラボとは？*/
#aboutSOL a{
  color: #600;
}


/*企画　img*/
.param1{
  padding: 10px;
}

/*企画タイトル*/
.titlespan{
  color: #c60;
  font-size: larger;
  font-weight: bold;
  text-decoration: underline;
}


/*マップ*/
.map{
  text-align: center;
}
.map img{
  border: 1px solid black;
}

/*ヘッダー*/
.header{
  text-align: center;
}
.header h2{
  color: #300;
}
.header img{
  padding-top: 5px;
}

/*フッター*/
.footer{
  text-align: center;
}