@charset "utf-8";
/* CSS Document */
#chatarea-title {
	margin-top: 8px;
	height: 28px;
	font-size: 1em;
	color: #333;
}
#chatarea-title > div {
	display: inline;
	float: left;
	overflow: hidden;
}
#chatarea-title .name {
	width: 386px;
}
.nowp {
	width: 36px;
	text-align: right;
	margin-right: 10px;
}
.starttime_title {
	width: 160px;
	text-align: left;
	margin-right: 10px;
}
.starttime {
	width: 160px;
	text-align: left;
	margin-right: 10px;
	color: #999;
}
.sysop {
	width: 250px;
}
.frame {
	width: 50px;
	visibility: hidden
}
.chatroom-table {
	height: 28px;
	line-height: 28px;
	font-size: 16px;
}
.chatroom-table:hover {
	/* [disabled]background-color: #EAEAFF;
*/
	/* [disabled]cursor: pointer;
*/
}
.chatroom-table > div {
	display: inline;
	float: left;
	overflow: hidden;
}
.chatroom-table .icon {
	width: 26px;
	position: relative;
}
.chatroom-table .name {
	padding-left: 20px;
	width: 360px;
}
.chatroom-table .lock {
	background-image: url(../images/lock_16.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
}
#chatareadivcontainer #noRoom, #chatareadivcontainer #createRoom {
	text-align: center;
	font-size: 16px;
	margin: 5em 0;
}
.chatroom-table a.chatroom_now, .chatroom-table a.chatroom_now:hover {
	color: #333;
	text-decoration: none
}
