@charset "UTF-8";
@import url("rk_base.css");


 body {
	color: #{$colmoj}; background-color: #{$colbac}; 
	font-size: 100%;
}


a:link { color: #{$collink};}
a:visited { color: #{$colvlink};}
a:active { color: #{$colalink};}
a:hover { color: #{$colalink};}

form, p.menu, .res, address {
	font-size:75%;
}
hr{
	height:1px; color:#FFF; /* .threadの背景色と同じに */
	border-width: 1px 1px 0px 0px; border-color:#FC9;
	border-style: dashed;
}

.num { color:#996633; }
.name { color:#908070; font-weight: bold; }
.trip { color:#908070; font-weight: normal; }
.mail { color:#990066; }
.name { color:#908070; }
.info { color:#AC9886; }

.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: 75%; font-weight: bold; color: #FFF; background-color:#DDBBD3; }
h4 { font-size: 75%; font-weight: normal; }

.top, .foot {
	background-color: transparent;
	border-style: dashed; border-width: 1px;
	border-color: #F96;
}
.thread {
	background-color: transparent;
	border-style: dashed; border-width: 1px;
	border-color: #F96;
}

.notice span { color: #666; background-color: #FFEFEF; }

/* ---------- */

.paint {
	border-style: none; border-width: 0px;
}
.Palette {
	border-style: dashed; border-width: 1px;
	border-color: #F96;
}

.help h4 { font-size: 100%; color: #393; }
.help dt { font-weight: bold; color: #633;}

/* ---------- */

.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: dashed; border-width: 1px;
	border-color: #FC9;
	margin: -1px -0px -0px -1px; /* ボーダーを重ね合わせている */
}
