/* 発言枠・チャット会話欄共通の設定 */
@charset "Shift_JIS";
@import url("index.css");
@import url("main.css");

/* メイン */
td {
	font-size: 12px;
}

/* タグ別 */
img {
	vertical-align: text-bottom;
	border: none;
}

input, textarea, select {
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
}

h1 {
	font-size:xx-large;
}

h2 {
	font-size:x-large;
}

h3 {
	font-size:large;
}

h4 {
	font-size:medium;
}

h5 {
	font-size:small;
}

h6 {
	font-size:x-small;
}


/* 用途別 */
.help {
}

.caution {
	font-weight: bold;
	color: #ff0000;
}

.copyright{
	font-size: 10px;
}


/* 個別 */

