@charset "utf-8";

/*--------------------------------------
	Style Name : Home Style Sheet

	content
		main-content
		sub-content
--------------------------------------*/


/*--------------------------------------
	div#content
--------------------------------------*/

/*--------------------------------------
	div#main-content
--------------------------------------*/

#main-content div.lead {
	margin:40px 0 0;
	line-height:2;
}

/*	#section-01
--------------------------------------*/

#main-content div.step {
	position:relative;
	background-repeat:no-repeat;
	color:#002d4d;
}

#main-content div.step.step-01 {
	height:326px;
	background:url(../../img/home/texture_step-01_01.gif);
}

#main-content div.step.step-01 div.text {
	position:absolute;
	top:50px;
	left:435px;
	width:210px;
}

#main-content div.step.step-02 {
	height:281px;
	background:url(../../img/home/texture_step-02_01.gif);
}

#main-content div.step.step-02 div.text {
	position:absolute;
	top:30px;
	left:20px;
	width:250px;
}

#main-content div.step.step-03 {
	height:339px;
	background:url(../../img/home/texture_step-03_01.gif);
}

#main-content div.step.step-03 div.text {
	position:absolute;
	top:50px;
	left:440px;
	width:205px;
}

#main-content div.step.step-04 {
	height:307px;
	background:url(../../img/home/texture_step-04_01.gif);
}

#main-content div.step.step-04 div.text {
	position:absolute;
	top:30px;
	left:135px;
	width:230px;
}

#main-content div.step.step-05 {
	height:298px;
	background:url(../../img/home/texture_step-05_01.gif);
}

#main-content div.step.step-05 div.text {
	position:absolute;
	top:40px;
	left:380px;
	width:210px;
}

/*	#section-02
--------------------------------------*/

#main-content dl.time-line dt {
	padding-left:1em;
	float:left;
	clear:left;
	width:10em;
	background:url(../../img/icon_arrow_01_right.gif) no-repeat left center;
}

#main-content dl.time-line dd {
	margin-bottom:0.5em;
	padding:0 0 0.5em 11em;
	background:url(../../img/texture_dotted_01.gif) no-repeat left bottom;
}

/*--------------------------------------
	div#sub-content
--------------------------------------*/

#sub-content {}


