@charset "utf-8";
@import url(global.css);

/* process.html */

div#wrapper {
	padding-top: 20px;
	padding-bottom: 0;
	min-width: 804px;
}

div#process {
	padding: 20px 0;
	border-right: 1px solid #484848;
	border-bottom: 1px solid #282828;
	background-color: #fdfffa;
	background-image: url(../img/global/canvas_green.png);
}

div#process_img {
	width: 100%;
	text-align: center;
}

