@charset "utf-8";
/* CSS Document */

h2{
	background:url(../guide/h1.gif) no-repeat;
	width:700px;
	height:35px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
}

.guide_main h3{
	background:url(../guide/step_1.gif) no-repeat;
	width:310px;
	height:45px;
	text-indent:-9999px;
	margin-top:10px;
}

.guide_main h4{
	background:url(../guide/step_2.gif) no-repeat;
	width:411px;
	height:45px;
	text-indent:-9999px;
}

.guide_main h5{
	background:url(../guide/step_3.gif) no-repeat;
	width:352px;
	height:45px;
	text-indent:-9999px;
}
.guide_main p{
	display:block;
	font-size:14px;
	line-height:18px;
	margin:0px 10px 10px 64px;
}

.guide_main span{
	display:block;
	width:606px;
	text-align:right;
	font-size:14px;
	line-height:18px;
	margin:10px;
}
.guide_main p.guide_button a{
	margin:10px auto;
	display:block;
	background:url(../guide/button.gif) no-repeat;
	width:326px;
	height:53px;
	text-indent:-9999px;
}
