@charset "utf-8";

/* ボタン表示 */
#searchSection ul li a,
#searchSection ol li a,
#pickupSection h2,
#jobSection	div div table th h2,
#contentsSection h2 {
	position:relative;
	font-size:12px;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	display:block;
}
#searchSection ul li a span,
#searchSection ol li a span,
#pickupSection h2 span,
#jobSection	div div table th h2 span,
#contentsSection h2 span{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

h1,h2,h3,h4,p{
	margin:0;
	background:none;
	padding:0;
	width:auto;
	line-height:normal;
	}



/* searchSection */
#searchSection{
	position:relative;
	background:url(/img/common/line_dot.gif) repeat-x 0 100%;
	height:221px;
	margin-bottom:10px;
	}
#searchSection ul{
	position:absolute;
	top:0;
	left:0;
	}
#searchSection ul li{
	margin-bottom:4px;
	}
#searchSection ul li a{
	width:191px;
	height:50px;
	}
#searchSection ul li#area a span{
	background:url(/img/home/btn_search.gif) repeat-x 0 0;
	}
#searchSection ul li#area a:hover span{
	background:url(/img/home/btn_search.gif) repeat-x -199px 0;
	}
#searchSection ul li#line a span{
	background:url(/img/home/btn_search.gif) repeat-x 0 -54px;
	}
#searchSection ul li#line a:hover span{
	background:url(/img/home/btn_search.gif) repeat-x -199px -54px;
	}
#searchSection ul li#job a span{
	background:url(/img/home/btn_search.gif) repeat-x 0 -108px;
	}
#searchSection ul li#job a:hover span{
	background:url(/img/home/btn_search.gif) repeat-x -199px -108px;
	}
#searchSection ul li#special a span{
	background:url(/img/home/btn_search.gif) repeat-x 0 -162px;
	}
#searchSection ul li#special a:hover span{
	background:url(/img/home/btn_search.gif) repeat-x -199px -162px;
	}
#searchSection ol li{
	position:absolute;
	top:0;
	left:198px;
	}
#searchSection ol li#special2{
	top:0;
	left:518px;
	}
#searchSection ol li a {
	width:315px;
	height:158px;
	}
#searchSection ol li a span{
	background:url(/img/home/btn_special.jpg) repeat-x 0 0;
	}
#searchSection ol li a:hover span{
	background:url(/img/home/btn_special.jpg) repeat-x 0 -169px;
	}
#searchSection ol li#special2 a span{
	background:url(/img/home/btn_special.jpg) repeat-x -319px 0;
	}
#searchSection ol li#special2 a:hover span{
	background:url(/img/home/btn_special.jpg) repeat-x -319px -169px;
	}
#searchSection form{
	background:url(/img/home/bg_keyword.gif) no-repeat 0 0;
	position:absolute;
	top:162px;
	left:198px;
	width:634px;
	height:50px;
	padding:0;
	}
#searchSection form .formfield{
	position:absolute;
	left:182px;
	top:7px;
	width:330px;
	}
#searchSection form #btnSearch{
	position:absolute;
	left:525px;
	top:7px;
	}
#searchSection form #tWord{
	position:absolute;
	left:185px;
	top:31px;
	font-size:10px;
	line-height:normal;
	}
#searchSection form #tWord a{
	margin:0 0 0 5px;
	}
/* pickupSection */
#pickupSection{
	float:left;
	width:270px;
	}
#pickupSection .list div:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
#pickupSection .list div {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html #pickupSection .list div {
	height:1%;
}
#pickupSection .list {
	background:url(/img/home/bg_pickup.gif) no-repeat 0 0;
	padding:6px 0 0 0 ;
	margin-bottom:5px;
}
#pickupSection .list div {
	padding:0 6px 8px 6px;
	background:url(/img/home/bg_pickup.gif) no-repeat 0 100%;
}
#pickupSection .list .photo{
	background:url(/img/home/bg_pickup_photo.gif) no-repeat 0 0;
	width:80px;
	height:60px;
	display:block;
	padding:3px;
	margin-right:5px;
	float:left;
	}
#pickupSection h2{
	height:32px;
	margin-bottom:5px;
	}
#pickupSection h2 span{ /* 将来の全国版？ */
	background:url(/img/home/h_pickup.gif) no-repeat 0 0;
	}
#p-kanto #pickupSection h2 span{
	background:url(/img/home/h_pickup.gif) no-repeat 0 0;
	}
#p-tokai #pickupSection h2 span{
	background:url(/img/home/h_pickup.gif) no-repeat 0 -40px;
	}
#p-kansai #pickupSection h2 span{
	background:url(/img/home/h_pickup.gif) no-repeat 0 -80px;
	}
#p-tohoku #pickupSection h2 span{
	background:url(/img/home/h_pickup.gif) no-repeat 0 -120px;
	}
#p-hokuriku #pickupSection h2 span{
	background:url(/img/home/h_pickup.gif) no-repeat 0 -160px;
	}
#p-chugoku #pickupSection h2 span{
	background:url(/img/home/h_pickup.gif) no-repeat 0 -200px;
	}
#p-kyusyu #pickupSection h2 span{
	background:url(/img/home/h_pickup.gif) no-repeat 0 -240px;
	}
#pickupSection .list h3{
	width:162px;
	font-size:12px;
	float:right;
	line-height:160%;
	/*
	background:url(/img/common/icon/icon_link.gif) no-repeat 0 50%;
	padding-left:7px;
	*/
	font-weight:bold;
	}
#pickupSection .list p{
	width:165px;
	font-size:11px;
	float:right;
	line-height:140%;
	}
/* main */		
#main{
	float:right;
	width:550px;
	}	
/* jobSection */	
#jobSection	div{
	padding:0 0 8px 0;
	margin-bottom:8px;
	}
#jobSection	div div{
	padding:6px 0 0 0;
	margin:0;
	}
#jobSection	div div table th{
	width:80px;
	text-align:center;
	padding:5px;
	}
#jobSection	div div table td{
	padding:0 8px;
	}
#jobSection	div div table td ul li{
	float:left;
	width:148px;
	}
#jobSection	div#jobBox div table td ul li{
	float:left;
	width:222px;
	}
#jobSection	div div table th h2{
	width:58px;
	height:66px;
	margin:auto;
	}
#jobSection	#areaBox h2 span{
	background:url(/img/home/pic_area.gif) no-repeat 0 0;
	}
#jobSection	#jobBox h2 span{
	background:url(/img/home/pic_job.gif) no-repeat 0 0;
	}
#jobSection	#moneyBox h2 span{
	background:url(/img/home/pic_money.gif) no-repeat 0 0;
	}
#jobSection	#meritBox h2 span{
	background:url(/img/home/pic_merit.gif) no-repeat 0 0;
	}
#jobSection	#areaBox ul li a{
	background:url(/img/common/icon/icon_link_orange.gif) no-repeat 0 50%;
	padding-left:15px;
	}
#jobSection	#jobBox ul li a{
	background:url(/img/common/icon/icon_link_green.gif) no-repeat 0 50%;
	padding-left:15px;
	}
#jobSection	#moneyBox ul li a{
	background:url(/img/common/icon/icon_link_blue.gif) no-repeat 0 50%;
	padding-left:15px;
	}
#jobSection	#meritBox ul li a{
	background:url(/img/common/icon/icon_link_pink.gif) no-repeat 0 50%;
	padding-left:15px;
	}
#jobSection	#areaBox{
	background:url(/img/home/bg_areabox.gif) no-repeat 0 100%;
	}
#jobSection	#areaBox .boxBg{
	background:url(/img/home/bg_areabox.gif) no-repeat 0 0;
	}
#jobSection	#jobBox{
	background:url(/img/home/bg_jobbox.gif) no-repeat 0 100%;
	}
#jobSection	#jobBox .boxBg{
	background:url(/img/home/bg_jobbox.gif) no-repeat 0 0;
	}
#jobSection	#moneyBox{
	background:url(/img/home/bg_moneybox.gif) no-repeat 0 100%;
	}
#jobSection	#moneyBox .boxBg{
	background:url(/img/home/bg_moneybox.gif) no-repeat 0 0;
	}
#jobSection	#meritBox{
	background:url(/img/home/bg_meritbox.gif) no-repeat 0 100%;
	}
#jobSection	#meritBox .boxBg{
	background:url(/img/home/bg_meritbox.gif) no-repeat 0 0;
	}
/* contentsSection */	
#contentsSection{
	background:url(/img/home/bg_contents.gif) no-repeat 0 100%;
	margin-bottom:10px;
	}
#contentsSection h2{
	height:25px;
	}
#contentsSection h2 span{
	background:url(/img/home/h_contents.gif) no-repeat 0 100%;
	}
#contentsSection .list{
	padding:5px 10px 10px 10px;
	}
#contentsSection .list li{
	width:176px;
	}
