@charset "euc-jp";

/* CSS Document */

*{

	margin:0;

	padding:0;

 font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;

	font-size:12px;

}

a{

	color:#BF8A42;

	text-decoration:none;

}

a:hover{

	text-decoration:underline;

}

img{ border:none; }


.room_liq{
	clear: both;
	overflow: hidden;

	display:block;

	padding: 0 0 8px;
	height:480px;
	border-color: #B7B7B6;

	border-style: none solid;

	border-width: 1px;

}

.room_liq div.chatbox{

	float:left;

	position:relative;

	overflow: hidden;

	display:inline;

	margin: 7px 0 0 10px;

	background: #F5F5F5;

	border:1px solid #BBBBBB;

	width: 112px;

 height:145px;

	text-align: center;

	line-height: 1.8em;

}

.room_liq div.chatbox a,.room_liq div.chatbox a:hover{

	cursor:pointer;

	text-decoration:none;

}

.room_liq div.chatbox a:hover div.namae{

 text-decoration:underline;

}

.room_liq div.chatbox a.all{

	z-index:1;

	position:absolute;

	diplay:block;

	overflow:hidden;

	background:url(http://www.chatpia.jp/common/img/bg_top_thumbnail.gif) no-repeat;

	width:100%;

	height:100%;

	left:0;

}

.room_liq div.color01{

 background-color: #CEFFCE;

}

.room_liq div.chatbox div.status0{

	overflow: hidden;

	padding: 0;

	background: url("http://www.chatpia.jp/common/images/img_status4_chat0.gif") no-repeat center 2px;

	height: 20px;

	font-size: 12px;

	font-weight: bold;

	letter-spacing: 0.01em;

	line-height: 20px;

	text-indent: 77px;

}

.room_liq div.chatbox div.status1{

	overflow: hidden;

	padding: 0;

	background: url("http://www.chatpia.jp/common/images/img_status4_chat1.gif") no-repeat center 2px;

	height: 20px;

	color: #F48100 !important;

	font-size: 12px;

	font-weight: bold;

	letter-spacing: 0.01em;

	line-height: 20px;

	text-indent: 77px;

}

.room_liq div.chatbox div.status2{

	overflow: hidden;

	padding: 0;

	background: url("http://www.chatpia.jp/common/images/img_status4_chat2.gif") no-repeat center 2px;

	height: 20px;

	color: #FF5151 !important;

	font-size: 12px;

	font-weight: bold;

	letter-spacing: 0.01em;

	line-height: 20px;

	text-indent: 77px;

}

.room_liq div.chatbox div.status3{

	overflow: hidden;

	padding: 0;

	background: url("http://www.chatpia.jp/common/images/img_status4_chat3.gif") no-repeat center 2px;

	height: 20px;

	color: #A851FF !important;

	font-size: 12px;

	font-weight: bold;

	letter-spacing: 0.01em;

	line-height: 20px;

	text-indent: 84px;

}

.room_liq div.chatbox div.status4{

	overflow: hidden;

	padding: 0;

	background: url("http://www.chatpia.jp/common/images/img_status4_chat4.gif") no-repeat center 2px;

	height: 20px;

	color: #66B3FF !important;

	font-size: 12px;

	font-weight: bold;

	letter-spacing: 0.01em;

	line-height: 20px;

	text-indent: 84px;

}

.room_liq div.chatbox div.ico_hd{

	/*margin: -20px 0 0;*/

	position:absolute;

	top:0;

	left:0;

	background: url("http://www.chatpia.jp/common/images/icon/ico_hd.gif") no-repeat 0 0;

	height: 19px;

	width: 31px;

}

.room_liq div.hitokoto{
	overflow: hidden;
	margin:3px 3px 2px;
	height: 24px;
	color: #333 !important;
	font-size: 10px !important;
	letter-spacing: 0;
	text-align: left;
	line-height:1.2em;
}

.room_liq div.chatbox div.pict{

	overflow: hidden;

	position: relative;

	margin: 0 auto;

	width: 100%;

	height: 75px;

	background-position:center 0;

	background-repeat:no-repeat;

}

.room_liq div.chatbox div.ico{

	float: left;

	position: absolute;

	margin: 5px 0 0 97px;

}

.room_liq div.chatbox div.namae img{
	margin:2px 3px 5px 0;
	vertical-align:middle;
}

.room_liq div.chatbox div.namae span.small{
font-size:10px;
}

.bottom_left{

	float: left;

	background: url("http://www.chatpia.jp/common/images/bg_top_main_bottom_left.gif") no-repeat 0 -20px;

	width: 15px;

	height: 28px;

}

.bottom_right{

	float: right;

	background: url("http://www.chatpia.jp/common/images/bg_top_main_bottom_right.gif") no-repeat 0 -20px;

	width: 15px;

	height: 28px;

}

.bottom_line{

	margin-top: 7px;

	border-bottom: 1px solid #B8B8B7;

}



.moreLink{

	clear:both;

	display:block;

	margin:8px 10px 0;

	text-align:left;

}



.clear{ clear:both; }

