#wrapper {/**共通レイアウトの上書き**/
 /* width:920px;*/
}
#top_menu {
  /*height:1px;*/
}
#top_menu ul{
  /*display: none;*/
}
ul#pankuzu {
  display: none;
}
/***********************************************************************
              斜線の枠　一式の解除
/***********************************************************************/
#line_top {
 /* display:none;*/
}
#line_bottom {
 /* display:none;*/
}
#contents {
 /* background:none;
  padding:0;*/
}
/***********************************************************************/
h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p{
  margin:0;
  padding:0;
}

/**************サイト概要画像**********************/

#index_top_img {
	background: url(../img/index/index_top_img.jpg) no-repeat left top;
	margin:0 0 10px 0;
	width: 660px;
	height: 121px;
	position: relative;
}
#index_top_img  a{
	position: absolute;
	display: block;
	text-indent: -9999em;
}
#index_top_img #top_ocu{
	top:0;left:0;width:301px ;height:121px;
}
#index_top_img #top_sea{
	top:0;left:370px;width:301px;height:57px;
}

#index_top_img #top_offer{
	top:64px;left:370px;width:301px;height:57px;

}
/*****************index_左枠***********************/

#index_left {
  width:300px;
  float:right;
  overflow: hidden;
}

#index_left #zukan_about {
  background: url("../img/index/bg_250.gif") no-repeat left top;
  padding:5px 5px 0 5px;
}
#index_left #zukan_about ul{
  background:#FFF;
  list-style:none;
  padding:0;
  /*
  background: #FFF url("../img/index/saa.gif") no-repeat center bottom;
	*/
}
#index_left #zukan_about ul li{
  background: url("../img/common/list13.gif") no-repeat left center;
  padding: 2px 0 2px 22px ;
  font-weight: bold;
  color: #394153;
  line-height: 20px;
  border-bottom:1px dotted #eee;
  margin:0 10px;
}

#index_left #zukan_about_bottom {
  background: url("../img/index/bg_250.gif") no-repeat left bottom;
  height:5px;
  width: 300px;
  _overflow:hidden;
  margin:0 0 10px 0;
}
/*****blog******/
#blog{}
#blog dl{
  width:228px;
  overflow: hidden;
  border: 1px solid #C8C2A2;
  border-top: none;
  padding: 10px;
}
#blog dl dt{
  font-weight: bold;
}
#blog dl dd {font-size: 11px; line-height: 15px;}
#blog dl dd a{
  color: #333;
  text-decoration: none;
}
#blog dl dd#blog_txt {
  display: block;
  height: 80px;
  overflow:hidden;  
}
#blog dl dd img{
  display: block;
  margin-top:5px;
}


/*****************index_右枠***********************/
#index_right {
  width:660px;
  float:left;
  overflow: hidden;
}
#index_right .index_sub_txt {
	background: #eee;
	padding:10px;
	margin: 0 0 10px 0;
	font-size: 11px;
}
#index_right .index_sub_txt strong{
	background: #CC0000;
	color: #FFF;
	font-weight:bold;
	padding: 2px 5px;
	margin: 0 2px 0 0;
}
#search_area {
	width: 660px;
	overflow: hidden;
}

.index_m_left {
	float: left;
}
.index_m_right {
	float: right;
}
#index_right #index_center {
  width:400px;
  clear: both;
  overflow:hidden;
  float: left;
}
#index_right #index_center h3{
  padding: 3px 0 3px 10px;
  border: 1px solid #FCC000;
  border-left: 12px solid #FCC000;
  border-right: 12px solid #FCC000;
  margin: 0px 0 0px 0;
  font-size: 15px;
}
.index_txt{
  height: 160px;
  overflow-y: scroll;
  padding:5px 10px;
	border:1px solid #aaa;
	overflow: hidden;
	
}
.index_txt h3{
	background: none;
	}
.index_txt h4 {
  font-size:12px;
  margin:5px 0;
  color:#444;
}

.index_txt p{ 
  font-size:11px;
  margin-bottom:1em;
}
#index_right #center_right {
  width:250px;
  float: right;
}
/*****************************************************************
     タブ用 jquery
/*****************************************************************/

/*********************/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}
/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-panel {
	background: #ccc url(../img/common/bg01.gif);
	border-top:5px solid #FFCC00;
  padding: 5px 5px;
  clear: both;
  margin:0 0 10px 0;
  width:650px;
  overflow:hidden;

  }
.ui-tabs-nav, .ui-tabs-panel {
}
.ui-tabs-nav {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
    overflow: hidden;
}
 /* clearing without presentational markup, IE gets extra treatment */
 .ui-tabs-nav:after {
    display: block;
    clear: both;
    content: " ";
}

.ui-tabs-nav li {
    float: left;
    margin: 0 5px 0 0px;
		height: 36px;
		overflow: hidden;
		width: 236px;
}
.ui-tabs-nav a {
	width: 236px;
	height: 36px;
	text-indent: -9999px;
	display: block;
  overflow:hidden;
}
.ui-tabs-nav a#cat_btn{background:url("../img/index/tab_menu_01.gif") no-repeat left -36px;}
.ui-tabs-nav a#aiu_btn{background:url("../img/index/tab_menu_02.gif") no-repeat left -36px;}

.ui-tabs-nav a#cat_btn:hover{background-position: left top;}
.ui-tabs-nav a#aiu_btn:hover{background-position: left top;}

.ui-tabs-nav .ui-tabs-selected a#cat_btn{background-position: left top;}
.ui-tabs-nav .ui-tabs-selected a#aiu_btn{background-position: left top;}

.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


/*****************************************************************
     タブ内のレイアウト
/*****************************************************************/
#search_menu {
	width: 660px;
	overflow: hidden;
  clear:both;
  position: relative;

}


/*******************職業一覧のタブボタン********/
#search_menu #all_ocu {
	position:absolute;
	top:0;
	right:0;
	width: 178px;
	height:36px;
}
#search_menu #all_ocu a{
	display: block;
	text-indent:-9999em;
	width: 178px;
	height:36px;
	background:url(../img/index/tab_menu_03.gif) no-repeat left -36px;
	overflow: hidden;
}

#search_menu #all_ocu a:hover{
	background-position: left top;
}



#category {
	position: relative;
  }
#category #index_cate_link {
	position: absolute;
	bottom: 5px;
	right:5px;
}
#category #index_cate_link a{
	display: block;
	background:url(../img/index/index_cate_link.gif) no-repeat left top;
	width:153px;
	height: 27px;
	text-indent:-9999em ;
}


.index_cat_list {
	width:660px ;
	overflow: hidden;
	}

#category .top_cat {
	width:210px;
	float: left;
	height: 45px;
	overflow: hidden;
  margin:0px 1px 0px 0px;
  padding: 5px 1px 5px 5px;
  background: url("../img/common/bg07.gif") repeat-x top left;
	border-bottom:1px solid #ccc;
}
#category .top_cat span{
	position: absolute;
	display: block;
	bottom: 0;
	right: 10px;
	background:url(../img/index/t_c_l_gra.png) no-repeat left top;
	width: 50px;
	height:20px;
}
#category .top_cat h3 {
	font-size:12px;
  background: url("../img/common/bg_icon/label_10.gif") no-repeat left center;
  padding:0 0 0 14px;
}
#category .top_cat ul {
	width: ;
	padding: 0 0 0 14px;
	font-size: 11px;
	white-space: nowrap;
}
#category .top_cat ul li {
	float:left;
	margin:0 .5em 10em 0;
	white-space: nowrap;

}
#category .top_cat ul li a{
	color:#666;
}
.search_link {
  clear:both;
  text-align:right ;
  border-top:1px solid #eee;
  margin: 5px 0 0 0;
  padding:5px 0 0 0;
}
.search_link a{
  background: url("../img/common/list05.gif") no-repeat left center;
  padding:2px 0 2px 20px;
}

/*******50音********/
#search_menu #aiu {
}

.aiu_box {
	width: 600px;
	margin:20px auto 20px auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow: hidden;
	padding: 5px 0;
	box-shadow:0 0 3px #444;
	-moz-box-shadow:0 0 3px #444;
	-webkit-box-shadow:0 0 3px #444;
	background: #eee;

}
.aiu_box:after {
 content:"";
 height:1px;
 display: block;
 clear: both;
 margin: 0 0 0px 0;
 }
#search_menu #aiu p {

	padding:5px 0 5px 30px;
	background:#eee url(../img/common/bg_icon/bubble_16.gif) no-repeat 5px 5px;
	text-shadow:1px 1px 0 #FFF;
	-moz-text-shadow:1px 1px 0 #FFF;
	-webkit-text-shadow:1px 1px 0 #FFF;
}
#search_menu #aiu ul {
  list-style:none;
  background: #fff;
  overflow: hidden;
  padding:10px;
  z-index: 1000;
}
#search_menu #aiu ul li.hid {
	}


#search_menu #aiu ul li {
  float:right;
}
#search_menu #aiu ul li a,
#search_menu #aiu ul li span{
  display:block;
  font-weight:bold;
  margin: 8px 8px 0 0;
  width:45px ;
  height:40px;
  font-size:25px;
  line-height:40px;
  border: 1px solid #ccc;
	text-align: center;
  text-decoration:none;
  color:#111;
  text-align: center;
  background: url("../img/common/bg02.gif") left center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px ;
	border-radius:3px ;
	overflow: hidden;
	text-shadow:1px 1px 0 #FFF;
	-moz-text-shadow:1px 1px 0 #FFF;
	-webkit-text-shadow:1px 1px 0 #FFF;

}
#search_menu #aiu ul li a:hover {
  background: #FFCC00;
}
/**リンクがない場合**/
#search_menu #aiu ul li em a  {
	color: #aaa;
	background: #fff;
	cursor: default;
}
#search_menu #aiu ul li em a:hover {
	background: #fff;
}

/*****************************************************************
求人の多いランキング
*****************************************************************/
.left_middle_area {
	margin:0 0 10px 0;
	overflow: hidden;
}
.offer_ranking {
	background: url(../img/index/offer_ranking_bg.gif) no-repeat left top;
	width: 660px;
	height:164px;
	position: relative;

}
.offer_ranking ul{
	position: absolute;
	left: 448px;
	top:23px;
	width: 195px;

}
.offer_ranking ul li a{
	display: block;
	line-height: 24px;
	
}

* html .offer_ranking ul li a{
	display:inline-block;
}
.o_l_txt {
	font-size:11px;
	text-align: right;
}
a.ika_link {
	display: block;
	position: absolute;
	width: 261px;
	height:36px;
	top: 113px;
	left:10px;
	text-indent: -9990em;
}

/*****************************************************************
              トップページ　メニュー
	common内に記載を上書きしている
*****************************************************************/
.menu_box_250 {
	margin:0 0 10px 0;
}


/***Google search***/
.menu_box_250 ul.index_gs {}
.menu_box_250 ul.index_gs li{
	padding:10px;
}
.menu_box_250 #cse-search-box input.txt_size {
	width: 170px;
	border:3px solid #aaa;
	background: url(../img/common/list02.gif) no-repeat left center;
	height:18px;
	line-height:18px;
}

.menu_box_250 ul.index_gs {}

.menu_box_250 h3{
	background: url(../img/common/bg_title_250.gif) no-repeat left top;
	height:34px ;
	width: 300px;
	line-height:34px;
	padding:0 0 0 10px;
	_display:inline-block;
}

/******人******/
.menu_box_250 .list02 {}
.menu_box_250 .list02 dt{ padding: 0 0 0 5px;}

.menu_box_250 .list02 dd{
  background: #FFF;
  border-bottom: 1px dotted #DDD;
}
.menu_box_250 .list02 dd.bg02{
  background: #eee;
}
.menu_box_250 .list02 dd a{
  display: block;
  background: url(../img/index/ninki_icon.gif) no-repeat 10px center;
  padding: 3px 0 3px 35px;
}


/***********index_news********/
.index_news {}
.index_news p{
	font-size: 11px;
	margin: 0 10px;
	line-height:14px;
}

/********正社員・アルバイト*******/
.se_pa_btn_area {
	background: #ddd;
	width: 100%;
	margin: 0 0 10px 0;
}
.se_pa_btn_area td{
	padding: 1px 0;
}
.se_pa_btn_area td a.sei_btn {
	display: block;
	width: 119px;
	height:80px;
	text-indent:-9999em;
	background: url(../img/index/sei_btn.gif) no-repeat left top;
	border: 1px solid #336633;
	
}
.se_pa_btn_area td a.sei_btn:hover {
	background-position: left -80px;
}
.se_pa_btn_area a.part_btn {
	display: block;
	width: 119px;
	height:80px;
	text-indent:-9999em;
	background: url(../img/index/part_btn.gif) no-repeat left top;
	border: 1px solid #AE2B63;

}
.se_pa_btn_area td a.part_btn:hover {
	background-position: left -81px;
}

/*********************/
.cate_top_aff {
	display:block;
	background: #eee;
	margin: 0 0 5px 0;
}
.cate_top_aff a{
	font-family: "ＭＳ Ｐゴシック";
	line-height: 12px;

}
/****** プログラマー募集　20110607　*****/
#php_aff {
	margin:0 0 10px 0;
}
#php_aff a {
	display: block;
	width: 300px;
	height: 100px;
	text-indent:-9999em;
	background: url(../img/index/php_programmer.jpg) no-repeat left top;
}

/****** プログラミング講師募集　20110607　*****/
#pro_aff {
	margin:0 0 10px 0;
}
#pro_aff a {
	display: block;
	width: 300px;
	height: 100px;
	text-indent:-9999em;
	background: url(../img/index/web_programming.jpg) no-repeat left top;
}
/****** ネットワーク管理者急募　20110627　*****/
#net_aff {
	margin:0 0 10px 0;
}
#net_aff a {
	display: block;
	width: 300px;
	height: 100px;
	text-indent:-9999em;
	background: url(../img/index/network.jpg) no-repeat left top;
}

/****** webデザイナー募集　20110607　*****/
#bbt_aff {
	margin:0 0 10px 0;
}
#bbt_aff a {
	display: block;
	width: 300px;
	height: 100px;
	text-indent:-9999em;
	background: url(../img/index/web_designer.jpg) no-repeat left top;
}
/****** CAD講師急募　20110627　*****
#cad_aff {
	margin:0 0 10px 0;
}
#cad_aff a {
	display: block;
	width: 300px;
	height: 100px;
	text-indent:-9999em;
	background: url(../img/index/autocad.jpg) no-repeat left top;
}
*/
