﻿@charset "utf-8";
/*----------------------------------------------------
　 テンプレートページ用（中ページ共通）
----------------------------------------------------*/

/*----------------------------------------------------
　 main contents
----------------------------------------------------*/
#wrapper {
	width: 100%;
	height: auto;
	margin: 55px auto 65px;
	overflow:hidden;
}

#wrapper p a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#cont{
	width: 1000px;
	height: auto;
	margin: 0px auto 65px;
	overflow:hidden;
}

/*----------------------------------------------------
　見出し（中page共通）
----------------------------------------------------*/
.title{margin:0 0 20px 0;}

.subTit{
	font-size: 28px;
	color:#333;
	padding:0 0 0 0px;
	margin:0 0 10px 2px;
	overflow:hidden;
	line-height:30px;
}


/*----------------------------------------------------
　 main07  ＝Fun to Share＝ 
----------------------------------------------------*/
#main07{
	width: 1000px;
	height: 210px;
	margin: 0px auto 30px;	
	overflow:hidden;
	clear:both;
}
#main07Img{
	width: 226px;
	height: 210px;
	margin: 0px;
	float:left;
}
#main07Com{
	width: 750px;
	margin: 20px 10px 0 0;
	float:right;
	font-size: 18px;
	font-weight:bold;
	line-height: 1.5em;
	color: #155EA2;
}


/*----------------------------------------------------
　main05 =従業員募集バナー=
----------------------------------------------------*/
#main05{
	width: 100%;
	height: 86px;
	margin: 0;
	padding: 0;
	clear: both;
	background-position: left top;
	background-image: url(../images/main05bg.png);
	background-repeat: repeat-x;
	overflow:hidden;
	_overflow: hidden; /*IE6用*/
	_display: inline; /*IE6用*/
}
#main05_in{
	width:1000px;
	height: 86px;
	margin:0 auto;
	background-image: url(../images/main05.png);
	background-repeat: no-repeat;
	position:relative;
	padding:0;
}
#main05_in p.recruit{
	position:absolute;
	top:30px;
	left:250px;
}
#main05_in p.recBtn{
	position:absolute;
	top:15px;
	right:0;
}

