@charset "EUC-JP";
h1 {
	text-align: center;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	background: beige;
	overflow: hidden;
	position: relative;
}

#header {
	width: 800px;
}

#header p {
	position: absolute;
	top: 0;
	left: 10px;
}

#content {
	width: 800px;
}

#kaisetu {
	width: 270px;
	float: left;
	padding-left: 10px;
}

#picture {
	width: 500px;
	float: right;
	
	margin: 10px;
}

.pic_area {
	padding-top: 10px;
	background: #fff;
}

.plant_pic{
	margin-top: 10px;
	text-align: center;
}

#footer {
	clear: both;
	text-align: center;
        list-style:none;
}
