@charset "utf-8";
/* CSS Document */

#wrapper {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#maincont {
	text-align: left;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#proctop {
	margin-top: 20px;
}
.cont {

}
.top {
	background-image: url(../imgbg/proc01.gif);
	background-repeat: repeat-y;
	clear: both;
	font-size: 120%;
	padding: 5px;
	margin-top: 10px;
}

.top .left {
	float: left;
	width: 320px;
	padding-right: 10px;
}

.content {
	background-image: url(../imgbg/proc02.gif);
	background-repeat: repeat-y;
	clear: both;
	width: 650px;
	overflow: auto;
	position: relative;
}
.content .left {
	width: 320px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.content .right {
	width: 320px;
	float: left;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.content .left .text {
	text-align: left;
	padding-left: 20px;
	margin-top: 5px;
}
.content .right .text {
	text-align: left;
	padding-left: 20px;
	margin-top: 5px;
}


.foot {
	background-image: url(../imgbg/proc03.gif);
	background-repeat: no-repeat;
	height: 10px;
	clear: both;
	padding-bottom: 20px;
}

