@charset "utf-8";
@import "clearfix.css";
@import "layout.css";
@import "design.css";
@import "error_messages.css";

* {
  margin: 0px;
  padding: 0px;
}
html{
  overflow-y:scroll;
}
body {
  font-family: Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
  font-size: 14px;
}
table {
  border-spacing: 0px;
}
em {
  color: #80bfff;
  font-size: 12px;
}
img {
  border: none;
}
*:first-child+html table { /* IE ALL VERSION ONLY*/
  border-collapse: collapse;
}
input[type="text"] {
  border: none;
  width: 100%;
  font-size: 16px;
}
input[type="password"] {
  border: none;
  width: 100%;
  font-size: 16px;
}
input[type="submit"] {
  background: #000000;
  color: #FFFFFF;
  padding: 5px 15px;
  cursor: pointer;
}
textarea {
  border: 1px 1px 0px 1px solid #C9C9C9;
  width: 100%;
  height: 180px;
}
.menu a, .submenu a {
  color: #000000;
}
div.search input[type="text"] {
  width: 200px;
  height: 20px;
  font-size: 20px;
  border: 1px solid #696969;
}
div.search {
  color: #696969;
  font-size: 20px;
  margin: 0px 20px;
}
