/*　step部分　*/
#step01,#step02,#step03,#step04,#step05,#step06,#step07,#step08,#step09 {
	width: 600px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F39800;
	padding-bottom: 25px;
	margin-bottom: 25px;
	margin-left: 20px;
}

#step01 {background-image: url(img/step_01.gif);}
#step02 {background-image: url(img/step_02.gif);}
#step03 {background-image: url(img/step_03.gif);}
#step04 {background-image: url(img/step_04.gif);}
#step05 {background-image: url(img/step_05.gif);}
#step06 {background-image: url(img/step_06.gif);}
#step07 {background-image: url(img/step_07.gif);}
#step08 {background-image: url(img/step_08.gif);}
#step09 {background-image: url(img/step_09.gif);}


.step01 {
	width: 450px;
	margin-left: 150px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
	margin-top: 8px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.step02 {
	width: 450px;
	margin-left: 150px;
	text-align: justify;
}

/*　index設定　*/
#print01 {
	background-image: url(img/print_01.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 180px;
	width: 620px;
	margin-top: 20px;
}
#print01 p {
	width: 430px;
	margin-left: 10px;
}
#print02 {
	height: 180px;
	width: 620px;
	margin-top: 20px;
}
#print02 p {
	width: 600px;
	margin-left: 10px;
	text-align: justify;
}

/* product設定 */
#product01,#product02,#product03,#product04,#product05 {
	width: 640px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F39800;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

#product01 {
	background-image: url(img/product01.jpg);
	background-repeat: no-repeat;
	background-position: right 30px;
}
#product02 {
	background-image: url(img/product02.jpg);
	background-repeat: no-repeat;
	background-position: right 40px;
}
#product03 {
	background-image: url(img/product03.jpg);
	background-repeat: no-repeat;
	background-position: right 10px;
}
#product04 {background-image: url(img/product04.jpg);background-repeat: no-repeat;background-position: right bottom;}
#product05 {
	background-image: url(img/product05.jpg);
	background-repeat: no-repeat;
	background-position: right 5px;
}

#product01 p,#product02 p,#product03 p,#product04 p,#product05 p {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #F39800;
	margin-left: 5px;
	text-indent: 5px;
	width: 250px;
	height: 25px;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
}
