@charset "UTF-8";

#out-wrapper{
	width:100%;
	background:url(../img/header_bg.gif) 0 0 repeat-x;
	z-index:2;
	position:relative;
}

#out-bottom-cel {
	width:100%;
	height:160px;
	background:url(../img/footer_bg.gif) bottom repeat-x;
	z-index:2;
	position:relative;
}


#wrapper{
	width:1000px;
	background:url(../img/header_bg.gif) 0 0 repeat-x;
}

#concept-cel{
	position:relative;
	width:1000px;
	height:1397px;
	z-index:2;
}

#img01 , #img02 {
	position:absolute;
	z-index:1;
}

#img01 {
	width:100%;
	height:772px;
	position:fixed;
	top:0px;
	background:url(../concept/img/concept_img01.jpg) top center no-repeat;
}

#img02 {
	width:100%;
	top:772px;
	height:800px;
	background:url(../concept/img/concept_img02.jpg) top center no-repeat;
}

#txt01 , #txt02, #txt03 {
	position:absolute;
}

#txt01 {
	top:498px;
	height:498px;
	right:70px;
	top:250px;
}

#txt02 {
	top:423px;
	height:423px;
	left:70px;
	top:900px;
}

#txt03 {
	top:546px;
	height:546px;
	right:70px;
	top:1300px;
}


/*「流れ」ページ---------------------*/

.flow-con{
	background:url(../concept/img/flow_bg.gif) repeat-x;
}

.flow-con #contents{
	background:#fff url(../concept/img/flow_bg.gif) repeat-x;
}

.index #sub-yajirushi{
	left:420px;
}

.flow #sub-yajirushi{
	left:590px;
}

.set{
	width:1000px;
	height:365px;
	position:relative;
	margin:0 auto;
}

.set p{
	position:absolute;
	width:450px;
	top:170px;
	left:75px;
	line-height:1.9em;
	text-align:left;
}

.set p.black{
	color:#333;
}

.set p.white{
	color:#fff;
}