/* チャット会話欄の設定 */
@charset "Shift_JIS";

/* メイン */
html {
	font-weight: normal;
}

body {
	padding: 0px;
}

/* 個別 */
.com_row, .chatwindow {
	font-size: 12px;
	line-height: 24px;
}

.help, .online, .indi, .pastlog {
	font-size: 12px;
}

.indi {
	font-weight:bold;
	text-decoration: none;
}
