/*  Newtonism CSS  */
/*  授業ページスタイル  */

/**********ＩＤ別スタイル**********/
#wrapper{
}
#main {
  margin: 5px 190px 0px 5px;
}
#menu{
  margin: 5px 5px 0px 5px;
  width: 180px;
  position:absolute;
  right: 0px;
  background-color : #D7EBFF;
  z-index:100;
}
#conversation{
}
#conversation table{
  margin: 10px 0px 10px 0px;
}
#conversation th{
  vertical-align:top;
}
#menubar {
  margin : 0px;
  padding : 0px;
  list-style-type : none;
}
#menubar dt{
  height:30px;
  width:100%;
  text-indent:-9999px;
}
#menubar dt a{
  display:block;
  background-repeat:no-repeat;
  background-position:center;
  text-decoration : none;
  margin:0px;
  padding:0px;
  border:0px;
  outline: none;
  width:100%;
  height:30px;
}
#menubar dt.first a{
  background-image:url(./img/first.gif);
}
#menubar dt.chapter1 a{
  background-image:url(./img/chapter1.gif);
}
#menubar dt.chapter2 a{
  background-image:url(./img/chapter2.gif);
}
#menubar dt.chapter3 a{
  background-image:url(./img/chapter3.gif);
}
#menubar dt.dataroom {
  background-image:url(./img/dataroom.gif);
}
#menubar dt.chapter1,#menubar dt.chapter1 a:hover,#menubar dt.chapter1 a:focus{
  background-image:url(./img/chapter1_hover.gif);
}
#menubar dt.chapter2,#menubar dt.chapter2 a:hover,#menubar dt.chapter2 a:focus{
  background-image:url(./img/chapter2_hover.gif);
}
#menubar dt.chapter3,#menubar dt.chapter3 a:hover,#menubar dt.chapter3 a:focus{
  background-image:url(./img/chapter3_hover.gif);
}
#menubar dd{
  margin : 5px 5px 5px 5px;
  font-size:11pt;
  line-height: 150%;
  color : #000000;
}
#menubar dd a{
  background-image:url(./img/allow.gif);
  background-repeat:no-repeat;
  background-position:0 center;
  color : #000000;
  padding-left:17px;
  text-decoration:none;
}
#menubar dd a:hover{
  text-decoration:underline;
  background-image:url(./img/allow_hover.gif);
}
#menubar dd span{
  background-image:url(./img/allow_now.gif);
  background-repeat:no-repeat;
  background-position:0 center;
  padding-left:17px;
}

/**********クラス別スタイル**********/
.sentence {
}
.board {
  font-size:1.2em;
  background-color: #006600;
  color		:#FFFFFF;
  border-width : 5px;
  border-color : #000000;
  border-style : double;
  margin: 0px 0px 15px 0px;
  padding : 8px 8px 8px 8px;
  line-height	: 130%;
}
.yougo {
  font-size:1.2em;
  background-color: #006600;
  width:200px;
  float:right;
  color		:#FFFFFF;
  border-width : 5px;
  border-color : #000000;
  border-style : double;
  margin: 0px 0px 15px 0px;
  padding : 8px 8px 8px 8px;
  line-height	: 130%;
}

