@charset "utf-8";
/* CSS Document */

#content_box {
	width: 960px;
	background: url(side_concept.jpg) no-repeat top left;
	overflow: hidden;
}

#concept {
	float: right;
	width: 800px;
	margin-top: 35px;
	margin-left: 160px;
}

#concept .theme {
	width: 800px;
	margin-bottom: 15px;
	overflow: hidden;
}

#concept .theme .textbox {
	float: left;
	width: 490px;
}
#concept .theme h3 {
	margin-bottom: 25px;
}

#concept .theme p img {
	float: right;
}