/* CSS Document */

/* 入力テキスト全般のスタイル */
.zen{
  ime-mode: active;
}
.han{
  ime-mode: inactive;
}
.fhan{
  ime-mode: disabled;
}
.bold {
  font-weight: bold;
}

.l {
  text-align: left;
}
.c {
  text-align: center;
}
.r {
  text-align: right;
}

input.num {
  text-align: right;
}

/* 画像関連のスタイル */
img {margin: 0px;}


/* リンク関連のスタイル */
a :hover{
  cursor: pointer;
}

a {
  text-decoration: none;
}

li.clr {
  clear: both;
}

.hid{
  overflow: hidden;
}
.nowrap{
  white-space: nowrap;
  overflow: hidden;
}

table.fix {
  table-layout:fixed;
}
