/**
 * base.css
 *
 * @author: y.chiba@i-exec.jp
 * @date: 2006/12/31 00:35:51
 *
 */
html,body,form,table,tr,th,td,div,p,ul,li,a,h1,h2,h3,h4 {
  margin: 0;
  padding: 0;
}

html {

}

body {
  background-color: #fff;
  font-size: 12px;
  color: #333;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
}

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;
}


.error,
.notice,
.critial {
  color: #c00;
}
