@charset "UTF-8";
UL,LI,P {
  margin: 0;
  padding: 0;
  list-style: none;
}
IMG {
  border: none;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
#tabs LI {
  display: inline;
}
#test1{
  border-width: 3px;
  border-style: solid;
  border-color : rgb(102, 51, 0);
  width : 850px;
  padding-bottom: 12px;
}
#test2{
  border-width: 3px;
  border-style: solid;
  border-color: red;
  width : 850px;
  padding-bottom: 12px;
}
#test3{
  border-width: 3px;
  border-style: solid;
  border-color: blue;
  width : 850px;
  padding-bottom: 12px;
}
#test4{
  border-width: 3px;
  border-style: solid;
  border-color: green;
  width : 850px;
  padding-bottom: 12px;
}
#test2,
#test3,
#test4 {
  display: none;
}
.waku {
  width: 820px;
  margin-left: auto;
  margin-right: auto;
}