@charset "Shift_JIS";
@import url("tk_base.css");

body {
	color: #000; background-color: #FFF; 
	font-size: 100%;
}

a:link { color: #00F;}
a:visited { color: #609;}
a:active { color: #F00;}
a:hover { color: #F00;}


}
hr{
	height:1px; color:#FFF; /* .threadの背景色と同じに */
	border-width: 1px 0px 0px 0px; border-color:#9CF;
	border-style: dotted;
}

.num { color:#336699; }
.name { color:#708090; }
.info { color:#8698AC; }

.re { color: #A76; }

em { font-weight: bold; font-style: normal; }
em.limit { color:#F00; }
strong { font-weight: normal; color:#F00; }
em strong, strong em { font-weight: bold; color:#F00; }

/* ---------- */

h1 { font-size: 100%; font-weight: normal; }
h2 { font-size: 110%; font-weight: bold; }
h3 { font-size: 95%; font-weight: bold; color: #FFF; background-color: #9CF; }
h4 { font-size: 95%; font-weight: normal; }

.top, .foot {
	background-color: transparent;
	border-style: dotted; border-width: 1px;
	border-color: #69F;
}
.thread {
	background-color: transparent;
	border-style: dotted; border-width: 1px;
	border-color: #69F;
}

.notice span { color: #666; background-color: #FFEFEF; }

/* ---------- */

.paint {
	border-style: none; border-width: 0px;
}
.Palette {
	border-style: dotted; border-width: 1px;
	border-color: #69F;
}

.help h4 { font-size: 100%; color: #393; }
.help dt { font-weight: bold; color: #336;}

/* ---------- */

.deltbl thead tr {
	background-color: #FFFFEF;
}
.deltbl tbody tr {
	background-color: #EFFFFF;
}
.thread .deltbl td { border-style: solid; border-width: 1px; }
.thread .tmptbl td { border-style: solid; border-width: 1px; }

/* ---------- */

.cataimg {
	width: 180px; height: 200px;
	border-style: dotted; border-width: 1px;
	border-color: #9CF;
	margin: -1px -0px -0px -1px; /* ボーダーを重ね合わせている */
}
