@charset "utf-8";

/***** guide *****/

.title {
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/guide/title.gif);
}

.img1 {
	background-image: url(../images/guide/img1.jpg);
	width: 515px;
	height:214px;
	background-repeat: no-repeat;
}

.img2 {
	background-image: url(../images/guide/img2.jpg);
	width: 515px;
		height:233px;
	background-repeat: no-repeat;
position:relative;
z-index:3;
}
.box1 {
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.center {
	text-align: center;
	padding: 15px 0px ;
}

.padding2 {
	padding: 25px 0px ;
}

