@charset "utf-8";
/* CSS Document */
body{
color:#333333;
}
.content{margin-top:10px;
}
h1{
	font-size:18px;
	font-weight:bold;
	margin:0 0 20px;
	padding:20px 0 22px 32px;
	width:548px;
	background:url(../img/h1.jpg) no-repeat top left;
}
h2{
	background:url(../img/h2_main.jpg) no-repeat top left;
	margin:25px 0 10px;
	padding:15px 0 17px 22px;
	font-size:16px;
	font-weight:bold;
	line-height:1.1;
}

h3.step{
	background:white url(../img/step1.jpg) no-repeat top left;
	line-height:1.1;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding:7px 0 6px 82px;
	margin:30px 0 15px;
}
#step2{background:white url(../img/step2.jpg) no-repeat top left;}
#step3{background:white url(../img/step3.jpg) no-repeat top left;}
#step4{background:white url(../img/step4.jpg) no-repeat top left;}
#step5{background:white url(../img/step5.jpg) no-repeat top left;}

.main ul{
	margin:10px;
}
.main li{
 background:url(../img/li.png) #FFF  no-repeat 5px 3px;
 line-height:1.5;
 padding-left:25px;
 margin-bottom:5px;
}
.path{
	font-size:10px;
	margin:0 0 5px 5px;
}
.main p{
	line-height:1.8;
	margin: 0 10px;
}
.img-box{
text-align:center;
margin:10px 0;
}
.download-box{
	width:538px;
	background:#E6E6E6;
	border-top:5px solid #5A9EE2;
	padding:0 14px 10px;
	margin:20px 0 0;
}
.download-box h2{
	margin:16px 0 12px;
	padding:0 0 9px 32px;
	line-height:1.1;
	background:url(../img/h2_download.png) no-repeat top left;
	font-size:16px;
}

.img-r{
	float:right;
	margin-left:10px;
}

.main .download-box p{
	line-height:1.8;
	padding:0 10px;
	margin:0 0 0.8em;
	
}

dl.link{
	margin:20px 10px;
}
dl.link dt{
	background:url(../img/li.png) no-repeat left 2px;
	line-height:1.1.
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 20px;
	margin:0 0 5px;
}

dl.link dd{
	padding:0 20px 20px;
	font-size:12px;
	line-height:1.5;
}
