/*トップページのスタイル*/
body {
	scrollbar-base-color: #FF84A3; 
    scrollbar-arrow-color: white; 
}

/*新着JOBのスタイル*/
#newjob {
	width: 360px;
	margin-top: 0px;
	margin-left: 10px;
}
#newjob h1 {
	margin: 0px;
}
#newjob table {
	margin: 0px;
	padding: 0px;
	height: 130px;
	border: thin solid #FF84A3;
	overflow: auto;
	width: 360px;
}
#newjob div {
	overflow: auto;
	height: 130px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 140%;
}
#newjob ul {
	margin: 0px;
	list-style-type: none;
}

/*モバイルのスタイル*/
#mb {
	width: 358px;
	margin-top: 10px;
	margin-left: 10px;
	border: thin solid #c0c0c0;
	height: 75px;
}
#mb img {
	float: left;
	margin-left: 16px;
}
#mb p {
	text-align: left;
	margin-top: 12px;
	margin-bottom: 0px;
}

/*東北地図のスタイル*/
#touhoku {

	width: 358px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #FF84A3;
	height: 190px;
}

/*cate01のスタイル*/
#cate01 {
	height: 340px;
	width: 380px;
	border: 1px solid #FF84A3;
	background-color: #fffbf4;
	text-align: center;
}
#cate01 h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#cate01 li {
	list-style-position: outside;
	list-style-image: url(img/arrow_right.gif);
	text-align: left;
	font-size: 14px;
	line-height: 200%;
	font-weight: bold;
}







#cate02 {
	width: 380px;
	text-align: center;
}
#cate02 td {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
