﻿@charset "utf-8";

/*----------------------------------------------------
　 テンプレートページ用（中ページ共通）
----------------------------------------------------*/

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

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


#cont {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 60px;
	overflow: hidden;
	clear: both;
}
.t-1 {
	font-size: 140%;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 30px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	margin-bottom: 30px;
	background-color: #004D9E;
	border-bottom-color: #E6F1FF;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #E6F1FF;
}

.clear_both2 {
	clear: both;
	padding-top: 60px;
}

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