/* tinymce で使用するスタイル */
.agreementtext-area{
  display:block;
  width:98%;
  height:200px;
  overflow-y:scroll;
  padding:2px;
  border:1px solid gray;
}

.button-style{
  border:1px solid gray;
  background-color:silver;
  padding:2px 7px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

a.button-style, .button-style a{
  color: #333333;
  text-decoration: none;
}

a:hover.button-style, .button-style a:hover{
  color: #333333;
  text-decoration: none;
}

.button-style:hover{background-color:#eeeeee;}


.table1{
  border-collapse: separate;
  border-spacing: 2px;
}

.table1 td{
  padding:2px;
  background-color:#F5F3EC;
}

.table1 td.table1-header,.table1 tr.table1-header td{
  background-color:#ECE8D9;
}
