@charset "Shift_JIS";
/* 共通の設定 */

/* メイン */
* {
	padding: 0;
	margin: 0;
}

td {
	font-size: 12px;
}

/* タグ別 */
img {
	vertical-align: text-bottom;
	border: none;
}
input,
textarea,
select {
	font-size: 12px;
	margin: 0;
	padding: 1px;
	vertical-align: middle ;
}

input.text,
input.password,
input.bottun,
textarea {
	border-width: 1px;
	border-style: solid;
	overflow: auto;
}

input.radio,
input.checkbox {
	margin-right: 5px;
	margin-top: 0;
	border-style: none;
}

input.submit,
input.button{
	text-align: center;
	padding: 2px 0 0 0;
}

input.btn {
	background-color: #FFFFFF;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 8px;
}


/* 用途別 */
.caution {
	font-weight: bold;
	color: #ff0000;
}

.copyright{
	font-size: 10px;
}

.btn {
	border-width: 1px;
	border-style: solid;
	margin: 1px;
	padding: 1px;
	vertical-align: middle;
	cursor: pointer;
}

.qrcode {
	vertical-align:middle;
}

/* コンソールの設定 */
/* lib/trpgchat.phpのhtml_header()で設定 */
/* 将来的には管理画面設定化を予定 */
.console {
	font-size: 12px;
	margin: 3px;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	z-index: 1000;
}
.console #body {
	padding: 0 5px;
}
.console dt {
	font-weight: bold;
	cursor: pointer;
}
.console dd {
	padding-left: 15px;
}
