@charset "UTF-8";

/*____________________________________________________

     Green and BCP Style
     Center for the Science of Human Endeavor 2007 Allrights Reseved

____________________________________________________*/


/* Header
____________________________________________________*/

div#container div#content h3 {
   float: left;
   width: 590px;
   margin: 0.5em 0 0.5em 0;
   font-size: 150%;
   font-weight: bold;
   border: none;
}


div#container div#content dl.detail {
  display: inline;
  float: left;
  margin:1em 8px 1em;
  padding: 1em;
  line-height: 180%;
  background: #f9f9f9;
}


div#container div#content dl.detail dt {
  width: 5em;
  margin: 0;
}

div#container div#content dl.detail dd {
  margin-left: 6em;
  float: left;
}

/* Form Item
____________________________________________________*/

div#container table {
   clear: both;
   margin: 1em auto;
   width: 590px;
}

div#container table th {
   padding: 8px 0 0 5px;
   height: 40px;
   border-top: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-left: 1px solid #ccc;
   background: #efefef;
   font-weight: bold;
   text-align: left;
   vertical-align: top;
}

div#container table tr td {
   border-top: 1px solid #ccc;
   border-right: 1px solid #ccc;
}

div#container table tr td span {
   display: block;
   font-size: 85%;
   color: #666;
   margin: 5px 0 -15px 20px;
}

div#container table tr td span.key {
   display: block;
   font-size: 100%;
   color: #333;
   margin: 5px 0 -15px 20px;
}

div#container table tr td select,
div#container table tr td input,
div#container table tr td textarea
 {
   margin: 18px;
   padding: 2px;
   border: 1px solid #666;  
}


div#container table tr td.checkbox {
   padding: 8px;
   border-left: 1px solid #ccc;
}
div#container table tr td.checkbox input {
   margin: 0 10px 0 10px!important;
   padding: 0px;
}

div#container table tr td.submit {
   border-top: 1px solid #ccc;
   border-right: none;
}

div#container table tr td.submit_2 {
   border-top: 1px solid #ccc;
   border-right: none;
}

div#container table tr td.g_company input { width: 10em; }
div#container table tr td.name input { width: 8em; }
div#container table tr td.address input { width: 13em; }
div#container table tr td.mail input { width: 15em; }
div#container table tr td.book input { width: 4em; }
div#container table tr td textarea { width: 33em; height: 12em; }
div#container table tr td.submit input { margin-left: 145px; width: 5em;}
div#container table tr td.submit_2 input { margin-left: 155px; width: 9em;}
div#container table tr td.submit_2 input._2 { margin-left: 0px!important; width: 9em;}
 
div#container table tr td.key input { width: 13em; }


div#container select option {
   padding: 2px;
   background: #fff;
}

div#container input:hover,
div#container textarea:hover {
   
   background: #efefef;
}

div#container table strong {
   display: block;
   color: red;
   font-size: 80%;
   width: 80px;
   font-weight: normal;
}
