/**
 * base.css
 *
 * @package: ExeCMS
 * @author: y.chiba@i-exec.jp
 * @date: 2006/12/31 00:35:51
 *
 * CAUTION!
 * This css file is auto generated by ExeCMS.
 * DO NOT change or remove any parameters!
 */

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  background-color: #fff;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif, "Hiragino Kaku Gothic Pro", osaka;
  color: #333;
  height: 100%;
}

img {
  border-style: none;
  vertical-align: bottom;
}

input,textarea {

}

select {

}

/* Table */
table {
  border-collapse: collapse;
}

table, th, td {
  border-color: #ccc;
}

th, td {
  font-size: 12px;
}

th {
  text-align: center;
}

em.notice {
  color: #c00;
  font-style: normal;
}

div#main table.datalist th,
div#main table.datalist td {
  padding: 3px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  font-size: 10px;
}

div#main table.datalist th {
  background-color: #e9e9e9;
  color: #000;
}

