@charset"euc-jp";

/*layout02.css*/


/* ---------------------------------------------------------
　デフォルトリセット
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, map,
strong {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.5;
	border: none;
	list-style-type: none;
}

/* ---------------------------------------------------------
　テキストリンク
--------------------------------------------------------- */
a:link    { color: #15A2FF; text-decoration: none; }
a:visited { color: #15A2FF; text-decoration: none; }
a:hover   { color: #15A2FF; text-decoration: underline; }
a:active  { color: #15A2FF; text-decoration: underline; }

/* ---------------------------------------------------------
　floatクリア
--------------------------------------------------------- */
span.clear {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

/* ---------------------------------------------------------
　画像ロールオーバー
--------------------------------------------------------- */
img.rollover {
}



/* ---------------------------------------------------------
　画像ぴこっとなるやつ
--------------------------------------------------------- */

a.btn:hover{
position:relative;top:1px;left:1px;
}
a.btn:hover img{
filter: alpha(opacity=80);
}



/* ---------------------------------------------------------
　画像ぴこっとなるやつ
--------------------------------------------------------- */

a.btn:hover{
position:relative;top:1px;left:1px;
}
a.btn:hover img{
filter: alpha(opacity=80);
}




/* ---------------------------------------------------------
　レイアウトベース
--------------------------------------------------------- */
body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-size:12px;
	font-family: verdana,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	letter-spacing:0.1em;
	color:#333333;
}


#wrapper {
	width:980px;
	margin:0 auto;
	background:url(../img2/bg.gif) repeat-y;
}

/* ---------------------------------------------------------
　header
--------------------------------------------------------- */
#header {
	width:960px;
	height:151px;
	background:url(../img2/bg_header.gif) no-repeat;
	margin-left:10px;
}


#header img{
float:left;
}

#header .logo{
	margin:25px 15px 0 20px;
}

#header #head_area{
height:70px;
}

#header .sub_navi{
	float:right;
	font-size:10px;
	margin:30px 10px 0 0;
	padding:10px;
}

#header .sub_navi ul{
}

#header .sub_navi li{
	background:url(../img2/arrow02.gif) no-repeat;
	padding:1px 2px 2px 16px;
	display:inline;
}

#header .navi{
	clear:both;
	padding-top:5px;
	width:960px;
	height:55px;
}

#header .navi ul{
}

#header .navi li{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#header a:link    { color: #333333; text-decoration: none; }
#header a:visited { color: #333333; text-decoration: none; }
#header a:hover   { color: #333333; text-decoration: underline; }
#header a:active  { color: #333333; text-decoration: underline; }



/* ---------------------------------------------------------
　main
--------------------------------------------------------- */

#main {
	margin-top:5px;
}

/* ---------------------------------------------------------
　left_content
--------------------------------------------------------- */

#left_content {
	width:250px;
	float:left;
	padding-left:20px;
}

#left_content #login{
	width:250px;
	height:225px;
	background:#eee;
}
#left_content #login .bt{
	width:230px;
	height:50px;
	margin-left:10px;
}


#left_content #work{
	margin-top:10px;
	width:250px;
	height:101px;
	background:url(../img2/bg_work.gif) no-repeat;
}
#left_content #work .bt_left{
	float:left;
	margin:45px 0 0 7px;
}
#left_content #work .bt_right{
	float:left;
	margin:45px 0 0 4px;
}


#left_content #job{
	margin-top:10px;
	width:250px;
	height:101px;
	background:url(../img2/bg_job.gif) no-repeat;
}
#left_content #job .bt_left{
	float:left;
	margin:45px 0 0 7px;
}
#left_content #job .bt_right{
	float:left;
	margin:45px 0 0 4px;
}


#left_content #search{
	margin-top:10px;
	width:250px;
	height:176px;
	background:url(../img2/bg_company.gif) no-repeat;
}
#left_content #search .w01{
	padding:40px 20px 0 20px;
}
#left_content #search .w02{
	padding:20px 20px 0 20px;
}
#left_content #search .w03{
	padding:3px 20px 0 20px;
}

#left_content #search .bt{
	margin:15px 90px 0 90px;
}


#left_content #banner{
	margin:10px 0 20px 0;
}



#left_content .side_navi{
	font-size:10px;
	border-top:2px solid #96C2C9;
	padding:1px 0 3px 0;
	margin-bottom:10px;
}

#left_content .side_navi ul{
}

#left_content .side_navi li{
	background:url(../img2/arrow01.gif) no-repeat 1px 2px;
	padding:1px 3px 5px 17px;
	display:block;
	border-bottom:1px dashed #ccc;
	margin:5px 0 5px 3px;
}
#left_content .side_navi a:link    { color: #333333; text-decoration: none; }
#left_content .side_navi a:visited { color: #333333; text-decoration: none; }
#left_content .side_navi a:hover   { color: #333333; text-decoration: underline; }
#left_content .side_navi a:active  { color: #333333; text-decoration: underline; }

.login_box {
	border:3px solid #96C2C9;
}
.dsp_close{
	display:none;
	font-size:10px;
}

.dsp_open{
	display:block;
	font-size:10px;
}

.dsp_close02{
	display:none;
	background:#000;
}

.dsp_open02{
	display:block;
}
.dsp_title1 {
	margin:10px 0;
	padding:5px;
	background:#eee;
	color:#15A2FF;
	cursor:pointer;
	border-left:#035B72 3px solid;
}
.dsp_title2{
	margin:10px 0;
	padding:5px;
	background:#FFFFB5;
	color:#000000;
	cursor:pointer;
	border-left:#035B72 3px solid;
}

/* ---------------------------------------------------------
　right_content
--------------------------------------------------------- */
#right_content {
	width:670px;
	float:right;
	padding-right:20px;
}

#right_content p{
	margin:1em;
}

#right_content #new_com{
	width:670px;
	margin-top:10px;
}
#right_content #new_com .list_new ul{
	width:670px;

}
#right_content #new_com .list_new li{
	border-bottom:1px dashed #ccc;
	padding:3px 3px 7px 3px;
	line-height:1.4;
	margin:3px 0;
}
#right_content #new_com .list_new li.new{
	background:url(../img2/new_04_03.gif) no-repeat;
	padding:0 0 10px 30px;
	margin:10px 0 5px 0;
}

#right_content #banner02{
	width:670px;
	margin-top:10px;
}
#right_content #banner02 .left{
	margin:0 0 20px 0;
	float:left;
}
#right_content #banner02 .right{
	margin:0 0 20px 0;
	float:right;
}

#right_content #new_info{
	width:670px;
	margin-top:10px;
}
#right_content #new_info .list_info ul{
	width:670px;

}
#right_content #new_info .list_info li{
	border-bottom:1px dashed #ccc;
	padding:7px 3px;
	line-height:1.4;
	margin:0;
}


/* ---------------------------------------------------------
　footer
--------------------------------------------------------- */

#footer {
	margin-top:20px;
}

#footer .copyright{
	border-top:1px solid #ccc;
	text-align:center;
	margin-left:20px;
	padding:10px 0 20px 0;
	width:940px;
	font-size:8pt;
	letter-spacing:0.05em;
}

/* ---------------------------------------------------------
　ul ol li dl dd dt
--------------------------------------------------------- */
ul.menu {
}

ul.menu li {
}

ul.text_list {
	margin:10px 20px;
}

ul.text_list li {
	list-style:disc;
	margin-left:10px;
}

ol.text_list_ol {
	margin:10px 20px;
}

ol.text_list_ol li {
	margin:10px 20px;
	list-style:decimal;
	margin-left:10px;

}

ul.list_login li {
	line-height:2.0;
	padding-left:10px;
}



/* ---------------------------------------------------------
　table th tr td
--------------------------------------------------------- */

.menu {
	clear:both;
	height:35px;
	width:855px;
	background:url(../img/bg_menu.jpg) 0 0 repeat-x;
}

table.menu tr td{
	padding:1px 0 0 0;
	margin:0px;
	vertical-align:top;
	text-align:center
}

/* --------------------------------------------------- */

.lined_table{
	border-top:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.5em;
	margin:10px auto 20px auto;
}

table.lined_table tr td, table.lined_table tr th{
	border-bottom:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.5em;

}

table.lined_table tr th{
	color:#AAAAAA;
	font-weight:normal;
}

/* --------------------------------------------------- */

.lined_table2{
	border:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.5em;
	margin:10px auto 20px auto;
	width:650px;
}

table.lined_table2 tr td, table.lined_table2 tr th{
	border:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.5em;

}

table.lined_table2 tr th{
	color:#333333;
	background-color:#EAEAEA;
	text-align:center;
	
}


/* --------------------------------------------------- */

.lined_table3{
	border:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.5em;
	width:99%;
	font-size:10px;
}

table.lined_table3 tr td, table.lined_table3 tr th{
	border:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.5em;

}

table.lined_table3 tr th{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#386193;
	text-align:center;
}

/* ---------------------------------------------------------
　既存
--------------------------------------------------------- */
.list_com{
margin:0px 0 5px 20px;
padding-bottom:35px;
}

.list_com_part1{
margin:0px 0 5px 0;
}
.list_com_part2{
margin:5px 0 5px 0;
padding:5px;
background:#FFFFCC;
line-height:1.5em;
}
.list_com_part3{
margin:5px 0 5px 0;
text-align:right;
color:#666666;
}

