* {
    padding: 0;
    margin: 0;
    font-size: 1em;
}

html, body, h1, h2, h3, li, td, dt, dd {
    text-align: left;
}

ul {
    list-style-type: none;
}

img {
    border-width: 0px;
}

button {
    cursor: pointer;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

p { }

/* base */

#container {
    margin: auto;
}

/* text-align alias */
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}

#content {
    width: 100%;
    text-align: left;
}

/* form */
input {
    padding: 2px;
}
input[name=login_id] { width: 100px; }
input[name=password] { width: 100px; }
button {
    padding: 2px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
