@charset "UTF-8";

/*ローバルナビの画像---------------------------------------------------------------*/
/*#global_naviのロールオーバー---------------------*/

a.guidance1 {
	background-image:url(../images/nav_n_guidance.jpg);
	width:144px;
	height:50px;
}
a:hover.guidance1{
	background-image:url(../images/nav_h_guidance.jpg);
}
/*mainの設定---------------------------------------------------------------*/

#main {
	width: 920px;
	height:100%;
	background-color:#ffffff;
}

/*main内枠の設定---------------------------------------------------------------*/
#main #guidance_main {
	height: 990px;
	width: 800px;
	background-color:#ffffff;
	margin-left:60px;

}


/*見出し（タイトルバーと文字）の設定---------------------------------------------------------------*/

#guidance_midashi {
	height: 90px;
	width: 800px;
	padding-top:20px;
}

.midashi {
	font-size: 120%;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
	margin-bottom:10px;
}




/*メインの範囲step1--------------------------------------------------------------*/
#guidance_main #step1 {
	background-color: #f3fafe;
	height: 152px;
	width: 800px;
	position:relative;
	margin-bottom:10px;
}

#step1 #step1h3 {
	position:absolute;
	top:10px;
	left:16px;
}

#step1_m {
	position: absolute;
	left: 21px;
	height: 46px;
	width: 753px;
	top: 95px;
}

/*メインの範囲step2--------------------------------------------------------------*/
#guidance_main #step2 {
	background-color: #f3fafe;
	height: 358px;
	width: 800px;
	position:relative;
	margin-bottom:10px;

}

#guidance_main #step2h3 {
	position:absolute;
	top:10px;
	left:16px;
}

#step2_m {
	position: absolute;
	left: 21px;
	height: 46px;
	width: 550px;
	top: 95px;
}

#step2_m span {
	font-size: 110%;
	font-weight: bold;
	color: #475277;
}

#step2_photo {
	position: absolute;
	left: 608px;
	top: 80px;
}
#step2_m dl {
	margin-top: 10px;
	margin-bottom: 15px;
}


#step2_photo img {
	margin-bottom:5px
	}
	

/*メインの範囲step3--------------------------------------------------------------*/

#guidance_main  #step3 {
	background-color: #f3fafe;
	height: 160px;
	width: 800px;
	position:relative;
	margin-bottom:10px;

}

#step3 #step3h3 {
	position:absolute;
	top:10px;
	left:16px;
}

#step3_m {
	position: absolute;
	left: 21px;
	height: 46px;
	width: 550px;
	top: 95px;
}

#step3_photo {
	position: absolute;
	left: 608px;
	top: 18px;
}


/*メインの範囲step4--------------------------------------------------------------*/
#guidance_main #step4 {
	background-color: #f3fafe;
	height: 152px;
	width: 800px;
	position:relative;
	margin-bottom:10px;
}

#step4 #step4h3 {
	position:absolute;
	top:10px;
	left:16px;
}

#step4_m {
	position: absolute;
	left: 21px;
	height: 46px;
	width: 753px;
	top: 95px;
}


/*TOPへ戻る下のマージン--------------------------------------------------------------*/
.goto_top #goto_top2 {
	margin-bottom: 20px;
}

