/* 
   okazaki.css created by yasuyo mukoda
   link rel=stylesheet type="text/css" href="staff only.css"
*/

div.cont {width: 700px;
          }
		  
p {font-weight: bold;
   }

a:link , a:visited {color: blue;
                    text-decoration: none;
                   }

a:hover {color: skyblue;
         text-decoration: underline;
         }

dt {color: 2B5393;
    font-weight: bold;
	}

td.text {vertical-align: baseline;
         }
		 
th.new {padding: 4px;
         font-size: 14px;
	     color: #FF1414;
	     background-color: #eac1ea;
		 text-align: left;
		 }
	
th.back {padding: 4px;
         font-size: 14px;
	     color: #2B5393;
	     background-color: skyblue;
		 text-align: left;
         }
		 
li {padding: 3px;
   }
		 
div.down {text-indent: 3em;
          color: #FF1414;
		  width: 400px;
          }
p.c {text-align: center;
      }
	  
hr.copy {width: 650px;
    }