body {
  }
p {
  }
TD  {
  color : black;
  font-size : 14px;
  font-weight : 400;
  background-color : white;
}
a {
  color: navy;
  text-decoration: none ;
}
a:hover {
  text-decoration: underline ;
}
.small{
  font-size:12px;
}
#sample {
  margin:			auto auto;
  width:			550px;
  position: static;
}
.blackboard {
  border:			ridge 7px #936300;
  padding:		15px 8px;
  color:			#fff;
  background-color:	#060;
  line-height:120%;
  word-spacing: 0.2em;
  letter-spacing:0.1em;
}
.blackboard .contents {
  margin-right:		2em;
  position : fixed;
  visibility : visible;
}
.dayduty {
  width:			1em;
  text-align:		center;
  font-weight:		bold;
  right:			0px;
  bottom:			0px;
  float:			right;
  padding-top:		1em;
}
/* ▼ノート内部▼ */
div.notedesign p {
  background-image: url(image/graydash.gif);
  /* 罫線 */
	line-height: 25px;
  /* 外側の余白 */
	padding: 0px 10px 0px 10px;
}
.notew {
  border-bottom-color: #009900;
  border-bottom-style: double;
}
.noteo {
  border-bottom-color: #FF6600;
  border-bottom-style: double;
}