* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  background-color: #ccc;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif, "Hiragino Kaku Gothic Pro", osaka;
  color: #666;
  height: 100%;
}

a {
  color: #3e6591;
}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover {text-decoration: underline}

input,textarea {
  font-size:12px
}

th, td {
  font-size: 12px;
}

h1, h2, h3 {
  font-size: 12px;
}

img {
  border-style: none;
}

table {
  border-collapse: collapse;
}

table, th, td {
  border-color: #ccc;
}

.error {
  color: #c00;
}

.notice {
  color: #c00;
}

.critial {
  color: #c00;
}

.xlarge {
  font-size: 24px;
}


table.datalist {
  border-style: solid;
  border-width: 1px 0 0 1px;
}

table.datalist th {
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: .1em .5em;
}

table.datalist td {
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: .1em .5em;
}

table.datalist .del {
  text-align: center;
  width: 3em;
}

table.datalist .buttons {
  text-align: center;
  width: 8em;
}

div.navi {
  margin: 1.5em 0;
  text-align: right;
  border-style: solid;
  border-width: 1px 0;
}

div.fieldset {
  width: 100%;
  text-align: left;
}

div.fieldset label {
}

div.pagination {
  margin: .7em 0;
  text-align: center;
  font-size: 14px;
}

td.heading {
  padding: 7px 2px 10px 0;
  vertical-align: top;
  white-space: nowrap;
  line-height: 160%;
}

td.value {
  padding: 7px 18px 10px 0;
  vertical-align: top;
  line-height: 160%;
}
