@charset "UTF-8";
/* CSS Document */

@import "common.css";
#header {
	height:80px;
	background:#efefef;
}
.wrapper {
	width:950px;
	margin:0 auto 0;
	text-align:left;
}
h1 {
	float:left;
	margin:7px 0 0;
}
.catch {
	float:left;
	margin:37px 0 0 20px;
}
.tel_header {
	float:right;
	margin:18px 5px 0 0;
}
#nav {
	clear:both;
	height:51px;
	background:url(../images/nav_side.jpg) repeat-x;
}
#nav li {
	float:left;
}
.sidenav_img{
	margin:2px 0;
}
.menu01 a {
	width:160px;
	height:51px;
	display:block;
	background:url(../images/nav_menu01_ov.jpg) no-repeat;
}
.menu02 a {
	width:158px;
	height:51px;
	display:block;
	background:url(../images/nav_menu02_ov.jpg) no-repeat;
}
.menu03 a {
	width:158px;
	height:51px;
	display:block;
	background:url(../images/nav_menu03_ov.jpg) no-repeat;
}
.menu04 a {
	width:158px;
	height:51px;
	display:block;
	background:url(../images/nav_menu04_ov.jpg) no-repeat;
}
.menu05 a {
	width:158px;
	height:51px;
	display:block;
	background:url(../images/nav_menu05_ov.jpg) no-repeat;
}
.menu06 a {
	width:158px;
	height:51px;
	display:block;
	background:url(../images/nav_menu06_ov.jpg) no-repeat;
}
.menu01:hover > a {
	text-indent:-9999px;
}
.menu02:hover > a {
	text-indent:-9999px;
}
.menu03:hover > a {
	text-indent:-9999px;
}
.menu04:hover > a {
	text-indent:-9999px;
}
.menu05:hover > a {
	text-indent:-9999px;
}
.menu06:hover > a {
	text-indent:-9999px;
}
.menu02 ul,.menu03 ul,.menu04 ul,.menu05 ul {
	display:none;
	position:absolute;
	z-index: 10;

}
#nav li.menu02 ul li,#nav li.menu03 ul li,#nav li.menu04 ul li,#nav li.menu05 ul li {
	float:none;
}
#nav li.menu02:hover > ul,#nav li.menu03:hover > ul,#nav li.menu04:hover > ul,#nav li.menu05:hover > ul {
	display:block;
}
.menu02 ul,.menu03 ul,.menu04 ul,.menu05 ul {
	border:1px #000 solid;
	margin:-1px 0 0 -1px;
	width:156px;
}
.menu02 ul li,.menu03 ul li,.menu04 ul li,.menu05 ul li {
	background-color:#232425;
	width:156px;
	height:41px;
	background-image:url(../images/nav_menu_li_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.menu02 ul li a,.menu03 ul li a,.menu04 ul li a,.menu05 ul li a {
	background-image:none;
	color:#fff;
	width:136px;
	padding:10px 10px;
	height:21px;
}
.menu02 ul li a:hover,.menu03 ul li a:hover,.menu04 ul li a:hover,.menu05 ul li a:hover {
	background-image:url(../images/bg_nav_menu_li.jpg);
	color:#fff;
	width:136px;
	padding:10px 10px;
	text-indent:0px;
	text-decoration:none;
}
#mainimage {
	height:74px;
	background:url(../recruit/images/bg_h1.jpg) repeat-x;
}
#mainimage img{
	margin:19px 0 0 47px;
}
.contents {
	background-color:#efefef;
	background-image:url(../images/bg_content_bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border-top:1px #fff solid;
	margin:0;
}
.shadow {
	background-image:url(../images/bg_content_bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#main {
	float:right;
	width:736px;
	margin:20px 0 0;
	position:relative;
	z-index:5;
}

#sidebar {
	float:left;
	width:192px;
	margin:16px 15px 0 -5px;
	position:relative;
	z-index:5;
}
#sidenav_top{
	background-image:url(../recruit/images/bg_sidenav_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:192px;
	height:5px;
}
#sidenav{
	background-image:url(../recruit/images/bg_sidenav.jpg);
	background-repeat:repeat-y;
	padding:2px 0px 0 6px;
	width:186px;
	background-color:#fff;
}
#sidenav li{
	background:url(../recruit/images/bg_sidenav_menu.jpg) no-repeat;
	width:150px;
	height:48px;
	line-height:48px;
	padding-left:25px;
	border-bottom:#cdcdcd 1px solid;
}
#sidenav li.sidenav_li_last{
	border-bottom:none;
	height:auto;
}
#sidenav li a{
color:#1c1919;
}

#sidenav_bottom{
	background:url(../recruit/images/bg_sidenav_bottom.jpg) no-repeat;
	height:9px;
}
#sidenav li ul{
	margin-left:-25px;
}
#sidenav li ul li{
	background:url(../recruit/images/bg_sidenav_menu.jpg) no-repeat;
	width:150px;
	height:38px;
	line-height:16px;
	padding:10px 0 0 25px;
	font-size:10px;
	border-top:#cdcdcd 1px dotted;
	border-bottom:0;
}


.side_bn{
	margin:5px 0 0 4px;
}
.side_bn:hover{
	filter: alpha(opacity=60);
	opacity:0.85;
}


.tab img{
	margin:0;
	width:365px;
	height:37px;
	margin:0 2px 0 1px;
	float:left;
	
}
.tab a{
	float:right;
	
	width:367px;
	height:37px;
	display:block;
}
.tab a.tab_staff{
	float:left;
	
	width:367px;
	height:37px;
	display:block;
}
.tab a:hover{
	filter: alpha(opacity=60);
	opacity:0.85;
}
.contentsarea{
	border:#d6d6d6 1px solid;
	width:674px;
	background-color:#fff;
	margin:10px 0 10px;
	padding:15px 30px 45px;
}
.pagelink{
	background:url(../recruit/images/bg_pagelink.jpg) repeat-x;
	width:661px;
	height:27px;
	padding:5px 0 0 15px;
}
.pagelink li{
	float:left;
	background:url(../recruit/images/icn_pagelink.gif) no-repeat;
	background-position:left;
	padding-left:14px;
	margin-right:30px;
}
.pagelink a{
	text-decoration:underline;
}
.pagelink a:hover{
	text-decoration:none;
}
.cover{
	position:relative;
}
.photo_right{
    
	width:487px;
}
h3{
	border-bottom:#071f38 4px solid;
	width:676px;
	height:34px;
	margin:50px 0 20px;
	clear:both;
}
h3.h3_first{
	margin-top:25px;
	
}
.name_ceo{
	margin-top:10px;
	margin-left:20px;
	text-align:right;
	font-weight:bold;
	 
}
.p_right{
	position:absolute;
	top:0;
	left:489px;
	width:187px;
	
}
.photo{
	
	margin-left:20px;
}
.table01{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.table01 dt{
	font-weight:bold;
}
.table01 dl{
	margin-bottom:10px;
}



.message{
	float:left;
}
#main p{
	margin-bottom:10px;
}
.p_catch {
    color: #0A3965;
    font-size: 16px;
    font-weight: bold;
}
h4 {
    background: url("../images/bg_h4.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #0B3865;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    margin: 25px 0 0px;
    padding: 7px 15px 0;
    width: 676px;
}
.date {
    border-bottom: 1px dotted #0981BC;
    color: #003F70;
    font-weight: bold;
    padding: 10px;
}
.news_contents {
    border-bottom: 1px dotted #B6BBBE;
   
    padding: 10px;
    width: 540px;
}
.table01{
	width:674px;
	margin:0;
}
.table01 td{
	padding:5px 15px;
	border:#d6d6d6 1px solid;
}
.td01{
	width:140px;
	color:#0b3865;
	font-weight:bold;
	background:#ecf3fa;
}
.result{
	border:#d6d6d6 1px solid;
	width:666px;
	padding:4px;
	margin:0 0 10px;
}
.result_left{
	width:126px;
	background:#e0eaf5;
	font-weight:bold;
	float:left;
	padding:15px 15px;
	height: 100%;
}
.result ul{
	float:right;
	width:486px;
	margin:20px 0 0;
}
.result .result_left dt,.result .result_left dd{
	float:none;
}
.result .result_left dt{
	font-size:14px;
	color:#0b3865;
	margin-bottom:10px;
}
.result dt,.result dd{
	

}
.result ul dt{
	color:#0b3865;
	font-weight:bold;
	background:url(../images/icn_li.gif) no-repeat;
	padding-left:14px;
	margin-right:15px;
	zoom: 1;
	
	vertical-align:middle;
}
.result ul dt,.result ul dd{
	line-height:120%;
	float:left;
	vertical-align:middle;
	margin-bottom:10px;
}
.result li{
	clear:both;
	line-height:120%;
	width:100%;
	margin:0 0 0px;
	vertical-align:middle;
}
.result ul dl{
	
	line-height:120%;
}
.result span{
	font-weight:bold;
	color:#800c0c;
}
.form{
	width:636px;
	margin:0 auto;
	border:#d6d6d6 3px solid;
	
}
.form td{
	padding:10px 10px;	
}
.form td.td02{
	width:140px;
	
}
.form span{
	color:#666;
	font-size:10px;
}
.box01{
	margin:0 10px 0px 5px;
	width:140px;
}
.box02{
	margin:0 5px 0px 0px;
	width:240px;
}
.box03{
	width:140px;
		margin:0 5px 0px 0px;
}
.box04{
	width:400px;
	height:200px;
	
}
.form img{
	margin:0px 5px;
}
.form tr.tr01{
	background:#f7f7f7;
}
.form tr{
	border-bottom:#d6d6d6 1px solid;
}
.btarea{
	width:420px;
	margin:20px auto 20px;
	text-align:center;
}
.btarea a{
	margin:0px auto;
}
.btarea a:hover{
	filter: alpha(opacity=60);
	opacity:0.85;
}
.contact {
		border:#d6d6d6 1px solid;
	width:726px;
	background-color:#fff;
	margin:10px 0 0px;
	padding:4px;
	clear:both;
	position:relative;
}
.bt_contact {
	position:absolute;
	top:29px;
	right:26px;
	display:block;
	width:220px;
	height:61px;
}
.bt_contact:hover {
	text-indent:-9999px;
	background:url(../images/bt_contact_ov.jpg) no-repeat;
}
.contentsarea{
	position:relative;
}
.recarea{
	background-color:#fcfce4;
	width:674px;
	padding:50px 0 30px 0px;
	margin: 10px 0 10px;
}
.recarea p{
	margin-left:15px;
}
.rec_img_last{
	text-align:center;
}
.rec_img_last a:hover{
		filter: alpha(opacity=60);
	opacity:0.85;
}
.ttl_rec,.ttl_rec_02{
	background-image:url(../company/images/ttl_rec_day.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:10px;
	left:18px;
	border:0;
	padding:14px 14px 0;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	margin:0;
}
.ttl_rec_02{
	background-image:url(../company/images/ttl_rec_day_02.jpg);
}
.photodownload a{
	background:url(../company/images/icn_arrow_blue.gif) no-repeat left 3px;
	padding-left:14px;
	font-size:14px;
	font-weight:bold;
}

#pagetop {
	clear:both;
	float:right;
	margin: 30px 0 0;
	line-height:0;
	height:30px;
	overflow:hidden;
	font-size:0;
	padding:0;
	 vertical-align:bottom;
	 
}
#pagetop img{
 vertical-align:bottom;
 	padding:0;
	margin:0;
 
}
#pagetop a{
	
	 
	line-height:0;
}
#footer {
	background:#eaeaea;
	height:52px;
	clear:both;
	margin:0;
	padding:10px 0 0;
	width:100%;
}
#footer img {
	width:218px;
	height:23px;
	float:left;
}
.addless {
	clear:both;
	
	float:left;
}
.sitemap {
	float:right;
	color:#aeaeae;
	
	
}
.sitemap a {
	color:#222;
	
	
}
.sitemap a:hover {
	color:#222;
}
#footer2 {
	clear:both;
	background:#071f38;
	height:21px;
	line-height: 21px;
}
#footer2 li {
	float:left;
	background:url(../images/icon_arrow.gif) no-repeat;
	background-position:left;
	padding-left:10px;
	margin-right:10px;
}
#footer2 img {
	margin-top:4px;
	margin-bottom:-4px;
}
#footer2 p {
	float:right;
	color:#b5bcc4;
	font-size:10px;
	letter-spacing:0.05em;
}
