/*木工まつり用CSS*/


body,table,tr,td{
  font-size: 11pt;
  color: #000000;
  font-family: MS Pゴシック;
}
a:link{
  color: #e64d4d;
  text-decoration: none;
}
a:visited{
  color: #e63333;
  text-decoration: none;
}
a:hover{
  color: #e64d4d;
  border-bottom-width:1px;
  border-bottom-style:dotted;
  border-bottom-color:#e64d4d;
}
a:active{
  color: #e64d4d;
  text-decoration: none;
}
body{
  scrollbar-face-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-track-color:#FFFFFF;
  scrollbar-shadow-color:#e64d33;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#e64d33;
  scrollbar-darkshadow-color:#e64d33;
}
table.1{
  border:2px dashed #DCDCDC;
  width:800px;
  background-color: #FFFFFF;
  background-image: url(line.png);
  background-repeat: repeat-y;
}
table.2{
  width:500;
  border:dashed 1px;border-color:yellowgreen;
  filter:Alpha(opacity=90
);
}
td.1{
  font-size: 10pt;
  color: #000000;
  letter-spacing : 3px; line-height : 20px;
}
td.2{
  padding: 20px 10px 25px 5px;
  line-height : 25px;
}
hr.1{
  width: 560;
  border: none;
  border-top: 2px #1E90FF dashed;
}
