@charset "UTF-8";

/*	css情報
---------------------------------------------------------------
	/ common.css
	/ Last Update : 2009-2
	/ リセットおよび基本設定
---------------------------------------------------------------*/

/*-------------------------------------------------------------
	リセット
---------------------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 0.5em;
}


button {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	overflow: visible;/*IE用*/
	font-family:inherit;  
	font-size:100%;  
	font-style:inherit;  
	font-weight:inherit;  
	vertical-align:baseline;  
}



/*-------------------------------------------------------------
	ベース
---------------------------------------------------------------*/

body {
	color: #333;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align: left;
	background: url(../images/base_bg.gif) repeat left top ;
}

div#wrapping {
	width: 790px;
	background: #FFFFFF url(../images/base_content_bg.gif) left top repeat-y;
	margin: 0 auto;
	padding: 0 4px;
}


/*-------------------------------------------------------------
	リンク
---------------------------------------------------------------*/

a {
	text-decoration: underline;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
}

/*-------------------------------------------------------------
	他全般的なもの
---------------------------------------------------------------*/

img {
	border: 0;
	vertical-align: top;
}

.clear { clear:both;}
.right { float:right;}
.left { float:left;}

div#footerArea div.pageTop {
	width: 775px;
	margin: 0 15px 15px 0;
	padding: 0;
	text-align: right;
	clear: both;
	font-size: 78%;
	color: #666;
	line-height: 130%;
}

div#footerArea div.pageTop a{
	margin: 0;
	padding: 0 0 0 3px;
	color: #666;		
	text-decoration:underline;
}

div#footerArea div.pageTop a:hover{
	color: #666;
	text-decoration:none;
}


/*---------------------------------
	レイアウト
-----------------------------------*/

div#base {
	width: 790px;
	padding: 0;
	margin: 0;
}

div#contentsArea{
	width: 790px;
	background-color:#FFFFFF;
	display:inline-block;
	min-height:1%;
}

div#contentsArea:after {
   content:".";
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
}

div#mainContent {
	width: 560px;
	float: left;
	display:inline;
	margin-right:20px;
	padding-left: 15px;
}

div#subContent {
	width: 180px;
	float: left;
}

div#footerArea {
	width: 790px;
	clear:both;
}

/*---------------------------------
	ヘッダー
-----------------------------------*/

div#base div#headerArea {
	width: 790px;
	margin: 0;
	padding: 0;
	background: url(../images/header_bg.gif) no-repeat 0 0;
}

#headerLink {
	padding:11px 0 0;
	text-align:right;
}

#headerLink ul {
	width:100%;
}

#headerLink ul li {
	background:url(../images/header_link_icon.gif) no-repeat left 4px;
	display:inline;
	padding:2px 5px 2px 13px;
	padding-right:5px;
	padding-left: 13px;
	font-size:0.8em;
}

#headerLink ul li a {
	color:#cc6363;
}

div#header {
	width: 790px;
	background: url(../images/header_bg_bottom.gif) no-repeat left bottom;
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

div#header:after{
    content:".";
    display:block;
    height:0;
    line-height:0;/*for mac safari*/
    font-size:1px;/*for mac safari*/
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html div#header{height: 1%;}

div#header{display: block;}
/* End hide from IE-mac */

div#header p{
	float:left;
	width: 182px;
	padding:0 0 0 31px;
}

div#headerRight {
	float:right;
	width: 550px;
}

div#h1Word {
	width: 550px;
	margin: 0px;
	padding:7px 0 0;
	line-height: 140%;
	font-size: 78%;
	text-align:right;
}


div#h1Word a {
	color:#585858;
}

div#lead {
	display:inline-block;
	/display:inline;
	/zoom:1;
	padding-right:5px;
}

div#h1Word h1{
	font-weight: normal;
	display:inline;
}

div.jobCountTitle {
	display:inline-block;
	/display:inline;
	/zoom:1;
	padding-left:5px;
	background:#bbbbbb;
	border:solid 1px #bbbbbb;
	color:#fff;
}

div.jobCount {
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin-right:5px;
	padding:0 3px;
	border:solid 1px #cccccc;
	font-weight:700;
	color:#666666;
}

div.jobCount span {
	color:#b81616;
}

/*---------------------------------
	グローバルナビゲーション
-----------------------------------*/
div#globalNav {
	width: 550px;
	margin:6px 0 0;
	padding: 0;
}

div#globalNav ul{
	width: 550px;
}

div#globalNav ul li{
	display:inline;
}

div#globalNav ul li a{
}

/*---------------------------------
	リード文
-----------------------------------*/

#explain {
	margin:10px 0 13px;
	padding:0 15px;
}

/*---------------------------------
	新着・オススメ
-----------------------------------*/
#topLink {
	width:560px;
	margin-bottom:24px;
	background:url(../images/top_link_bg03.gif) repeat-y 0 0;
}

#topLink a {
	text-decoration:none;
}

#topLink a:hover {
	text-decoration:underline;
}

#topLink .inner {
	padding:6px 0 0;
	background:url(../images/top_link_bg01.gif) no-repeat 0 0;
}

#topLink .topLinkSection {
	width:548px;
	padding:0 6px;
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

#topLink .topLinkSection:after{
    content:".";
    display:block;
    height:0;
    line-height:0;/*for mac safari*/
    font-size:1px;/*for mac safari*/
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html #topLink .topLinkSection{height: 1%;}

#topLink .topLinkSection{display: block;}
/* End hide from IE-mac */

#topLink .topLinkSection h2 {
	float:left;
	width:26px;
}

#topLink .topLinkSection ul {
	float:right;
	width:522px;
}

div#mainContent #topLink #news {
	padding-bottom:6px;
	background:url(../images/top_link_bg02.gif) no-repeat left bottom;
}

div#mainContent #topLink #news ul {
	width:507px;
	padding:5px 5px 5px 10px;
	overflow:hidden;
}

div#mainContent #topLink #news ul li {
	width:auto;
	float:left;
	white-space:nowrap;
	padding:0 16px 2px 7px;
	background:url(../images/top_new_icon.gif) no-repeat 0 7px;
}

div#mainContent #topLink #check {
	background:url(../images/top_link_bg04.gif) no-repeat left bottom;
}

div#mainContent #topLink #check ul {
	width:506px;
	padding:5px 7px 12px 9px;
}

div#mainContent #topLink #check li {
	overflow:hidden;
	width:506px;
	padding:3px 0;
	border-bottom:solid 1px #d9d9d9;
}

div#mainContent #topLink #check li.lastChild {
	border:none;
}

div#mainContent #topLink #check li .left {
	width:95px;
}

div#mainContent #topLink #check li .left img {
	padding:2px;
	background:url(../images/top_check_photo_bg.gif) no-repeat 0 0;
}

div#mainContent #topLink #check li .right {
	width:500px;
}

div#mainContent #topLink #check li .right p {
	margin-bottom:0;
	line-height:1.4;
}

div#mainContent #topLink #check li .right .company {
	padding:0 0 0 15px;
	background:url(../images/top_check_icon.gif) no-repeat 1px 4px;
	font-weight:700;
}

div#mainContent #topLink #check li .right .company a {
	color:#b81616;
}

div#mainContent #topLink #check li .right .pr {
	padding:0 3px 1px;
}

div#mainContent #topLink #check li .right .summary {
	padding:4px 4px 2px 0;
}

div#mainContent #topLink #check li .right .summary span {
	padding-right:23px;
}

div#mainContent #topLink #check li .right .summary img {
	margin-bottom:2px;
	padding-right:7px;
	vertical-align:middle;
}



/*---------------------------------
	求人・仕事情報を検索
-----------------------------------*/

div#mainContent h2 {
}

#searchBoxTitle {
	padding-top:16px;
}

div#searchBox {
	margin-top:10px;
	margin-bottom:25px;
	background-color: #fff;
	border: 1px solid #999;
	padding: 4px 0;
	width: 558px;
	background: url(../images/search_bottom.gif) left bottom no-repeat;
	padding-bottom: 8px;
}

h3#infoSearchTitle {
	margin: 25px 0 0 13px;
	padding:0;}

div#infoSearch {
	background-color: #fff;
	border: 1px solid #999;
	padding: 0 0 8px;
	width: 758px;
	margin: 5px 0 25px 13px;
	background: url(../images/search_bottom.gif) left bottom no-repeat;
}

div#searchBox table{
	margin:0 auto;
	border-collapse:collapse;
	border: 1px #999 solid;
}


div#infoSearch table{
	width: 754px;
	margin: 3px auto;
	border-collapse: collapse;
	border: 1px #999 solid;
	padding: 2px;
}


div#searchBox table th {
	width: 70px;
	padding: 10px;
	background-color: #ffffe0;
	border-bottom: #cccccc solid 1px;
	border-left: #999999 solid 1px;
	white-space: normal;
}


div#infoSearch table th{
	width: 70px;
	padding: 10px;
	background-color: #ffffe0;
	border-bottom: #ffffff solid 1px;
	border-left: #999999 solid 1px;
	white-space: normal;
}

div#infoSearch table th{
	width: 63px;
	padding: 8px;
}

div#searchBox table td,
div#infoSearch table td{
	padding: 10px;
	background-color: #FFFFFF;
	margin-top: 5px;
	border-left: #e9e5e2 solid 1px;
	border-right: #e9e5e2 solid 1px;
}

div#infoSearch table td{
	width: 254px;
	border-bottom: #e9e5e2 solid 1px;
}

div#searchBox table td.top,
div#infoSearch table td.top{
	border-left: #e9e5e2 solid 1px;
	border-bottom: #e9e5e2 solid 1px;
	border-top: #999999 solid 1px;
	border-right: #999999 solid 1px;
}

div#searchBox table td.normal,
div#infoSearch table td.normal{
	border-left: #e9e5e2 solid 1px;
	border-bottom: #e9e5e2 solid 1px;
	border-top:  #e9e5e2 solid 1px;
	border-right: #999999 solid 1px;
}


div#infoSearch table th.thTop {
	border-top:  #e9e5e2 solid 1px;
}

div#infoSearch table th.thBottom {
	border-bottom:  #e9e5e2 solid 1px;
}

div#searchBox table th.bottom,
div#infoSearch table th.bottom {
	border-bottom:#999999 solid 1px;
}

div#searchBox table td.bottom,
div#infoSearch table td.bottom{
	border-left: #e9e5e2 solid 1px;
	border-bottom:#999999 solid 1px;
	border-top:  #e9e5e2 solid 1px;
	border-right:#999999 solid 1px;
}


div#searchBox p.searchBtn {
	padding: 10px 10px 0 10px;
	border: none;
	text-align:center;
	width: 530px;
}
div#infoSearch p.searchBtn{
	padding: 10px 10px 0 10px;
	border: none;
	text-align:center;
	width: 740px;
}

div#searchBox table td.searchBtn img{
	width: 169px;
	
}

div#searchBox table td.jobTd,
div#infoSearch table td.jobTd{
	padding: 2px;
}

div#searchBox table td.jobTd ul{
	width: 430px;
	padding: 5px;
	margin-left: 3px;
	min-height:1%; /* for IE 7 and MacIE5.5*/
	clear: both;
}

div#infoSearch table td.jobTd ul{
	width: 270px;
	padding: 5px;
	margin-left: 2px;
	font-size: 12px;
	min-height:1%; /* for IE 7 and MacIE5.5*/
	clear: both;
}

div#infoSearch table td.jobTd ul.specialTd{
	width: 645px;
}

div#searchBox table td.jobTd ul:after,
div#infoSearch table td.jobTd ul:after {
   content:".";
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
}

div#searchBox table td.jobTd ul#areaTd li,
div#searchBox table ul#employ li,
div#infoSearch table ul#employ li{
	float: left;
	line-height: 170%;
	width: 130px;
}

div#searchBox table td.jobTd ul li,
div#infoSearch table td.jobTd ul li{
	float: left;
	white-space: nowrap;
	line-height: 170%;
}

div#searchBox table td.jobTd ul li input,
div#infoSearch table td.jobTd ul li input{
	margin-right: 3px;
}

div#searchBox table td.jobTd ul li label,
div#infoSearch table td.jobTd ul li label{
	padding-right: 15px;
}



div#searchBox table td.jobTd div input,
div#infoSearch table td.jobTd div input{
	margin-bottom: 0;
}

div#searchBox table td.normal input.keywordBox,
div#infoSearch table td input.keywordBox{
	width: 250px;
}

div#searchBox table td.normal span.attention,
div#infoSearch table td span.attention {
	font-size: 78%;
	margin-left: 5px;
	width: 300px;
}

/*---------------------------------
	希望の条件で一発検索！
-----------------------------------*/

div.shotSearchBox {
	width: 560px;
	background:url(../images/shot-search_bottom.gif) left bottom no-repeat;
	padding-bottom: 12px;
	clear:both;
	margin-bottom: 8px;
}


div.shotSearchBox dd span,
div.shotSearchBox li span {
	color:#999999;
	font-size:0.8em;
}

*html div.shotSearchBox dd span,
*html div.shotSearchBox li span {
	color:#999999;
	font-size:0.7em;
}


div.shotSearchBox .area,
div.shotSearchBox ul,
div.shotSearchBox div.jobBox{
	width: 542px;
	margin: 0;
	background:url(../images/shot-search_middle.gif) left top repeat-y;
	display:inline-block;
	min-height:1%; /* for IE 7 and MacIE5.5*/
	clear: both;
	padding: 0 5px 0 13px;
}

div.shotSearchBox .area {
	width:540px;
	padding: 0 10px 0;
}

div.shotSearchBox dl {
	width: 530px;
	padding-bottom: 10px;
}

div.shotSearchBox ul:after,
div.shotSearchBox dl:after {
   content:".";
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
}



div.shotSearchBox h4{
	width: 500px;
	margin: 0 5px 0 13px;
	clear: both;
}

div.shotSearchBox dt{
	width: 500px;
	margin: 0 5px 0 0;
	color:#CC0000;
	padding-left: 15px;
	background: url(../images/icon_shot.gif) left 5px no-repeat;
	clear: both;
}

div.shotSearchBox ul li{
	width: 174px;
	font-size: 100%;
	list-style:none;
	margin: 0 5px 0 0;
	float:left;
}

div.shotSearchBox dd{
	font-size: 100%;
	list-style:none;
	margin: 0 5px 0 0;
	float:left;
	white-space:nowrap;
}

div.shotSearchBox dd a{
	color:#777;
	line-height: 180%;
	margin-left: 5px;	
	padding-right: 10px;
	background: none;
	border-right: 1px dotted #777;
}

div.shotSearchBox ul#areaBox li,
div.shotSearchBox ul#areaBox li a {
	width: 130px;
}


div.shotSearchBox .area table {
	width:540px;
	border-collapse:separate;
	*border-collapse:collapse; /* ie6,7 */
	border-spacing:0;
}

div.shotSearchBox .area table th{
	width:93px;
	padding:3px 0 6px 12px;
	background:url(../images/shot-search_h2_area_bg.gif) repeat-y 0 0;
    border-top:5px solid #ffffff;
	text-align:left;
	vertical-align:top;
}

div.shotSearchBox .area table  td{
	width:423px;
	padding:3px 0 6px 12px;
    border-top:5px solid #ffffff;
	vertical-align:top;
}


div.shotSearchBox ul#industrySearch {
	width: 542px;
	overflow:hidden;
}

div.shotSearchBox ul#industrySearch li{
	font-size: 100%;
	list-style:none;
	margin: 0 15px 0 0;
	float:left;
	display:inline;
	white-space: nowrap;
	width:auto;
}

div.shotSearchBox ul li{
	line-height: 180%;
	padding-left: 10px;
	background:url(../images/icon_selection.gif) left 4px no-repeat;
}

div.chara {
	width:560px;
	background:none;
	padding:0;
}

div.chara ul {
	width:567px;
	margin-right:-7px;
	padding:0;
	background:none;
}

div.chara ul li {
	width:182px;
	float:left;
	display:inline;
	margin:0 7px 0 0;
}

div.chara ul li {
	line-height: 110%;
	padding-left: 0;
	background:none;
}

/*---------------------------------
	スペシャルコンテンツ
-----------------------------------*/

div#extraContent {
	background:url(../images/extra_bottom.gif) left bottom no-repeat;
	padding-bottom: 1px;
	width: 760px;
	margin: 0 0 15px 15px;
}

div#extraContent div{
	background:url(../images/extra_middle.gif) left bottom repeat-y;
}

div#extraContent h3 {
	width: 760px;
	background:url(../images/extra_top.gif) left top no-repeat;
	padding-top: 15px;
	padding-left: 10px;
}

div#extraContent h3 span{
	background:url(../images/extra_icon.gif) 5px top no-repeat;
	margin-left: 10px;
	padding-left: 17px;
}

div#extraContent p{
	background:url(../images/extra_h3.gif) no-repeat left top;
	margin: 2px 10px 8px 20px;
	width: 720px;
	padding: 10px 0;
}




/*---------------------------------
	フッター
-----------------------------------*/

div#footer {
	width: 790px;
	background: #fff url(../images/footer_bg.gif) left top no-repeat;
	padding-top: 4px;
	font-size: 90%;
	line-height: 130%;
}

div#footer ul {
	width: 774px;
	background:#eee url(../images/area-link_bg.gif) left bottom repeat-x;
	padding:5px 8px 13px 8px;
}

div#footer ul li{	
	display:inline;
	margin: 0 5px;
	padding: 0 9px 0 1px;
	border-right: 1px solid #333;
}

div#footer ul li a{	
	color:#666666;
	font-size: 78%;
}

div#footer ul li a:hover{	
	color:#666666;
	text-decoration:none;
}

div#footer p {
	margin: 0;
	padding: 8px 0 30px 13px;
	font-size: 78%;
}

div#footer strong {
	font-weight:bold;
}


div#footer p a{
	color:#666666;	
}

div#footer p a:hover{
	color:#666666;	
	text-decoration:none;
}

div#footer p.relation {
	padding-bottom:5px;
	font-weight:700;
}

div#footer p.relation a {
	padding:0 10px;
	border-right: 1px solid #333;
	font-weight:400;
}

/*---------------------------------
	さぶこんてんつ
-----------------------------------*/

div#subContent div.subContentBox {
	width: 180px;
	padding-bottom: 9px;
}

div#subContent div#key {
	width: 180px;
	background: #fff url(../images/sub_keyword_bottom.gif) left bottom no-repeat;
	padding-bottom: 9px;
	margin-top: 20px;
}

div#subContent div#hot {
	width: 180px;
	background: #fff url(../images/sub_bottom.gif) left bottom no-repeat;
	padding-bottom: 13px;
	margin-top: 7px;
}

/*ランキング*/

div#subContent div.subContentBox dl#keyword{
	width: 180px;
	background:url(../images/sub_keyword_middle.gif) repeat-y bottom;
}

div#subContent div.subContentBox dl#keyword a{
	text-decoration:none;
}

div#subContent div.subContentBox dl#keyword a:hover{
	text-decoration:underline;
}

dl#keyword dt{
	margin-bottom: 5px;
}

dl#keyword dd{
	width: 161px;
	margin: 0 10px;
	padding: 12px 0;
	font-size: 100%;
	color:#333333;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}




dl#keyword dd p{
	width: 115px;
	padding: 0 0 0 35px;
	margin: 0;
}

dl#keyword dd#ranking1{
	background: #fff url(../images/ranking_icon01.gif) 8px center no-repeat;
}

dl#keyword dd#ranking2{
	background: #fff url(../images/ranking_icon02.gif) 8px center no-repeat;
}

dl#keyword dd#ranking3{
	background: #fff url(../images/ranking_icon03.gif) 8px center no-repeat;
}

dl#keyword dd#ranking4{
	background: #fff url(../images/ranking_icon04.gif) 8px center no-repeat;
}

dl#keyword dd#ranking5{
	background: #fff url(../images/ranking_icon05.gif) 8px center no-repeat;
}

dl#keyword dd#ranking6{
	background: #fff url(../images/ranking_icon06.gif) 8px center no-repeat;
}

dl#keyword dd#ranking7{
	background: #fff url(../images/ranking_icon07.gif) 8px center no-repeat;
}

dl#keyword dd#ranking8{
	background: #fff url(../images/ranking_icon08.gif) 8px center no-repeat;
}

dl#keyword dd#ranking9{
	background: #fff url(../images/ranking_icon09.gif) 8px center no-repeat;
}

dl#keyword dd#ranking10{
	background: #fff url(../images/ranking_icon10.gif) 8px center no-repeat;
}

dl#keyword dd#ranking1 a,
dl#keyword dd#ranking2 a,
dl#keyword dd#ranking3 a {
	font-weight:700;
	color:#cc0000;
}




/*注目情報*/


div#subContent div.subContentBox dl#hotInfo{
	width: 180px;
	background: #fff url(../images/sub_middle.gif) left top repeat-y;
}

div#subContent div.subContentBox dl#hotInfo dd{
	width: 159px;
	min-height: 64px;
	background: url(../images/sub_hot-middle.gif) left bottom no-repeat;
	margin: 5px 0 0 11px;
	padding-bottom: 4px;
}

* html dl#hotInfo dd{ height: 64px; }

div#subContent div.subContentBox dl#hotInfo dd#last{
	width: 158px;
	background: none #FFF;
	margin: 5px 3px 0 11px;
	padding-bottom: 0px;
}

div#subContent div.subContentBox dl#hotInfo dd img{
	padding-left: 7px;
	display:block;
}

div#subContent div.subContentBox dl#hotInfo dd p{
	margin-left: 10px;
	padding: 5px 5px 0 8px;
	line-height: 120%;
	background: url(../images/icon_selection.gif) left 6px no-repeat;
}




/*-------------------------------------------------------------
	下層ページ
---------------------------------------------------------------*/
ul#topicPath {
	margin:0 0 0 0;
	padding: 8px 0 0 10px;
	background:#ffffe0 url(../images/topic-path_icon1.gif) 7px 9px no-repeat;
	min-height: 18px;
	border-bottom: 1px #f8f2c9 solid;
}

* html ul#topicPath{height: 18px;}

ul#topicPath li {  
    display:inline;
	font-size: 75%;   
    line-height:110%;  
    list-style-type:none;
	padding-left:4px;
}  
ul#topicPath li a {  
    padding-right:13px;  
    background: url(../images/topic-path_icon2.gif) no-repeat right center;  
}

p.explanation {
	color: #454545;
	padding: 10px 0 0 0;
	margin: 0 0 10px 15px;
}

p.explanation strong {
	color: #666666;
	font-weight:bold;
}

/*現在の検索状況*/
div#searchStateBox {
	border: 1px solid #c2c2c2;
	background: #eeedf2 url(../images/state-box_top.gif) left top no-repeat;
	padding: 8px 4px 4px;
	width: 752px;
	margin-left: 13px;
}

div#searchStateBox div#stateBoxTitle{
	width: 752px;
	display:inline-block;
	min-height:1%;  /* for IE 7 and MacIE5.5*/
}
div#searchStateBox div#stateBoxTitle:after {
   content:".";
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
}

div#searchStateBox h2{
	width: 130px;
	margin: 0;
	padding: 2px 0 0 3px;
	float: left;
}

div#searchStateBox div#stateData{
	width: 750px;
	background: #ffffff url(../images/state_bottom.gif) left bottom no-repeat;
	padding-bottom: 6px;
	margin: 6px auto 0;
	clear: both;
}

div#searchStateBox div#stateDataTop{
	width: 750px;
	background: url(../images/state_top.gif) left top no-repeat;
	padding-top: 7px;
	width: 750px;
}

div#searchStateBox div#stateData div#stateDataText{
	width: 750px;
	background:  url(../images/state_middle.gif) left top repeat-y;
	display:inline-block;
	min-height:1%;  /* for IE 7 and MacIE5.5*/
}

div#searchStateBox div#stateData div#stateDataText:after {
   content:".";
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
}

div#searchStateBox div#stateData h2{
	width: 600px;
	float:left;
	font-size: 158%;
	line-height: 120%;
	color: #333;
}

div#searchStateBox div#stateData h2 span.text{
	font-size: 118%;
	line-height: 120%;
	color: #666666;
	margin: 10px 0 0 10px;
}

div#searchStateBox div#stateData #stateDataCount {
	width: 137px;
	border:solid 1px #cccccc;
	background-color:#eae6e3;
	float:right;
	position:relative;
	right: 8px;
	padding:3px 1px 2px 2px;
}

div#searchStateBox div#stateData table{
	width: 135px;
	margin:0 auto;
	background-color: #eae6e3;
}

div#searchStateBox div#stateData table th{
	width: 55px;
	color:#FFFFFF;
}

div#searchStateBox div#stateData table td{
	width: 74px;
	color: #cc3333;
	background-color:#FFFFFF;
	font-weight: bold;
	font-size: 158%;
	line-height: 120%;
	padding:3px;
}

div#searchStateBox div#stateData table td.count {
	border:solid 1px #cccccc;
}

p#stateLink {
	width: 610px;
	text-align:right;
	margin: 3px 0 0 0;
	float: right;
}

p#stateLink a{
	background: url(../images/icon_state.gif) left 3px no-repeat;
	padding-left: 14px;
	margin-left: 10px;
}

/*resultNumber*/


div.resultNumber {
	width: 752px;
	display:inline-block;
	min-height:1%;  /* for IE 7 and MacIE5.5*/
	clear: both;
	margin: 25px 0 5px 13px;
	border-bottom: 2px #d6d6d6 solid;
	padding:0 4px;
}

div#resultNumber:after {
   content:".";
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
}

div.resultNumber p {
	width: 335px;
	float: left;
	line-height: 110%;
}

div.resultNumber p strong{
	font-weight:bold;
	color:#cc0000;
}

div.resultNumber p strong.gray{
	font-weight:bold;
	color:#666666;
}


div.resultNumber div.pagination{
	width: 395px;
	float: right;
	text-align: right;
}

div.resultNumber div.pagination span,
div.resultNumber div.pagination a {  
	font-size: 100%;   
    line-height:110%;
	margin: 0 4px;
	padding-right: 8px;
	border-right: 1px solid #333;	
}

div.resultNumber div.pagination span.prev_page,
div.resultNumber div.pagination a.prev_page{
	padding-left: 12px;
	padding-right: 5px;
	background: url(../images/page-mark_left.gif) no-repeat left 2px;
	border-right: 1px solid #333;
	line-height: 110%;
} 

div.resultNumber div.pagination span.next_page,
div.resultNumber div.pagination a.next_page{
	padding-right: 12px;
	background: url(../images/page-mark_right.gif) no-repeat right 2px;
	border: none;
}

div.resultNumber div.pagination span.current{
	font-weight:bold;
	color:#cc0000;
} 


div#viewBox {
	width: 760px;
	min-height: 40px;
	background: url(../images/viewbox_bg.gif) left bottom repeat-x;
	clear: both;
	text-align: right;
	margin-left: 13px;
	padding: 0px;
}

* html div#viewBox { height: 40px;}

div#viewBox p {
	padding-top: 6px;
	padding-right: 10px;
}

/* infoBox */
div.infoBox {
	width: 720px;
	background: url(../images/info_bottom.gif) left bottom no-repeat;
	padding-bottom: 10px;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	margin: 15px auto;
	
}

div.infoBox .infoBoxTitle {
	background:#b91617 url(../images/info_bg.gif) repeat-x bottom;
	border-bottom: 2px #ccc solid;
}

div.infoBox h2,
div.infoBox h2.new{
	margin: 0;
	padding: 5px 5px 5px 10px;	
	min-height: 13px;
	color:#FFF;
}

div.infoBox h2.new{
	background:url(../images/info_new.gif) no-repeat 6px 7px;
}

/* IE6・7用 */
* html div.infoBox h2,
 {
	height: 13px;
}

div.infoBox h2 a {
	font-size: 118%;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

div.infoBox h2 a:link {
	color:#ffffff;
}

div.infoBox h2 a:visited {
	color:#ffffff;
}

div.infoBox h2 a:hover {
	text-decoration:underline;
	color:#ffffff;
}

div.infoBox h2 a:active {
	text-decoration:underline;
	color:#ffffff;
}

div.infoBox h2 a {
	width: 700px;
	font-size: 113%;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
}

div.infoBox h2.new a {
	width: 650px;
	font-size: 113%;
	font-weight:bold;
	color:#FFFFFF;
	margin-left: 40px;
	display:block;
}

div.infoBtn {
	width: 720px;
	padding-bottom: 10px;
	text-align: center;
	background:url(../images/info_btn_bg.gif) repeat-x bottom;
	border-bottom:solid 1px #cccccc;
}


div.infoBoxContent table{
	width: 700px;
	margin:10px;
	border: 1px solid #ccc;
	border-collapse:collapse;
	border-spacing: 2px;

}

div.infoBoxContent table th {
	width: 63px;
	padding: 5px 5px 5px 10px;	
	background-color:#feffdf;
	border: 1px solid #cccccc;
	vertical-align:top;
}

div.infoBoxContent table th.jobContent {
	color:#CC0000;
	background:url(../images/th_top_bg.gif) no-repeat top;
}

div.infoBoxContent table th.jobInfo {
	background:url(../images/th_middle_bg.gif) repeat-y;
}

div.infoBoxContent table th.jobSalary {
	background:url(../images/th_bottom_bg.gif) no-repeat bottom;
}


div.infoBoxContent table td {
	padding: 5px 5px 5px 7px;
	border-left: 1px solid #ccc;
	vertical-align:top;
}

div.infoBoxContent table td.jobContentText {
	border: 1px solid #ccc;
	color: #775b3e;
	font-size: 100%;
	line-height: 140%;
}

div.infoBoxContent table td.jobInfoText {
	border: 1px solid #ccc;
	color: #454545;
	font-size: 100%;
	line-height: 140%;
}

div.infoBoxContent table td.btn {
	width: 350px;
	padding: 5px;	
	border-top: 1px solid #ccc;
	border-left: none;
}

div.infoBoxContent div.SubContentBox {
	width: 720px;
	margin:0 auto;
	border-bottom:1px solid #ccc;
	
}

div.infoBoxContent div.SubContentBox div.jobImg {
	width: 240px;
}





div.infoBoxContent div.SubContentBox dl {
	width: 694x;
	margin: 2px;
	border: 1px solid #ccc;
	padding: 12px;
	overflow:hidden;
	overflow-x:auto;
}

*html div.infoBoxContent div.SubContentBox dl {
	zoom:1;
}

div.infoBoxContent div.SubContentBox dl dt {
	width: 240px;
	margin: 0 0 5px 0;
}

div.infoBoxContent div.SubContentBox dl dd{
	font-size: 100%;
	line-height: 130%;
	float:left;
	display:inline;
	margin: 0 5px 0 0;
	padding: 0px;
}

div.infoBoxContent div.SubContentBox dl dd a{
	padding: 0 5px 0 0;
	border-right: 1px solid #333;
	white-space:nowrap;
	line-height: 140%;
}

/*詳細ページ*/
.entryLink {
	clear:both;
	width:722px;
	margin:0 auto;
	padding:4px 0 0;
	background:url(../images/line_entry_link2.gif) repeat-x left bottom;
}

.entryLink .entryLinkSection p {
	padding-left:12px;
	margin-bottom:2px;
}

.entryLink ul {
	padding-left:16px;
	padding-right:10px;
	padding-bottom:22px;
	list-style:none;
}

.entryLink li {
	padding-left:16px;
	background:url(../images/icon_entry_link.gif) no-repeat 0 7px;
}

.entryLink li a {
	font-weight:400;
}


/*-------------------------
 * 見つからなかった時
-------------------------*/

div.notFound {
	width:721px;
	margin: 12px auto 0px;
}

div.notFound p {
  margin-bottom: 12px;
}
