body {
  font-size: 16px;
  scrollbar-face-color:#ffffff;
  scrollbar-3d-light-color:#ffffff;
  scrollbar-arrow-color:#008000;
  scrollbar-highlight-color:#ffffff;
  scrollbar-base-color:#008000;
  scrollbar-shadow-color:#08000;
  scrollbar-darkshadow-color:#ffffff;
}
.t20{
  font-size : 20px;
	line-height : 32px;
}
.t16{
  font-size : 16px;
}
.t24{
  font-size : 24px;
}
.t30{
  font-size : 30px;
}
.t12{
  font : 12px/16px;
}
.t10{
  font : 10px;
}
.t14{
  font-size : 14px;
}
A:LINK{
  color : blue;
  text-decoration : none;
}
A:VISITED{
  color : purple;
  text-decoration : none;
}
A:ACTIVE{
  color : #ff8080;
  text-decoration : underline;
}
A:HOVER{
  color : red;
  text-decoration : underline;
}
.form  {
  border-top : 1px solid orange ;
  border-bottom : 1px solid orange ;
  border-left : 1px solid orange ;
  border-right : 1px solid orange ;
  background-color : #ffffee ;
  font-size : 16px ;
  line-height: 18px ;
}

.box{
	padding:10px 10px;
	background-color:#ffffdd;
	border-style:dashed;
	border-color:#008000;
	border-width:1px;
	line-height:140%;
}

.madori{
  font-size: 16px;
  overflow: hidden;
	margin: 0;
}
	
#box{
	padding:10px;
	background-color:#ffffff;
	border-style:dashed;
	border-color:#008000;
	border-width:1px;
	line-height:140%;
}


