@charset "shift_JIS";
/*---------------------------------------------------------------------------------
top
---------------------------------------------------------------------------------*/
@import "./search_cmn.css";

/*
leftCnt・rightCnt共通
---------------------------------------------------------------------------------*/
.section{
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}

/*
leftCnt
---------------------------------------------------------------------------------*/
div#leftCnt{
width: 650px;
float: left;
padding: 0px 0px 20px 0px;
}

div#leftCnt h3{
width: 650px;
height: 70px;
margin: 15px 0px 0px 0px;
display: block;
}

/*
各タイトルバー指定
---------------------------------------------------------------------------------*/
div#leftCnt h4{
height: 20px;
display: block;
text-indent: -9999px;
margin: 15px 0px 0px 0px;
padding: 0px;
}

div#leftCnt h4#job{
width: 320px;
background:url(../images/quick/bar_job.jpg) no-repeat;
}

div#leftCnt h4#area{
width: 320px;
background:url(../images/quick/bar_area.jpg) no-repeat;
}

div#leftCnt h4#namesearch{
width: 650px;
background:url(../images/quick/bar_namesearch.jpg) no-repeat;
}

div#leftCnt h4#wordsearch{
width: 650px;
background:url(../images/quick/bar_wordsearch.jpg) no-repeat;
}

/*
業種・エリアテーブル指定
---------------------------------------------------------------------------------*/
div#leftCnt #tblSearch td{
vertical-align: top;
}

div#leftCnt #tblSearch table td{
padding: 5px 0px;
background:url(../images/quick/bdr_dot.gif) bottom repeat-x;
}

div#leftCnt table#tblJob, div#leftCnt table#tblArea{
margin: 10px;
font-size: 75%;
}

div#leftCnt #tblSearch span{
color: #CC0000;
}

div#leftCnt #tblSearch table td a{ color: #0000CC; }

div#leftCnt #tblSearch table td a:hover{ color: #993366; }

/*
キーワード検索指定
---------------------------------------------------------------------------------*/
div#wrapNamesearch{
padding: 20px;
}

div#wrapNamesearch input{
width: 400px;
font-size: 14px;
margin: 0px 10px 0px 0px;
}

div#wrapNamesearch p{
font-size: 75%;
margin: 5px 0px 0px 0px;
color: #CC0000;
}

div#wrapButton{
margin: 15px auto 0px auto;
text-align: center;
}

/*
rightCnt
---------------------------------------------------------------------------------*/
div#rightCnt h3{
height: 20px;
margin: 0px 0px 0px 0px;
display: block;
}
