/* チャットUI用スタイル仮 */
#chat_container {
  position: fixed;
  bottom: 0;
  right: 0;
  width:300px;
  height:400px;
  background:#fff;
  border:1px solid #ccc;
  overflow:auto;
}
