input {
  font-family:MS UI Gothic;
}
.txtmodez {
  ime-mode: active;   /* 全角モード */
}
.txtmodeh {
  ime-mode: inactive; /* 半角モード */
}

.body {
  background-color: #E7E8F2;  /* 背景の色 */
  color: #666666;             /* テキストの色 */
}

/* 一番上の帯部分 */
.top01{
  background-color: #3b5998;  /* 背景の色 face */
  color: #ffffff;             /* テキストの色 */
}

/* 一番下の帯部分 */
.bottom00{
  background-color: #E7E8F2;  /* 背景の色 */
}
.bottom01{
  background-color: #4682b4;  /* 背景の色 face */
}
.bottom02{
  background-color: #3b5998;  /* 背景の色 facebook */
}

/* メニュー部分 */
.menu_back{
  background-color: #999999;  /* 背景の色 ana */
}
.menu_title{
  background-color: #3b5998;  /* 背景の色 ana */
  color: #ffffff;             /* テキストの色 */
}
.menu_body{
  background-color: #FFFFCC;  /* 背景の色 */
}
.menu_item{
  color: #666666;             /* テキストの色 */
}

/* ボタン部分 */
.button_back{
  background-color: #4682b4;  /* 背景の色 face */
  color: #ffffff;             /* テキストの色 */
}
.button_body{
  background-color: #cccccc;  /* 背景の色 */
}
.button_style{
  width: 100%;
  height: 35px;
  font-size: 14px;
  font-weight: bold;
}

