@charset "EUC-JP";

#chat_area {
  margin: 16px auto 16px auto;
  width: 800px;
  padding: 6px;
  border: solid 1px #d3d3d3;
  font-size: 12px; line-height: 1.5; color: #333;
  background-color: #fff;
}

#chat_area_keysearch {
  margin: 16px auto 16px auto;
  width: 700px;
  padding: 6px;
  border: solid 1px #d3d3d3;
  font-size: 12px; line-height: 1.3; color: #333;
  background-color: #fff;
}

#chat_area_komado {
  margin: 16px auto 20px auto;
  width: 500px;
/*  padding: 6px 0px 0px 0px;*/
  border: solid 1px #d3d3d3;
  font-size: 12px; line-height: 1.3; color: #333;
  background-color: #fff;
}


#chat_area_corp {
  margin: 20px auto 20px auto;
  padding: 4px 0px 4px 0px;
  width: 570px;
  border: solid 1px #d3d3d3;
  font-size: 12px; line-height: 1.3; color: #333;
  background-color: #fff;
}




#chat_l {
  width: 150px;
  float: left;
  display: inline;
  margin-left: 10px;
/*  background-color: #c9c9c9;*/
}


#chat_r {
  width: 552px;
  float: right;
  display: inline;
  margin-right: 16px;
/*  background-color: #c9c9c9;*/
  text-align: left;
  font-size: 12px; line-height: 1.5; color: #333;
}

#chat_r_keysearch {
  width: 440px;
  float: right;
  display: inline;
  margin-right: 16px;
/*  background-color: #c9c9c9;*/
  text-align: left;
  font-size: 12px; line-height: 1.3; color: #333;
}

#chat_r_komado {
  width: 260px;
  float: right;
  display: inline;
  margin-right: 16px;
/*  background-color: #c9c9c9;*/
  text-align: left;
  font-size: 12px; line-height: 1.5; color: #333;
}

#chat_r_corp {
  width: 390px;
  float: right;
  display: inline;
  margin-right: 16px;
  text-align: left;
  font-size: 12px; line-height: 1.5; color: #333;
}
#chat_r_corp ul{
	/*list-style: none;*/
    margin: 0px;
    padding: 0px;
}
#chat_r_corp li{
	padding:5px 0px 0px 27px;
	margin: 1px ;
	width:113px;
	height:20px;
    background:url('/common/img/chat_bk140.jpg');
    background-repeat: no-repeat;
    font-size: 12px;
}


#chat_r a:link {
  color: #800;
  text-decoration: underline;
}

#chat_r a:visited {
  color: #800;
  text-decoration: underline;
}

#chat_r a:hover {
  color: #c90;
  text-decoration: underline;
}


.chat_r_txt {
  font-size: 13px;
}

.chattxt_top {
  font-size: 10px;
}

.chattxt_home {
  font-size: 9px;
}

.chat_g_area_top {
/* border: solid 1px #c9c9c9; */
  margin: 16px 0px 16px 0px;
  padding: 6px 0px 6px 0px;
/*  margin-bottom: 16px;*/
  text-align: center;
}

.chat_g_area_all {
  border: solid 1px #c9c9c9;
  margin: 16px 0px 16px 0px;
  padding: 6px 0px 6px 0px;
/*  margin-bottom: 16px;*/
  text-align: center;
}

.chat_g_area_all ul{
	list-style: none;
    margin: 0px;
    padding: 0px;
}

.chat_g_area_all li{
	padding:2px 0px 2px 15px;
	margin: 5px 0px 0px 0px;
	width:120px;
    background:url('/common/img/chat_bk120.jpg');
    background-repeat: no-repeat;
}

.chat_g_area_top ul{
	list-style: none;
    margin: 0px;
    padding: 0px;
}
.chat_g_area_top li{
	padding:5px 0px 0px 25px;
	margin: 1px;
	width:95px;
	height:20px;
    background:url('/common/img/chat_bk120.jpg');
    background-repeat: no-repeat;
}

.chat_tarea_top {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}


/*テキストを左揃え*/
.txt_left {
  text-align: left;
}


.clear {
  clear: both;
}

