
/*タイトルステージ*/
.title_container {
height:680px;
width: 960px;
margin:0 auto;
position:relative !important;
}


h2#mainImage span {
	width: 494px;
	height: 173px;
	position: absolute;
	left: 35px;
	top: 445px;
	z-index:100;
}

/*パン屑30px*/

#mainRead {
width:960px;
height:164px;
position:relative;
margin:0 auto;
}
#mainRead p{
padding:50px 0 0 0;
text-align:center;
}

/*FIXポイント874px*/




/*背景画像*/
.fixedImage01 {
position:absolute;
top:0;
width:100%;
height:1000px;
background-color:#ffffff;
background-image:url(../img/service/secretariat/fixedImage01.png);
background-repeat:no-repeat;
/*background-position:0 120px;タブナビ分の上マージン*/
z-index:3;
}
.fixedImage02 {
position:absolute;
top:0;
width:100%;
height:1000px;
background-color:#ffffff;
background-image:url(../img/service/secretariat/fixedImage02.png);
background-repeat:no-repeat;
z-index:2;
}
.upperContents {
position:relative;
z-index:1000;
}
