@charset "utf-8";
/* CSS Document */

.stuff_top {
	width:800px;
	height:49px;
	background:url(../images/public/public_bg_top.gif) bottom left no-repeat;
}

.stuff_midle {
	width:800px;
	height:auto;
	background:url(../images/public/public_bg_midle.gif) top left repeat-y;
}

.stuff_btm {
	width:800px;
	height:50px;
	background:url(../images/public/public_bg_btm.gif) top left no-repeat;
}

.stuff_content_zone {
	padding:0 3.5em;
	line-height:20px;
}

.stuff_left_zone {
	float:left;
	text-align:center;
	padding-top:3em;
}

.stuff_right_zone {
	float:right;
}

.stuff_left_text {
	width:31em;
	text-align:left;
	padding-left:1em;
}

.stuff_content_zone2 {
	padding:0 3.5em;
	line-height:20px;
}

.stuff_left_zone2 {
	float:left;
}

.stuff_right_zone2 {
	float:right;
	text-align:center;
	padding-top:3em;
}

.stuff_left_text2 {
	width:31em;
	text-align:left;
	padding-left:1em;
}