/*--CSS for exbiz_top.html-----------------------------------------------------------------*/

/*--Common-----------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: "メイリオ","ＭＳ Ｐゴシック",Osaka,"ヒラギノ丸ゴ Pro W4";
	color: #666666;
	line-height: 140%;
}
h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
}
a{
	color: #113E91
}
a:hover, a:active{
	color: #3399FF;
}
img{
	border: none;
}

h1 {
	background-color: #CCCCCC;
	color: #000000;
	padding: 2px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	
	margin: 0;
}
address {
	text-align: center;
	display: block;
	clear: both;
}

/*--header-----------------------------------------------------------------------------------------*/
div#container-head {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	height: 159px;
	background-color: #FF6600;
}

div#container-head2 {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

/*--header-navi-----------------------------------------------------------------------------------------*/
#menu-list{
	margin:0;
	padding:0;
}
ul#menu-list li {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.navi {
	padding: 16px;
	margin: 0;
	display: block;
}
ul.navi li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

ul.foot-info {
	padding: 0;
	margin-top: 5px;
	display: block;
	margin-left: 10px;
	margin-right: 5px;
	height: 20px;
	margin-bottom: 3px;
	text-align: center;
}
ul.foot-info li {
	display: inline;
	list-style-type: none;
	background: url(img/splitter.gif) repeat-y right;
	text-align: center;
	margin: 0;
	padding: 0 6px 0 4px;
}
ul.foot-info li.end {
	display: inline;
	list-style-type: none;
	background-image: none;
	margin: 0;
	padding: 0 6px 0 4px;
}

div.foot-navi{
	margin-bottom: 8px;
}
div.foot-navi a{
	text-decoration: none;
}


/*--footer-----------------------------------------------------------------------------------------*/
div#container-footer{
	text-align: left;
}
div#container-foot {
	clear: both;
	width: 810px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	color: #000000;
	background-color: #CCCCCC;
	border-top: solid 3px #000000;
}
div#container-foot a{
	color: #000000;
}
div#container-foot a:hover{
	color: #3399FF;
}
#container-foot address {
	display: block;
	font-style: normal;
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px; 
}
#container-footer arubaito {
	display: blue;
	font-style: normal;
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px;

}

/*--container-body-----------------------------------------------------------------*/
div#container {
	width: 810px;
	clear: both;
	background-color: #FFFFFF;
	border-right: solid 3px #000000;
	border-left: solid 3px #000000;
	margin: 0 auto;
}

div#container-body {
	padding: 10px 0 0 0;
	width: 580px;
	float: left;
	margin-right: 8px;
}
div#container-body h2{
	text-indent: -9999px;
	width:580px;
	height:29px;
	padding-top:10px;
}
div#container-body h2#select-area{
	background: url(exbiz_img/select2.gif) no-repeat bottom;
}
div#container-body h2#select-map{
	background: url(exbiz_img/select_map.jpg) no-repeat bottom;
}
div#container-body h2#part-search{
	background: url(exbiz_img/part_bar.gif) no-repeat bottom;
}
div#container-body h2#ad-search{
	background: url(exbiz_img/ad_bar.jpg) no-repeat bottom;
	padding-top:20px;
}
div#container-body h2#new-order-search{
	background: url(exbiz_img/new_order_bar.jpg) no-repeat bottom;
}
div#container-body h2#rep-special-search{
	background: url(exbiz_img/rep_special_bar.gif) no-repeat bottom;
}
div#container-body h2#kodawari-search{
	background: url(exbiz_img/select4.gif) no-repeat bottom;
}
div#container-body h2#employment-search{
	background: url(exbiz_img/select1.gif) no-repeat bottom;
}

/*
div#container-body h3{
	text-indent: -9999px;
	width:580px;
	height:23px;
	padding-top:16px;
}
div#container-body h3#new-job-info{
	background: url(exbiz_img/topic.jpg) no-repeat bottom;
}
div#container-body h3#topics-job-info{
	background: url(exbiz_img/topic2.jpg) no-repeat bottom;
}
*/
div#container-body h4{
	color: dimgray;
	font-size: small;
}

div#select-area-menu {
	background-image: url(exbiz_img/back-carry.gif);
	float: left;
	width: 156px;
	height: 276px;
	padding: 8px 3px 3px 5px;
	margin-top: 5px;
	margin-right: 4px;
	border:solid 1px #666666;
}

div#select-area-menu img{
	vertical-align: middle;
	margin-bottom:3px;
}

div#select-area-map {
	padding: 0;
	width: 408px;
	height: 287px;
	float: left;
	background-color: white;
	margin-top: 5px;
	margin-right: 0;
	border:solid 1px #666666;
}

div#kodawari-search-wrapper {
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 0;
	width: 576px;
	height: 134px;
	float: left;
	background-image: url(exbiz_img/kodawari.gif);
	margin-top: 5px;
	margin-right: 0;
	
}
div#kodawari-search-wrapper td img{
	padding-top: 16px;
}
div#container-news {
	padding-top:5px;
}
div#select-area-menu img, div#container-news img, td.sample img{
	vertical-align: middle;
}
div#container-news ul{
	display: block;
	padding: 0;
	margin: 0
}
div#container-news li{
	list-style-type: none;
	padding: 0 0 3px 0;
	margin: 0;
}
div#select-area-menu span, div#container-news span, td.sample span, .top_special_search_box span{
	padding-left: 0.6em;
}

div#container-topics {
	padding-top:5px;
}
div#container-topics img{
	vertical-align: middle;
}
div#container-topics ul{
	display: block;
	padding: 0;
	margin: 0 0 16px 0;
}
div#container-topics li{
	list-style-type: none;
	padding: 0 0 3px 0;
	margin: 0;
}
div#container-topics span{
	padding-left: 0.6em;
}


div#container-body div.merit {
	background-image: url(img/merit-bg.gif);
	padding: 10px;
	background-repeat: no-repeat;
	float: left;
	line-height: 130%;
	margin-right: 12px;
}
div#container-body div.merit1 {
	float: left;
	line-height: 130%;
	margin: 0;
	padding: 10px 0 0 0;
}
div#container-body div.merit2 {
	float: left;
	line-height: 130%;
	margin: 0 23px;
	padding: 10px 0 0 0;
}

div#container-body div.meritend {
	float: left;
	line-height: 130%;
	margin: 0;
	padding: 10px 0 0 0;
}


/*--special----------------------------------------------------------------------------------*/
#top_special_search{
	padding-top: 16px;
}
.top_special_search_wrap{
	width: 270px;
	padding: 0 10px 10px;
	float: left;
}
.top_special_search_box{
	width:256px;
	padding:12px 0 12px 12px;
	background: #FEF5E2;
	border-left: solid 1px #E96519;
	border-right: solid 1px #E96519;
	border-bottom: solid 1px #E96519;
	
}
#top_special_search h3{
	text-indent:-9999px;
	height:25px;
}

h3#top_special_search_condition{
	background: url(./images/koumoku1.gif) no-repeat left;
}
h3#top_special_search_famous{
	background: url(./images/koumoku2.gif) no-repeat left;
}
h3#top_special_search_job{
	 background: url(./images/koumoku3.gif) no-repeat left;
}
h3#top_special_search_area{
	 background: url(./images/koumoku4.gif) no-repeat left;
}


/*--container-sub---------------------------------------------------------------------------------------*/

div#container-sub {
	float: right;
	width: 200px;
	padding-top: 10px;
	margin: 0;
}
div#container-sub div.item {
	border-left: solid 1px #666666;
	border-bottom: solid 1px #666666;
	width: 190px;
	padding: 5px;
	margin: 0;
}

div#container-sub h3, div#container-sub h4, div#container-sub h5{
	_border-right: solid 1px #000000;
}

div#container-sub h3#sub-employee{
	text-indent: -9999px;
	background: url(exbiz_img/sub-employee.jpg);
	width:200px;
	height:27px;
}
div#container-sub h3#sub-company{
	text-indent: -9999px;
	background: url(exbiz_img/sub-company.jpg);
	width:200px;
	height:25px;
	margin-top: 16px;
}

div#container-sub h4#sub-employee{
	text-indent: -9999px;
	background: url(exbiz_img/sub-employee.jpg);
	width:200px;
	height:27px;
}
div#container-sub h4#sub-company{
	text-indent: -9999px;
	background: url(exbiz_img/sub-company.jpg);
	width:200px;
	height:25px;
	margin-top: 16px;
}
div#container-sub h5#sub-tyumoku2{
	text-indent: -9999px;
	background: url(exbiz_img/sub-tyumoku2.jpg);
	width:200px;
	height:25px;
	margin-top: 16px;
}
div#container-sub h4#sub-recommend{
	text-indent: -9999px;
	background: url(exbiz_img/recommend_banner.jpg);
	width:200px;
	height:25px;
	margin-top: 16px;
}
div#container-sub h4#sub-link{
	text-indent: -9999px;
	background: url(exbiz_img/sub_link.jpg);
	width:200px;
	height:25px;
	margin-top: 16px;
}
div#container-sub div.item div.qr {
	text-align: center;
	margin-top: 8px;
}
div#container-sub div.item div.qr img{
	margin:5px 0;
}

div.button-wrapper {
	text-align: center;
}
/*--131213_tsuchiya--*/
div#container-sub div.bn a{
	margin:10px auto;
	display:block;
	width:185px;
	height:150px;
	text-indent:-9999px;
	background:url(http://414510.biz/pc_mem/exbiz_img/bn_money.jpg) no-repeat;
}
div#container-sub div.bn a:hover{
	background:url(http://414510.biz/pc_mem/exbiz_img/bn_money_on.jpg) no-repeat;
}

/*--other_parts-----------------------------------------------------------------------------------------*/
p.setumei {
	line-height: 12px;
}

table.sample1 {border: solid 0 #000000; border-separate: collapse;

}
.button{
	margin: 10px 0 12px 0;
}
#btn-join {
	clear: both;
	text-align: center;
	margin: 16px 0;
	float: left;
	width: 580px;
}

#btn-joins {
	clear: both;
	text-decoration:none;
	margin-top: 10px;
	float: left;
	width: 580px;

}

.merit1 h3, .merit2 h3, .meritend h3{
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 7px 0;
}

/*  added 2008/11/26  */
/* add 2011/10/12 color add */
#container-foot address a{
	text-decoration: none;
	color: #FFFFFF;
}
.m0{
	margin: 0;
}
.mt6{
	margin-top: 10px;
}
.mb12{
	margin-bottom: 12px;
}
.mb6{
	margin-bottom: 6px;
}
.ctr{
	text-align: center;
}

/* ハローワーク用 */
div#container-body h2#select-hellowork{
	background: url(exbiz_img/select_hellowork.gif) no-repeat bottom;
	margin: 15px 0;
}

#btn-hellowork {
	clear: both;
	text-align: center;
	margin: 0px;
	float: left;
	width: 580px;
}

/* みんなのヨイシゴト用 */
div#container-body h2#select-every{
	background: url(exbiz_img/select_every.jpg) no-repeat bottom;
	margin: 0px 0px 15px 0px;
}

#btn-every {
	clear: both;
	text-align: center;
	margin: 0 0 20px 0;
	float: left;
	width: 580px;
}
/* 注目企業用 */
div#container-body h2#feature-co{
	background: url(exbiz_img/feature_co.jpg) no-repeat bottom;
	margin: 0px 0px 15px 0px;
}

/* ディレクトリ変更の為、追加 */
.frame_backgroud_mid {
    height: 134px;
    width: 590px;
    margin-left: 0px;
    margin-top: -7px;
    padding-bottom: 20px;
    background: url("exbiz_img/frame_bg_mid.jpg") repeat-y scroll 0 0 transparent;
}
.frame_backgroud_mid_ad {
    height: 222px;
    width: 590px;
    margin-left: 0px;
    margin-top: -7px;
    padding-bottom: 20px;
    background: url("exbiz_img/frame_bg_mid.jpg") repeat-y scroll 0 0 transparent;
    text-align: center;
}
.ad_frame_cnts{
	frameborder: 0px;
	width: 568px;
	height: 250px;
	height/*\**/: 250px\9;
	padding-left: 0px;
	border-left-width: 0px;
	margin-top: 6px;
	border:0px;
}

div#container-body h2#rosen-search{
	background: url(exbiz_img/rosen.gif) no-repeat bottom;
}
