@charset "utf-8";
/* CSS Document */
#concept_box .text img {
	clear: both;
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}
.shomei {
	float: right;
	margin-top: 30px;
}
#concept_box {
	float: left;
	height: auto;
	width: 800px;
	margin-bottom: 30px;
}
#ex08 {
	list-style-type: none;
	clear: left;
	height: 20px;
	width: 580px;
	margin-left: 50px;
	font-size: 14px;
}
#ex08 li {
	float: left;
	margin-right: 25px;
}
#about_box {
	float: left;
	height: auto;
	width: 750px;
	margin-top: 35px;
	margin-left: 50px;
}
#about_box p {
	margin-top: 50px;
	margin-right: 50px;
	margin-left: 0px;
}

