/* -----------------------------------------------
 * 求人スパイス用
 * ----------------------------------------------- */
a:link{ text-decoration:none; color:#FF0000; }
a:visited{ text-decoration:none; color:#990000; }
a:active{ text-decoration:underline; color:#333333; }
a:hover{ text-decoration:underline; color:#FF4242; }
body{ font-size:100%; color:#222222; background-color:#FFFFFF; margin-top:10px; margin-bottom:10px; margin-left:10px; margin-right:10px; }

/* -----------------------------------------------
 * TOPページ用
 * ----------------------------------------------- */



/* -----------------------------------------------
 * 共通
 * ----------------------------------------------- */

.x-large{ font-size:150%; }
.large{ font-size:120%; line-height: 1.2; }
.mid{ font-size:100%; line-height: 1.3; }
.normal{ font-size:84%; line-height: 1.3; }
.small{ font-size:75%; line-height: 1.3; }
.x-small{ font-size:60%; line-height: 1.2; }

.head-text{ font-size:84%; }

.midasi {  font-size: 140%; font-weight: bold; }
.column {  font-size: 84%; color:#222222; line-height: 1.3; }

.date { color:#777777; }

.num { font-size: 84%;
	color:#222222;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#99D4FB;
	border-width:1px;
	padding:2px;
}

.copyright{ font-size:75%; color:#FFFFFF; }


div.cate-b-box {
	padding: 0px 0px 10px 0px;
	width: 203px;
	height: 57px;
	float:left;
}

div.cate-b {
	font-size:18px;
	font-weight: bold;
	color:#FFFFFF;
	text-align:center;
	padding: 12px 0px 0px 0px;
	width: 193px;
	height: 47px;
	background-image: url(../img/b_bg01.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.cate-b a:link{ text-decoration:none; color:#FFFFFF; }
.cate-b a:visited{ text-decoration:none; color:#FFFFFF; }
.cate-b a:active{ text-decoration:underline; color:#FFFFFF; }
.cate-b a:hover{ text-decoration:underline; color:#FFFFFF; }




form.form{
  margin: 0px;
}

TEXTAREA {
  width: 100%;
}


/* ---------------------------
TABLE：背景色あり
--------------------------- */
TABLE.td-main-color{
  background: #FFFFCB;      /* 背景色 */
}


/* -----------------------------------------------
 * admin用
 * ----------------------------------------------- */

.admin-large{ font-size:150%; line-height: 1.2; }
.admin-mid{ font-size:120%; line-height: 1.3; }
.admin-normal{ font-size:100%; line-height: 1.3; }
.admin-small{ font-size:84%; line-height: 1.2; }
